get_metric_sets¶
- rubin_sim.maf.run_comparison.get_metric_sets(metric_set_source='https://raw.githubusercontent.com/lsst-pst/survey_strategy/main/fbs_2.0/metric_sets.json')¶
Get metadata on named sets of related metrics.
- Parameters:
- Returns:
- metric_sets
pandas.DataFrame
metric_set
The 1st level of the index is the name of a set of metrics (
str
).metric
The 2nd level of the index is the full name of the metric (
str
).metric
The full name of the metric (
str
).short_name
An abbreviated name for the metric (
str
)..style
The
matplotlib
linestyle suggested for plots of the metric (str
).invert
When normalizing, invert the metric value first? (
bool
)mag
Is the value an (astronomical) magnitude? (
bool
)
- metric_sets