extended_metrics¶
- rubin_sim.maf.batches.extended_metrics(colname, replace_colname=None)¶
An extended set of simple metrics for some quantity. Typically applied with unislicer.
- Parameters:
- colnamestr
The column name to apply the metrics to.
- replace_colname: str or None, optional
Value to replace colname with in the metric_name. i.e. if replace_colname=’’ then metric name is Mean, instead of Mean Airmass, or if replace_colname=’seeingGeom’, then metric name is Mean seeingGeom instead of Mean seeingFwhmGeom. Default is None, which does not alter the metric name.
- Returns:
- List of configured metrics.