Skip to content

Commit

Permalink
Added usesMatches class variable to DiaCatalogSourceSelector
Browse files Browse the repository at this point in the history
  • Loading branch information
r-owen committed Feb 11, 2016
1 parent 8ecf6be commit cfb53c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/lsst/ip/diffim/diaCatalogSourceSelector.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ def __call__(self, source):

class DiaCatalogSourceSelector(object):
ConfigClass = DiaCatalogSourceSelectorConfig
usesMatches = True # selectStars uses (requires) its matches argument

def __init__(self, config=None):
"""Construct a source selector that uses a reference catalog
Expand Down

0 comments on commit cfb53c0

Please sign in to comment.