PixTableMask
- class mpdaf.drs.PixTableMask(filename=None, maskfile=None, maskcol=None, pixtable=None)[source]
Bases:
objectPixTableMask class.
This class manages input/output for MUSE pixel mask files
- Parameters:
- filename
strorNone 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
strorNone Name of the FITS image masking some objects.
- maskcol
arrayof bool orNone pixtable’s column corresponding to the mask
- pixtable
strorNone Name of the corresponding pixel table.
- filename
- Attributes:
Methods Summary
write(filename)Save the object in a FITS file.
Methods Documentation