Details
-
Type:
Improvement
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: ts_aos
-
Labels:
-
Story Points:4
-
Team:Telescope and Site
Description
Running the AOS loop `imgCloseLoop` allows to select `--filterType` . However, WEP configuration has `g` filter hard-coded :
generateDonutCatalogWcsTask:
|
class: lsst.ts.wep.task.GenerateDonutCatalogWcsTask.GenerateDonutCatalogWcsTask |
# Here we specify the configurations for pointing that we added into the class
|
# GenerateDonutCatalogWcsTaskConfig.
|
config:
|
filterName: 'g' |
referenceSelector.doMagLimit: True |
referenceSelector.magLimit.maximum: 15.90 |
referenceSelector.magLimit.minimum: 8.74 |
referenceSelector.magLimit.fluxField: 'g_flux' |
doDonutSelection: True |
donutSelector.fluxField: 'g_flux' |
This affects eg. proper magnitude limits used for source selection. This ticket is to address that issue and pass correct filter name to WEP configuration.
Attachments
Issue Links
- relates to
-
DM-37045 Check wavelength dependence in ts_aos
- Done