Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Story Points:2
-
Epic Link:
-
Sprint:DRP S20-5 (Apr)
-
Team:Data Release Production
-
Urgent?:No
Description
Attempting to run the Gen 3 single-frame pipeline as described in DM-23616 leads to AstrometryTask crashing with the error "No reference tables could be found for input region". Running with --show graph reports that no photometric or astrometric reference catalog shards are included in the quanta for CalibrateTask. However, they can be retrieved from the Butler using Registry.queryDatasets (only tested with no data ID constraints).
The working hypothesis from #dm-middleware is that this is a problem in ingestion (i.e., in convert_gen2_repo_to_gen3.py), so I'm filing this as a bug in obs_base.
Please fix the conversion(?) so that a repository created as described in DM-23616 can correctly match catalogs to image data IDs.
Because of changes to the config, the workaround for the original bug is now config.defineVisits.computeVisitRegions.active.padding = 32768.