Skip to content

Commit

Permalink
Switch cpSky to operate on postISRCCD datasetType.
Browse files Browse the repository at this point in the history
  • Loading branch information
czwa committed Nov 4, 2022
1 parent a09a801 commit 353bbdb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion pipelines/Latiss/cpSky.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ tasks:
isr:
class: lsst.ip.isr.isrTask.IsrTask
config:
connections.outputExposure: cpSkyIsr
overscan.fitType: 'MEDIAN_PER_ROW'
doLinearize: false
doCrosstalk: true
Expand Down
4 changes: 2 additions & 2 deletions pipelines/cpSky.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ description: Sky frame generation pipeline definition.
tasks:
isr:
class: lsst.ip.isr.isrTask.IsrTask
config:
connections.outputExposure: cpSkyIsr
cpSkyImage:
class: lsst.cp.pipe.CpSkyImageTask
config:
connections.inputExp: postISRCCD
cpSkyScaleMeasure:
class: lsst.cp.pipe.CpSkyScaleMeasureTask
cpSkySubtractBackground:
Expand Down
2 changes: 1 addition & 1 deletion python/lsst/cp/pipe/cpSkyTask.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
class CpSkyImageConnections(pipeBase.PipelineTaskConnections,
dimensions=("instrument", "physical_filter", "exposure", "detector")):
inputExp = cT.Input(
name="cpSkyIsr",
name="postISRCCD",
doc="Input pre-processed exposures to combine.",
storageClass="Exposure",
dimensions=("instrument", "exposure", "detector"),
Expand Down

0 comments on commit 353bbdb

Please sign in to comment.