Skip to content

Commit

Permalink
Merge pull request #220 from lsst/tickets/DM-43736
Browse files Browse the repository at this point in the history
DM-43736: Add PSF matching kernel dataset to mock pipeline
  • Loading branch information
isullivan committed Apr 17, 2024
2 parents 44401d7 + 7b7bbca commit ad424c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_testPipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ def setUpClass(cls):
butlerTests.addDatasetType(cls.repo, "deepDiff_templateExp", cls.visitId.dimensions, "ExposureF")
butlerTests.addDatasetType(cls.repo, "goodSeeingDiff_templateExp", cls.visitId.dimensions,
"ExposureF")
butlerTests.addDatasetType(cls.repo, "deepDiff_psfMatchKernel", cls.visitId.dimensions,
"MatchingKernel")
butlerTests.addDatasetType(cls.repo, "deepDiff_matchedExp", cls.visitId.dimensions, "ExposureF")
butlerTests.addDatasetType(cls.repo, "deepDiff_diaSrc", cls.visitId.dimensions, "SourceCatalog")
butlerTests.addDatasetType(cls.repo, "deepDiff_diaSrcTable", cls.visitId.dimensions, "DataFrame")
Expand Down Expand Up @@ -232,6 +234,7 @@ def testMockAlardLuptonSubtractTask(self):
"sources": self.visitId,
"difference": self.visitId,
"matchedTemplate": self.visitId,
"psfMatchingKernel": self.visitId,
})
pipelineTests.runTestQuantum(task, self.butler, quantum, mockRun=False)

Expand Down

0 comments on commit ad424c6

Please sign in to comment.