Skip to content

Commit

Permalink
Add isr pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
aferte committed Jan 23, 2024
1 parent 7927fa5 commit 1b830d4
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions pipelines/fiberspectrograph/ISR.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
description: ISR for Rubin fiber spectrographs
instrument: lsst.obs.fiberspectrograph.FiberSpectrograph

tasks:
isr:
class: lsst.obs.fiberspectrograph.isrTask.IsrTask
config:
doBias: false
doCrosstalk: false
doVariance: false
doLinearize: false
doDefect: false
doDark: false
doFlat: false
doFringe: false
doAssembleCcd: false
doNanMasking: false
doSaturation: true
doWidenSaturationTrails: false
doCameraSpecificMasking: false
doSetBadRegions: false
doInterpolate: false
doMeasureBackground: false
doStandardStatistics: false

0 comments on commit 1b830d4

Please sign in to comment.