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
filenamestr, astropy.table.Table

The DRS AUTOCAL_FACTORS corrections table.

savefigstr

File to which the plot is saved.

plot_rejectedbool

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

sharex, shareybool

Controls sharing of properties among x/y axes.

figsizefloat

Size of an individual plot.

cmapstr

Colormap.