Skip to content

Commit

Permalink
Merge branch 'tickets/DM-42971'
Browse files Browse the repository at this point in the history
  • Loading branch information
yalsayyad committed Feb 22, 2024
2 parents 7286cb1 + 97e5bd2 commit eb09170
Showing 1 changed file with 5 additions and 36 deletions.
41 changes: 5 additions & 36 deletions pipelines/LSSTComCamSim/DRP-ops-rehearsal-3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,55 +6,24 @@ imports:
- $ANALYSIS_TOOLS_DIR/pipelines/matchedVisitQualityCore.yaml
- $ANALYSIS_TOOLS_DIR/pipelines/coaddQualityExtended.yaml
- $ANALYSIS_TOOLS_DIR/pipelines/visitQualityCore.yaml
parameters:
filterMap: {
"g": "lsst_g",
"r": "lsst_r",
"i": "lsst_i",
}
tasks:
selectGoodSeeingVisits:
class: lsst.pipe.tasks.selectImages.BestSeeingQuantileSelectVisitsTask
config:
connections.goodVisits: goodSeeingVisits
nVisitsMin: 12
# TODO: Check nImages that 4 days is sufficient at pixel level
minMJD: 60390.00
maxMJD: 60394.00
# TODO: Add minMJD and maxMJD overrides back in.
# Intention is to use the 4 days before the ops rehearsal for
# templates. As of 2-22-24 those were not simulated yet.
# We have the 3 days covering approx 60401.9-60404.5.
# For the first DRP precursor iteration, use visits for all 3 days.
updateVisitSummary:
class: lsst.drp.tasks.update_visit_summary.UpdateVisitSummaryTask
config:
# TODO: Evaluate GBDES, SkyCorr, FGCM after initial DRP
wcs_provider: "input_summary"
photo_calib_provider: "input_summary"
background_provider: "input_summary"
gbdesAstrometricFit:
class: lsst.drp.tasks.gbdesAstrometricFit.GbdesAstrometricFitTask
config:
connections.referenceCatalog: uw_stars_20240130
measure:
class: lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesTask
config:
connections.refCat: uw_stars_20240130
python: |
config.match.refObjLoader.filterMap = parameters.filterMap
catalogMatchTract:
class: lsst.analysis.tools.tasks.astrometricCatalogMatch.AstrometricCatalogMatchTask
config:
connections.refCatalog: uw_stars_20240130
photometricCatalogMatch:
class: lsst.analysis.tools.tasks.photometricCatalogMatch.PhotometricCatalogMatchTask
config:
connections.refCatalog: uw_stars_20240130
connections.matchedCatalog: objectTable_tract_uw_stars_20240130_photoMatch
refCatObjectTract:
class: lsst.analysis.tools.tasks.refCatObjectAnalysis.RefCatObjectAnalysisTask
config:
connections.refCatalog: uw_stars_20240130
photometricRefCatObjectTract:
class: lsst.analysis.tools.tasks.refCatObjectPhotometricAnalysis.RefCatObjectPhotometricAnalysisTask
config:
connections.data: objectTable_tract_uw_stars_20240130_photoMatch
subsets:
step1:
subset:
Expand Down

0 comments on commit eb09170

Please sign in to comment.