Skip to content

Commit

Permalink
Merge branch 'tickets/DM-23983'
Browse files Browse the repository at this point in the history
  • Loading branch information
czwa committed Jun 11, 2020
2 parents 1c2da96 + d7b5e46 commit c3077a7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions python/lsst/obs/hsc/hscMapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,16 @@ def map_linearizer(self, dataId, write=False):
mapper=self,
storage=self.rootStorage)

def map_crosstalk(self, dataId, write=False):
"""Fake the mapping for crosstalk.
Crosstalk is constructed from config parameters, but we need
Gen2 butlers to be able to respond to requests for it.
Returning None provides a response that can be used with the
config parameters to generate the appropriate calibration.
"""
return None

def bypass_linearizer(self, datasetType, pythonType, butlerLocation, dataId):
"""Return a linearizer for the given detector.
Expand Down

0 comments on commit c3077a7

Please sign in to comment.