Skip to content

Commit

Permalink
Merge pull request #21 from lsst/tickets/DM-40322
Browse files Browse the repository at this point in the history
DM-40322: Implement hook to define spatial bounds for prerequisites.
  • Loading branch information
TallJimbo authored Aug 8, 2023
2 parents 46c63c2 + 091e9c7 commit 5c219ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/lsst/drp/tasks/gbdesAstrometricFit.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,9 @@ class GbdesAstrometricFitConnections(pipeBase.PipelineTaskConnections,
dimensions=('instrument', 'skymap', 'tract', 'physical_filter')
)

def getSpatialBoundsConnections(self):
return ("inputVisitSummaries",)


class GbdesAstrometricFitConfig(pipeBase.PipelineTaskConfig,
pipelineConnections=GbdesAstrometricFitConnections):
Expand Down

0 comments on commit 5c219ae

Please sign in to comment.