Skip to content

Commit

Permalink
Remove mentions of gen2 vs gen3
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Aug 1, 2022
1 parent 820ce08 commit 87d36d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions python/lsst/meas/base/forcedPhotCcd.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,10 +438,7 @@ def mergeAndFilterReferences(self, exposure, refCats, refWcs):
Notes
-----
Filtering the reference catalog is currently handled by Gen2
specific methods. To function for Gen3, this method copies
code segments to do the filtering and transformation. The
majority of this code is based on the methods of
The majority of this code is based on the methods of
lsst.meas.algorithms.loadReferenceObjects.ReferenceObjectLoader
"""
Expand Down Expand Up @@ -478,7 +475,7 @@ def mergeAndFilterReferences(self, exposure, refCats, refWcs):
return mergedRefCat

def generateMeasCat(self, exposureDataId, exposure, refCat, refWcs, idPackerName):
"""Generate a measurement catalog for Gen3.
"""Generate a measurement catalog.
Parameters
----------
Expand Down
2 changes: 1 addition & 1 deletion python/lsst/meas/base/forcedPhotCoadd.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def runQuantum(self, butlerQC, inputRefs, outputRefs):

def generateMeasCat(self, exposureDataId, exposure, refCat, refCatInBand, refWcs, idPackerName,
footprintData):
"""Generate a measurement catalog for Gen3.
"""Generate a measurement catalog.
Parameters
----------
Expand Down

0 comments on commit 87d36d1

Please sign in to comment.