Skip to content

Commit

Permalink
Add PSF matching kernel dataset to mock pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
isullivan committed Apr 17, 2024
1 parent 44401d7 commit 7b7bbca
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 7b7bbca

Please sign in to comment.