Details
-
Type:
Improvement
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: ts_aos
-
Labels:
-
Story Points:2
-
Team:Telescope and Site
Description
DM-34989 changed the default ISR settings. Now running the `imgCloseLoop` creates non-uniform background:
The same sky file used before produced
This means adding the overscan setting to MEDIAN https://github.com/lsst-ts/ts_phosim/blob/0858fc632e63686712189eb0ed928d3f84bd5cd6/python/lsst/ts/phosim/CloseLoopTask.py#L1142
To make it clear: adding the
python: OverscanCorrectionTask.ConfigClass.fitType = 'MEDIAN'
restores the previous clarity of the background; this was tested by running imgCloseLoop after the update.