Skip to content

Commit

Permalink
Reduce required number of iterations.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Mar 6, 2024
1 parent c9cf7a1 commit b519325
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipelines/LSSTComCamSim/DRP-ops-rehearsal-3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ tasks:
class: lsst.fgcmcal.fgcmFitCycle.FgcmFitCycleTask
config:
doMultipleCycles: true
multipleCyclesFinalCycleNumber: 5
multipleCyclesFinalCycleNumber: 4

fgcmOutputProducts:
class: lsst.fgcmcal.fgcmOutputProducts.FgcmOutputProductsTask
config:
connections.cycleNumber: 5
connections.cycleNumber: 4

selectGoodSeeingVisits:
class: lsst.pipe.tasks.selectImages.BestSeeingQuantileSelectVisitsTask
Expand Down

0 comments on commit b519325

Please sign in to comment.