mperrin / webbpsf

James Webb Space Telescope PSF simulation tool - NOTE THIS VERSION OF REPO IS SUPERCEDED BY spacetelescope/webbpsf
BSD 3-Clause "New" or "Revised" License
16 stars 15 forks source link

Missing _getDefaultNLambda function #195

Closed shanosborne closed 6 years ago

shanosborne commented 6 years ago

_getDefaultNLambda function is missing from WebbPSF. It should pull

    def _getDefaultNLambda(self, filtername):
        """ Return the default # of wavelengths to be used for calculation by a given filter """
        return self._filters[filtername].default_nlambda
mperrin commented 6 years ago

Fixed by #197