hourglassPlots¶
- rubin_sim.maf.batches.hourglassPlots(colmap=None, runName='opsim', nyears=10, extraSql=None, extraInfoLabel=None)¶
Run the hourglass metric, for each individual year.
- Parameters:
- colmapdict, optional
A dictionary with a mapping of column names. Default will use OpsimV4 column names.
- run_namestr, optional
The name of the simulated survey. Default is “opsim”.
- nyearsint (10), optional
How many years to attempt to make hourglass plots for. Default is 10.
- extraSqlstr, optional
Add an extra sql constraint before running metrics. Default None.
- extraInfoLabelstr, optional
Add an extra piece of info_label before running metrics. Default None.