craftutils.observation.epoch.ImagingEpoch.frame_class.estimate_depth(zeropoint_name: str = 'best', dual: bool = False, stars_only: bool = False, star_tolerance: float = 0.9, do_magnitude_calibration: bool = True, test_coord: SkyCoord | None = None, output_dir: str | None = None)

Use various measures of S/N to estimate image depth at a range of sigmas.

Parameters
zeropoint_name: str = 'best'

dual: bool = False

stars_only: bool = False

star_tolerance: float = 0.9

do_magnitude_calibration: bool = True

output_dir: str | None = None

Returns