Details
-
Type:
Improvement
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: ip_isr
-
Labels:None
-
Story Points:8
-
Epic Link:
-
Sprint:DRP S19-1, DRP S19-2
-
Team:Data Release Production
Description
isrTask needs to be updated to work with a Gen3 butler as a valid pipelineTask. DM-15862 will unify the ISR processing, so this should make all cameras functional with a Gen3 butler.
Attachments
Issue Links
- is blocked by
-
DM-16482 Add limited support for ExposureRange to Pre-flight
- Done
-
DM-15503 Improve raw data handling in gen2convert
- Done
-
DM-15862 Reduce ISR code duplication between ip_isr, obs_subaru, and obs_decam
- Done
- is FF-depended by
-
DM-17381 ISR pipelineTask cannot create thumbnail files
- To Do
-
DM-17169 Crosstalk sources dataset does not cleanly fit Gen3 butler concept
- Done
-
DM-17382 Make CharacterizeImageTask a pipelineTask
- Done
-
DM-17152 Fringe dataset does not easily fit the current Gen3 butler concept
- Invalid
- is triggering
-
DM-16481 cmdLineFwk crashes when filling output collection
- Done
Working from the
DM-15862ticket branch, I've created aDM-16467with an incomplete solution. Currently, there are three issues:Beyond these two issues, I can use the debugger to check that the code is reaching IsrTask.run(), and the graphs constructed for the raw input exposure look plausible based on my tests on ci_hsc.
Test commands for reference:
stac --clobber-config --clobber-versions -b ~/dev/
DM-16467/ci_hsc/DATA/ -o test1 -i raw/HSC -p lsst.ip.isr --debug -L isr=debug -d "PhysicalFilter.physical_filter='HSC-I' AND Detector.detector=16 AND Exposure.exposure=903988" qgraph -t IsrTask --instrument-overrides --qgraph-dot ~/x.dotstac --clobber-config --clobber-versions -b ~/dev/
DM-16467/ci_hsc/DATA/ -o test1 -i raw/HSC -p lsst.ip.isr --debug -L isr=debug -d "PhysicalFilter.physical_filter='HSC-I' AND Detector.detector=16 AND Exposure.exposure=903988" run -t IsrTask --instrument-overrides