plot_autocal_factors

mpdaf.drs.plot_autocal_factors(filename, savefig=None, plot_rejected=False, sharex=True, sharey=True, figsize=4, cmap='Spectral', plot_npts=False)[source]

Plot the corrections computed by PixTable.selfcalibrate.

This also works for the AUTOCAL_FACTORS table from the DRS.

Parameters:
filename : str, astropy.table.Table

The corrections table, either MPDAF’s PixTableAutoCalib, or the DRS AUTOCAL_FACTORS.

savefig : str

File to which the plot is saved.

plot_rejected : bool

Also plot the rejected corrections. This only works with the DRS AUTOCAL_FACTORS table.

sharex, sharey : bool

Controls sharing of properties among x/y axes.

figsize : float

Size of an individual plot.

cmap : str

Colormap.