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
filenamestr or None

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.

maskfilestr or None

Name of the FITS image masking some objects.

maskcolarray of bool or None

pixtable’s column corresponding to the mask

pixtablestr or None

Name of the corresponding pixel table.

Attributes
filenamestr

Name of the FITS table containing the masked column.

maskfilestr

Name of the FITS image masking some objects.

maskcolarray of bool

pixtable’s column corresponding to the mask

pixtablestr

Name of the corresponding pixel table.

Methods Summary

write(self, filename)

Save the object in a FITS file.

Methods Documentation

write(self, filename)[source]

Save the object in a FITS file.

Parameters
filenamestr

The FITS filename.