Skip to content

Commit

Permalink
Add dummy crosstalk mapper.
Browse files Browse the repository at this point in the history
  • Loading branch information
czwa committed May 18, 2020
1 parent e9bf0c5 commit 4bd03dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions python/lsst/obs/hsc/hscMapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,11 @@ def map_linearizer(self, dataId, write=False):
mapper=self,
storage=self.rootStorage)

def map_crosstalk(self, dataId, write=False):
"""Construct this on-the-fly in Gen2.
"""
return None

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

0 comments on commit 4bd03dc

Please sign in to comment.