Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: ts_aos
-
Labels:
-
Story Points:1
-
Team:Telescope and Site
-
Urgent?:No
Description
With `lsst_distrib` w_2022_46 running
python imgCloseLoop.py
|
leads to an error that can be traced to convertReferenceCatalog requiring dataset_config.ref_dataset_name (as in the attached convert.log of the failed run). One solution pointed out https://lsstc.slack.com/archives/C01FBUGM2CV/p1668638677950719 is to add
config.dataset_config.ref_dataset_name
|
to the cat.cfg defined in https://github.com/lsst-ts/ts_phosim/blob/ded86196e0bf398f5bc7060e5bbe97ee7a11c628/python/lsst/ts/phosim/CloseLoopTask.py#L1494
Attachments
Issue Links
- mentioned in
-
Page Loading...
Adding that config fixes the issue; the `imgCloseLoop` runs successfully.