FITSImage#

class prose.FITSImage[source]#

Create an image from a FITS file

Parameters:
  • filepath_or_hdu (str) – path of fits file of HDU object

  • verbose (bool, optional) – whether to be verbose, by default False

  • load_units (bool, optional) – whether to load metadata units, by default True

  • load_data (bool, optional) – whether to load image data, by default True

  • skip_wcs (bool, optional) – whether to skip WCS loading, by default False

Return type:

Image