We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Move from pysynphot to synphot package (https://synphot.readthedocs.io/en/latest/). See also https://synphot.readthedocs.io/en/latest/synphot/from_pysyn_iraf.html for porting.
pysynphot
synphot
import pysynphot as S
S.refs.set_default_waveset
S.refs.setref(area = 25.78e4)
effstim
model_to_hdulist
create_obslist
gen_image_from_coeff
_calc_psf_from_coeff
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Move from
pysynphot
tosynphot
package (https://synphot.readthedocs.io/en/latest/). See also https://synphot.readthedocs.io/en/latest/synphot/from_pysyn_iraf.html for porting.import pysynphot as S
S.refs.set_default_waveset
(is this needed anymore?)S.refs.setref(area = 25.78e4)
(area is now specified duringeffstim
calls)model_to_hdulist
functioncreate_obslist
functiongen_image_from_coeff
function_calc_psf_from_coeff
functionThe text was updated successfully, but these errors were encountered: