summary_completeness_at_time¶
- rubin_sim.maf.batches.summary_completeness_at_time(times, h_val, h_index=0.33)¶
A simple list of summary metrics to be applied to the Discovery_Time or PreviouslyKnown metrics. (can be used with any moving object metric which returns the time of discovery).
- Parameters:
- timesnp.ndarray or list
The times at which to evaluate the completeness @ Hval.
- h_valfloat
The H value at which to evaluate the completeness (cumulative and differential).
- h_indexfloat, optional
The index of the power law to integrate H over (for cumulative completeness). Default is 0.33.
- Returns:
- List of moving object MoCompletenessAtTime metrics (cumulative and differential)