lsst_inaf_agile.my_lsst

LSST-specific settings and constants.

https://www.lsst.org/scientists/keynumbers

Attributes

zeropoint

filter_lam_fwhm

seeing

sky

psf

limiting_magnitude_30s

limiting_magnitude_10yr

visit

qso_number_counts_cosmos

qso_number_counts_cosmos_baseline_v4p0

limiting_magnitude_cosmos

limiting_magnitude_cosmos_baseline_v4p0

Functions

get_conf(→ str)

Get a skymaker config string.

get_psf(band)

Return the mock DP0.2 PSF for the given band.

get_detector(→ str)

Return the string representation of the detector.

Module Contents

zeropoint[source]
filter_lam_fwhm[source]
seeing[source]
sky[source]
psf[source]
limiting_magnitude_30s[source]
limiting_magnitude_10yr[source]
visit[source]
qso_number_counts_cosmos[source]
qso_number_counts_cosmos_baseline_v4p0[source]
limiting_magnitude_cosmos[source]
limiting_magnitude_cosmos_baseline_v4p0[source]
get_conf(zeropoint, lam, seeing, sky, psf) str[source]

Get a skymaker config string.

get_psf(band)[source]

Return the mock DP0.2 PSF for the given band.

get_detector(detector: int) str[source]

Return the string representation of the detector.

Refer to the detector layout in the imSim webpage.

Parameters:

detector (int) – Numerical value of the detector (0-189, inclusive).

Examples

>>> get_detector(94)
'R22_S11'
Raises:

ValueError – If detector is not within 0-189 (inclusive).