StaticProbesFoMEmulatorMetricSimple

class rubin_sim.maf.metrics.StaticProbesFoMEmulatorMetricSimple(nside=128, year=10, col=None, **kwargs)

Bases: BaseMetric

This calculates the Figure of Merit for the combined static probes (3x2pt, i.e., Weak Lensing, LSS, Clustering). This FoM is purely statistical and does not factor in systematics.

This version of the emulator was used to generate the results in https://ui.adsabs.harvard.edu/abs/2018arXiv181200515L/abstract

A newer version is being created. This version has been renamed Simple in anticipation of the newer, more sophisticated metric replacing it.

Note that this is truly a summary metric and should be run on the output of Exgalm5_with_cuts.

Methods Summary

run(data_slice[, slice_point])

Args:

Methods Documentation

run(data_slice, slice_point=None)
Args:
data_slice (ndarray): Values passed to metric by the slicer,

which the metric will use to calculate metric values at each slice_point.

slice_point (Dict): Dictionary of slice_point metadata passed

to each metric.

Returns:

float: Interpolated static-probe statistical Figure-of-Merit.

Raises:

ValueError: If year is not one of the 4 for which a FoM is calculated