lsst_inaf_agile.my_lsst
LSST-specific settings and constants.
https://www.lsst.org/scientists/keynumbers
Attributes
Functions
|
Get a skymaker config string. |
|
Return the mock DP0.2 PSF for the given band. |
|
Return the string representation of the detector. |
Module Contents
- 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).