Details
-
Type:
Improvement
-
Status: To Do
-
Resolution: Unresolved
-
Fix Version/s: None
-
Component/s: ip_isr
-
Labels:None
-
Epic Link:
-
Team:Data Release Production
Description
The connections for IsrTask claim that DM-25348 will implement/fix inter-chip crosstalk for DECam with the crosstalkSources input. That ticket was marked invalid as a duplicate of DM-27833, which solved the issue with a two-step pipeline system. It was suggested that this might be solvable with middleware improvements, but that hasn't been tested.
The goal of this ticket is to try to find a single-pipeline solution for DECam processing.
Attachments
Issue Links
- relates to
-
DM-21904 Improve QuantumGraph generation for Jointcal
- In Progress
-
DM-31281 Determine scope of work for creating pure Gen 3 scripts
- Done
-
DM-32430 Create DECam DRP Processing Pipeline
- Done
-
DM-27833 Enable gen3 inter-chip crosstalk for DECam
- Done
-
DM-25348 Unify obs_decam gen3 ISR processing
- Invalid
-
DM-26140 Centralize Gen 3 pipeline configuration info for ap_verify datasets
- Done
FTR, the current outstanding problem with a single-pipeline solution seems to be that crosstalkSources must be a PrerequisiteInput and not an Input, because the latter does not support lookupFunction or minimum=0. A PrerequisiteInput cannot also be an Output.