Skip to content

Commit

Permalink
Turn off calibs for quickLook until we have them
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisherlevine committed Oct 2, 2024
1 parent 813137d commit 86bcb2c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pipelines/LSSTCam/quickLook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,13 @@ tasks:
config:
# Turn off slow steps in ISR
doBrighterFatter: false
doBias: false
doLinearize: false
doCrosstalk: false
doDefect: false
doDark: false
doFlat: false

# TO DO: Replace with calibrateImage in a way that we can use the
# preSources downstream.
characterizeImage:
Expand Down Expand Up @@ -53,8 +59,8 @@ subsets:
step1:
subset:
- isr
# - characterizeImage
# - calibrate
- characterizeImage
- calibrate
# TO DO: configure and add writePreSourceTable, transformPreSourceTable
description: |
Per-detector tasks that can be run together
Expand Down

0 comments on commit 86bcb2c

Please sign in to comment.