RapidRevisitMetric

class rubin_sim.maf.metrics.RapidRevisitMetric(mjd_col='observationStartMJD', metric_name='RapidRevisit', d_tmin=0.0004629629629629629, d_tpairs=0.013888888888888888, d_tmax=0.020833333333333332, min_n1=28, min_n2=82, **kwargs)

Bases: BaseMetric

Methods Summary

run(data_slice[, slice_point])

Calculate metric values.

Methods Documentation

run(data_slice, slice_point=None)

Calculate metric values.

Parameters:
data_slicenumpy.ndarray, (N,)

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.