Skip to content

Commit

Permalink
Merge pull request #110 from lsst/tickets/DM-43033
Browse files Browse the repository at this point in the history
DM-43033: Add fgcmcal to ComCamSim ops rehearsal pipeline
  • Loading branch information
erykoff committed Mar 6, 2024
2 parents ca46d79 + b519325 commit 35358bf
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions pipelines/LSSTComCamSim/DRP-ops-rehearsal-3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ imports:
- $ANALYSIS_TOOLS_DIR/pipelines/matchedVisitQualityCore.yaml
- $ANALYSIS_TOOLS_DIR/pipelines/visitQualityCore.yaml
tasks:
fgcmFitCycle:
class: lsst.fgcmcal.fgcmFitCycle.FgcmFitCycleTask
config:
doMultipleCycles: true
multipleCyclesFinalCycleNumber: 4

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

selectGoodSeeingVisits:
class: lsst.pipe.tasks.selectImages.BestSeeingQuantileSelectVisitsTask
config:
Expand All @@ -23,7 +34,7 @@ tasks:
config:
# TODO: Evaluate GBDES, SkyCorr, FGCM after initial DRP
wcs_provider: "input_summary"
photo_calib_provider: "input_summary"
photo_calib_provider: "global"
background_provider: "input_summary"
analyzeObjectTableCore:
class: lsst.analysis.tools.tasks.ObjectTableTractAnalysisTask
Expand Down Expand Up @@ -72,7 +83,11 @@ subsets:
gbdesAstrometricFit produces solutions per-tract, per-visit
isolatedStarAssociation produces solutions per-tract.
TODO: Evaluate GBDES after first DRP
# TODO: No step2c for FGCM for now. Evaluate after first iteration
step2c:
subset:
- fgcmBuildFromIsolatedStars
- fgcmFitCycle
- fgcmOutputProducts
step2d:
subset:
- finalizeCharacterization
Expand Down

0 comments on commit 35358bf

Please sign in to comment.