TdePopMetricQuality¶
- class rubin_sim.maf.maf_contrib.TdePopMetricQuality(metric_name='TDEsPopMetricQuality', mjd_col='observationStartMJD', m5_col='fiveSigmaDepth', filter_col='filter', night_col='night', tmin=-30, tmax=100, file_list=None, mjd0=59853.5, **kwargs)¶
Bases:
BaseMetric
Methods Summary
reduce_some_color_pnum
(metric)reduce_some_color_pu_pnum
(metric)run
(data_slice[, slice_point])Calculate metric values.
Methods Documentation
- reduce_some_color_pnum(metric)¶
- reduce_some_color_pu_pnum(metric)¶
- run(data_slice, slice_point=None)¶
Calculate metric values.
- Parameters:
- data_slice
numpy.recarray
Values passed to metric by the slicer, which the metric will use to calculate metric values at each slice_point.
- slice_point
dict
or None Dictionary of slice_point metadata passed to each metric. E.g. the ra/dec of the healpix pixel or opsim fieldId.
- data_slice
- Returns: