-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rationalize SpaceTelescopeInstrument.calcPSF with poppy.Instrument.calc_psf #132
Comments
After fixing a trivial typo in a warning string in What's different between those two functions?
None of those seem sufficient to justify separate functions at this point. I think this is pretty much just vestigial code and we can & should simplify it down to just one function. |
Fixed (in the |
- better document PSF normalization options. Addresses mperrin#112 - update travis config, consistent with poppy#187 - display tweak for primary V2V3 annotation - remove redundant calcPSF in favor of just using the superclass one; fixes mperrin#132 - update measure_strehl to turn off SI WFE for perfect PSF calcs - Enforce Python 3.0+ compliance on code with __future__ imports - Use six.string_types for Python 3.x compliance - Add versions + jwxml to install_requires in setup.py - Drop matplotlib requirement to >=1.5.0 in setup.py
- a few missed version number->0.5.0 edits in install docs [ci skip] - Update install instructions for Ureka->Astroconda change [skip ci] - Formatting fix installation.rst [skip ci] - Further revisions to install docs for AstroConda [skip ci] - Clarify release instructions for data packages - Fix ConfigParser import in setup.py - Back to development: 0.5.1 - better document PSF normalization options. Addresses mperrin#112 - update travis config, consistent with poppy#187 - display tweak for primary V2V3 annotation - remove redundant calcPSF in favor of just using the superclass one; fixes mperrin#132 - update measure_strehl to turn off SI WFE for perfect PSF calcs - Enforce Python 3.0+ compliance on code with __future__ imports - Use six.string_types for Python 3.x compliance - Add versions + jwxml to install_requires in setup.py - Drop matplotlib requirement to >=1.5.0 in setup.py
- a few missed version number->0.5.0 edits in install docs [ci skip] - Update install instructions for Ureka->Astroconda change [skip ci] - Formatting fix installation.rst [skip ci] - Further revisions to install docs for AstroConda [skip ci] - Clarify release instructions for data packages - Fix ConfigParser import in setup.py - Back to development: 0.5.1 - better document PSF normalization options. Addresses mperrin#112 - update travis config, consistent with poppy#187 - display tweak for primary V2V3 annotation - remove redundant calcPSF in favor of just using the superclass one; fixes mperrin#132 - update measure_strehl to turn off SI WFE for perfect PSF calcs - Enforce Python 3.0+ compliance on code with __future__ imports - Use six.string_types for Python 3.x compliance - Add versions + jwxml to install_requires in setup.py - Drop matplotlib requirement to >=1.5.0 in setup.py
This got overlooked in the API updating. Whoops...
See mperrin/poppy#180 (comment) :
The text was updated successfully, but these errors were encountered: