Details
-
Type:
Story
-
Status: Invalid
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: obs_lsst
-
Story Points:8
-
Team:Architecture
Description
obs_lsst now has basic Gen3 butler support (sufficient for ingest), but we'll need to expand that to get to the point where we can run single-frame processing (IsrTask, CharacterizeImageTask, and CalibrateTask) via Gen3 on imsim/phosim and IsrTask on all other instruments (or at least the ones for which this is possible in Gen2). That will include, at least:
- implementing writeCuratedCalibrations in the instrument class;
- specializing (and modifying, as necessary) the instrument-specific hooks for the gen2to3 tool, at least to the point where we can write scripts like the ones in ci_hsc_gen3/bin.src to make a fully-usable Gen3 repo.
I think this ticket may be obsolete given what I've just done on
DM-23778. writeCuratedCalibrations works and gen2to3 works. The scripts in ci_hsc_gen3 look like they would work as well if they could take an instrument class as a parameter.