HealpixSkyMap¶
- class rubin_sim.maf.plots.HealpixSkyMap¶
Bases:
BasePlotter
Generate a sky map of healpix metric values using healpy’s mollweide view.
Methods Summary
__call__
(metric_value_in, slicer, user_plot_dict)- Parameters:
Methods Documentation
- __call__(metric_value_in, slicer, user_plot_dict, fignum=None)¶
- Parameters:
- metric_valuenumpy.ma.MaskedArray
- slicerrubin_sim.maf.slicers.HealpixSlicer
- user_plot_dict: dict
Dictionary of plot parameters set by user (overrides default values).
- fignumint
Matplotlib figure number to use (default = None, starts new figure).
- Returns:
- int
Matplotlib figure number used to create the plot.