calc_coadded_depth

rubin_sim.maf.utils.calc_coadded_depth(nvisits, single_visit_depth)

Calculate the coadded depth expected for a given number of visits and single visit depth.

Parameters:
nvisitsdict of ints or floats

Dictionary (per filter) of number of visits

single_visit_depthdict of floats

Dictionary (per filter) of the single visit depth

Returns:
dict of floats

Dictionary of coadded depths per filter.