firstYearMetadata¶
- rubin_sim.maf.batches.firstYearMetadata(colmap=None, runName='opsim', extraSql=None, extraInfoLabel=None, slicer=None)¶
Measure the distribution of some basic metadata in the first year of operations - distributions of airmass, seeing, sky brightness, single visit depth.
- Parameters:
- colmap
dict
or None, optional A dictionary with a mapping of column names. Default will use OpsimV4 column names.
- runName
str
, optional The name of the simulated survey. Default is “opsim”.
- extraSql
str
, optional Sql constraint (such as WFD only). Default is None.
- extraInfoLabel
str
, optional Metadata to identify the sql constraint (such as WFD). Default is None.
- slicer
rubin_sim.maf.slicer.BaseSlicer
or None, optional Optionally use something other than an nside=64 healpix slicer.
- colmap
- Returns:
- metric_bundleDict