PixTableAutoCalib

class mpdaf.drs.PixTableAutoCalib(filename=None, method=None, maskfile=None, pixtable=None, ifu=None, sli=None, quad=None, npts=None, corr=None)[source]

Bases: object

PixTableAutoCalib class.

This class manages input/output for file containing auto calibration results of MUSE pixel table files

Parameters:
filename : str

The FITS file name. If PixTableAutoCalib object is loaded from a FITS file, the others parameters are not read but loaded from the FITS file.

method : str or None

Name of the auto calibration method.

maskfile : str or None

Name of the FITS image masking some objects.

pixtable : str or None

Name of the corresponding pixel table.

ifu : array of int or None

channel numbers.

sli : array of int or None

slice numbers.

quad : array of int or None

Detector quadrant numbers.

npts : array of int or None

number of remaining pixels.

corr : array of float or None

correction value.

Attributes:
filename : str

The FITS file name.

method : str

Name of the auto calibration method.

maskfile : str

Name of the FITS image masking some objects.

pixtable : str

Name of the corresponding pixel table.

ifu : array of int

channel numbers.

sli : array of int

slice numbers.

quad : array of int or None

Detector quadrant numbers.

npts : array of int

number of remaining pixels.

corr : array of float

correction value.

Methods Summary

as_table()
write(filename) Save the object in a FITS file.

Methods Documentation

as_table()[source]
write(filename)[source]

Save the object in a FITS file.