Detection curves#
Code author: Wilfried Mercier - LAM <wilfried.mercier@lam.fr>
Detection curves used for the intrinsic detection method.
- flux_detection_curve_pixel_level(z: ndarray[Any, dtype[_ScalarType_co]], cosmo: Cosmology) ndarray[Any, dtype[_ScalarType_co]][source]#
- flux_detection_curve_pixel_level(z: float | int, cosmo: Cosmology) float
Code author: Wilfried Mercier - LAM <wilfried.mercier@lam.fr>
Compute the flux detection curve in \(\rm MJy\,sr^{-1}\) for a pixel in a galaxy at redshift z.
- mag_detection_curve(z: ndarray[Any, dtype[_ScalarType_co]], cosmo: Cosmology) ndarray[Any, dtype[_ScalarType_co]][source]#
- mag_detection_curve(z: float | int, cosmo: Cosmology) float
Code author: Wilfried Mercier - LAM <wilfried.mercier@lam.fr>
Compute the AB magnitude detection curve for a substructure evaluated at redshift z.
Note
To get the detection threshold on the pixel level, one must divide the corresponding flux by 20 since the smallest substructures must be made of 20 pixels.
- surface_detection_curve(z: ndarray[Any, dtype[_ScalarType_co]], cosmo: Cosmology) ndarray[Any, dtype[_ScalarType_co]][source]#
- surface_detection_curve(z: float | int, cosmo: Cosmology) float
Code author: Wilfried Mercier - LAM <wilfried.mercier@lam.fr>
Compute the surface detection curve evaluated at redshift z in \(\rm arcsec^2\).