Skip to content

Commit

Permalink
Merge pull request #2 from lsst/tickets/DM-2789
Browse files Browse the repository at this point in the history
remove getEupsProductName method from CameraMapper subclasses
  • Loading branch information
Joshua Hoblitt committed May 27, 2015
2 parents f379848 + dad37e2 commit a68e699
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/lsst/obs/sdss/sdssMapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@
import lsst.meas.algorithms as measAlgo

class SdssMapper(CameraMapper):
packageName = 'obs_sdss'

def __init__(self, inputPolicy=None, **kwargs):
policyFile = pexPolicy.DefaultPolicyFile("obs_sdss", "SdssMapper.paf", "policy")
policyFile = pexPolicy.DefaultPolicyFile(self.packageName, "SdssMapper.paf", "policy")
policy = pexPolicy.Policy(policyFile)

self.doFootprints = False
Expand Down

0 comments on commit a68e699

Please sign in to comment.