get_fom

rubin_sim.maf.maf_contrib.get_fom(ell_min, ell_max, ell_for_bias_err, bias_err, ell_stat_floor, floor_with_shot_noise, floor_wo_shot_noise)

Calculate the FoM based on the bias uncertaity and statistical floor. Returns the FoM (float).

Parameters:
* ell_min: int: minimum ell-value to consider over which the FoM is calculated.
* ell_max: int: maximum ell-value to consider over which the FoM is calculated.
* ell_for_bias_err: array: ell-array corresponding to the bias_err array.
* bias_err: array: array containing the bias_err for each ell.
* ell_stat_floor: array: ell-array corresponding to the get_stat_floor array.
* floor_with_shot_noise: array: array containing the statistical floor (for each ell) with shot noise contribution.
* floor_wo_shot_noise: array: array containing the statistical floor (for each ell) without shot noise contribution.