Details
-
Type:
Improvement
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: ts_aos
-
Labels:
-
Story Points:3
-
Epic Link:
-
Team:Telescope and Site
Description
Update the data/lsst segmentation.txt gain and read noise values and focalplanelayout.txt geometry (x,y position, overscan,prescan), sensor names, to make them consistent with those in obs_lsst for lsst.obs.lsst.LsstCam ( eg. https://github.com/lsst/obs_lsst/blob/master/policy/lsstCam/R00.yaml ).
Currently, the values in data/lsst are consistent with PhosimMapper, but DM-28556 creates a need to move to LsstCamMapper. To allow ISR, the calibration files (made with makeGainImages.py https://github.com/lsst-dm/phosim_utils/blob/master/bin.src/makeGainImages.py for images simulated for `LsstCam` instrument also need to use geometry and gain values consistent with LsstCam.
Also updating the name of corner and guide sensors to match lsstCamMapper. The main raft in phosim has the same sensor names as in lsstCam. The corner and guide sensors need change, e.g.:
R04_S20_C0 --> R04_SW1 (intra-focal)
R04_S20_C1 --> R04_SW0 (extra-focal)
R04_S21 --> R04_SG1
R04_S10 --> R04_SG0
R44_S00_C0 --> R44_SW1
R44_S00_C1 --> R44_SW0
R44_S01 --> R44_SG0
R44_S10 --> R44_SG1
R00_S22_C0 --> R00_SW1
R00_S22_C1 --> R00_SW0
R00_S12 --> R00_SG0
R00_S21 --> R00_SG1
R40_S02_C0 --> R40_SW1
R40_S02_C1 --> R40_SW0
R40_S12 --> R40_SG1
R40_S01 --> R40_SG0