TdePopMetric

class rubin_sim.maf.maf_contrib.TdePopMetric(metric_name='TDEsPopMetric', mjd_col='observationStartMJD', m5_col='fiveSigmaDepth', filter_col='filter', night_col='night', pts_needed=2, file_list=None, mjd0=None, **kwargs)

Bases: BaseMetric

Methods Summary

reduce_prepeak(metric)

reduce_some_color(metric)

reduce_some_color_pu(metric)

run(data_slice[, slice_point])

Calculate metric values.

Methods Documentation

reduce_prepeak(metric)
reduce_some_color(metric)
reduce_some_color_pu(metric)
run(data_slice, slice_point=None)

Calculate metric values.

Parameters:
data_slicenumpy.recarray

Values passed to metric by the slicer, which the metric will use to calculate metric values at each slice_point.

slice_pointdict or None

Dictionary of slice_point metadata passed to each metric. E.g. the ra/dec of the healpix pixel or opsim fieldId.

Returns:
metricValue: int float or object

The metric value at each slice_point.