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 DRS AUTOCAL_FACTORS corrections table.
- savefig
str 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.
- figsize
float Size of an individual plot.
- cmap
str Colormap.
- filename