PixTableMask¶
- class mpdaf.drs.PixTableMask(filename=None, maskfile=None, maskcol=None, pixtable=None)[source]¶
Bases:
object
PixTableMask class.
This class manages input/output for MUSE pixel mask files
- Parameters:
- filename
str
orNone
Name of the FITS table containing the masked column. If a PixTableMask object is loaded from a FITS file, the others parameters are not read but loaded from the FITS file.
- maskfile
str
orNone
Name of the FITS image masking some objects.
- maskcol
array
of bool orNone
pixtable’s column corresponding to the mask
- pixtable
str
orNone
Name of the corresponding pixel table.
- filename
- Attributes:
Methods Summary
write
(filename)Save the object in a FITS file.
Methods Documentation