Skip to content

Commit

Permalink
Merge pull request #185 from lsst/tickets/DM-47796
Browse files Browse the repository at this point in the history
DM-47796: Remove configs and tests for deprecated object-refcat match outputs.
  • Loading branch information
TallJimbo authored Dec 2, 2024
2 parents 49bbb3d + 49db171 commit 63da2fb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions pipelines/_ingredients/LSSTCam-imSim/DRP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@ tasks:
ampOffset.doApplyAmpOffset: false
calibrateImage:
class: lsst.pipe.tasks.calibrateImage.CalibrateImageTask
measure:
class: lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesTask
config:
connections.refCat: "cal_ref_cat_2_2"
python: |
config.match.refObjLoader.filterMap = parameters.filterMap
matchObjectToTruth:
class: lsst.pipe.tasks.match_tract_catalog.MatchTractCatalogTask
config:
Expand Down
6 changes: 0 additions & 6 deletions tests/test_pipelines.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,6 @@
HSC_OUTPUTS = {
"calexp_skyCorr_visit_mosaic",
"calexpBackground_skyCorr_visit_mosaic",
"deepCoadd_measMatch",
"deepCoadd_measMatchFull",
"forced_src",
"preSourceTable",
"preSourceTable_visit",
Expand Down Expand Up @@ -211,8 +209,6 @@

# LSSTCam-imSim common outputs, in addition to COMMON_OUTPUTS
LSSTCAM_IMSIM_OUTPUTS = {
"deepCoadd_measMatch",
"deepCoadd_measMatchFull",
"diaObjectTable_tract",
"diaSourceTable",
"diaSourceTable_tract",
Expand Down Expand Up @@ -317,8 +313,6 @@ def test_decam_drp_merian(self):
},
expected_outputs=COMMON_OUTPUTS
| {
"deepCoadd_measMatch",
"deepCoadd_measMatchFull",
"goodSeeingCoadd",
"goodSeeingCoadd_nImage",
"goodSeeingVisits",
Expand Down

0 comments on commit 63da2fb

Please sign in to comment.