Macro mwalib::get_fits_image

source ·
macro_rules! get_fits_image {
    ($fptr:expr, $hdu:expr) => { ... };
}
Expand description

Given a FITS file pointer and a HDU, read the associated image.

§Arguments

  • fits_fptr - A reference to the FITSFile object.

  • hdu - A reference to the HDU you want to find keyword in the header of.

§Returns

  • A Result containing the vector of data or an error.