Details
-
Type:
Improvement
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: ts_aos
-
Labels:
-
Story Points:3
-
Team:Telescope and Site
Description
In DM-34989 (https://github.com/lsst/obs_lsst/pull/428/files) the ITL overscan region was changed from 32 to 64 pixels. This necessitates an update of phosim_syseng4 https://github.com/lsst-ts/phosim_syseng4/blob/aos/data/lsst/segmentation.txt for ITL chips. Otherwise, the following warning appears when running imgCloseLoop :
lsst.obs.lsst.assembly WARNING: /sdf/data/rubin/u/scichris/WORK/AOS/DM-37063/imgCloseLoop_wfs_skyRefCat/phosimData/LSSTCam/raw/all/raw/20211231/MC_H_ |
20211231_006010/raw_LSSTCam_g_MC_H_20211231_006010_R00_SW0_LSSTCam_raw_all.fits: outAmp.getRawBBox() != data.getBBox(); patching. ((minimum=(0, 0), m |
aximum=(575, 2047)) v. (minimum=(0, 0), maximum=(543, 2047))) |
PR merged in github