FOPlot¶
- class rubin_sim.maf.plots.FOPlot¶
Bases:
BasePlotter
Special plotter to generate and label fO plots.
Methods Summary
__call__
(metric_value, slicer, user_plot_dict)- Parameters:
Methods Documentation
- __call__(metric_value, slicer, user_plot_dict, fignum=None)¶
- Parameters:
- metric_valuenumpy.ma.MaskedArray
The metric values calculated with the ‘Count’ metric and a healpix slicer.
- slicerrubin_sim.maf.slicers.HealpixSlicer
- user_plot_dict: dict
Dictionary of plot parameters set by user (overrides default values). Note that asky and n_visits values set here and in the slicer should be consistent, for plot labels and summary statistic values to be consistent.
- fignumint
Matplotlib figure number to use (default = None, starts new figure).
- Returns:
- int
Matplotlib figure number used to create the plot.