Skip to content

Commit

Permalink
Change default pipeline setting to false for rubinTV upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkalmbach committed Dec 11, 2024
1 parent d0dc9c3 commit c075d5f
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 13 deletions.
1 change: 1 addition & 0 deletions doc/versionHistory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Version History
-------------

* Add donut quality tables to outputs even when there are no donuts that pass so that we can match it up to the donut stamps and understand rejections.
* Change default pipeline setting to false for rubinTV upload.

.. _lsst.ts.wep-13.2.0:

Expand Down
6 changes: 3 additions & 3 deletions pipelines/_ingredients/donutVizGroupPipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ tasks:
plotAOSTask:
class: lsst.donut.viz.PlotAOSTask
config:
doRubinTVUpload: true
doRubinTVUpload: false
aggregateDonutStampsTask:
class: lsst.donut.viz.AggregateDonutStampsTask
plotDonutTask:
class: lsst.donut.viz.PlotDonutTask
config:
doRubinTVUpload: true
doRubinTVUpload: false
plotPsfZernTask:
class: lsst.donut.viz.PlotPsfZernTask
config:
doRubinTVUpload: true
doRubinTVUpload: false

subsets:
donutVizGroups:
Expand Down
10 changes: 0 additions & 10 deletions pipelines/production/comCamDailyProcessing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,6 @@ tasks:
class: lsst.ts.wep.task.generateDonutDirectDetectTask.GenerateDonutDirectDetectTask
config:
donutSelector.useCustomMagLimit: True
plotAOSTask:
class: lsst.donut.viz.PlotAOSTask
config:
doRubinTVUpload: false
aggregateDonutStampsTask:
class: lsst.donut.viz.AggregateDonutStampsTask
plotDonutTask:
class: lsst.donut.viz.PlotDonutTask
config:
doRubinTVUpload: false

# Define pipeline steps
subsets:
Expand Down
12 changes: 12 additions & 0 deletions pipelines/production/comCamRapidAnalysisDanishPipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,18 @@ tasks:
ftol: 1.0e-3
xtol: 1.0e-3
gtol: 1.0e-3
plotAOSTask:
class: lsst.donut.viz.PlotAOSTask
config:
doRubinTVUpload: true
plotDonutTask:
class: lsst.donut.viz.PlotDonutTask
config:
doRubinTVUpload: true
plotPsfZernTask:
class: lsst.donut.viz.PlotPsfZernTask
config:
doRubinTVUpload: true

# Define pipeline steps
subsets:
Expand Down
12 changes: 12 additions & 0 deletions pipelines/production/comCamRapidAnalysisPipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@ tasks:
estimateZernikes.maskKwargs: { "doMaskBlends": False }
donutStampSelector.maxSelect: 5
donutStampSelector.maxFracBadPixels: 2.0e-4
plotAOSTask:
class: lsst.donut.viz.PlotAOSTask
config:
doRubinTVUpload: true
plotDonutTask:
class: lsst.donut.viz.PlotDonutTask
config:
doRubinTVUpload: true
plotPsfZernTask:
class: lsst.donut.viz.PlotPsfZernTask
config:
doRubinTVUpload: true

# Define pipeline steps
subsets:
Expand Down

0 comments on commit c075d5f

Please sign in to comment.