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

Polish up SI WFE notebook, require data version 0.6.0 #139

Closed josePhoenix closed 7 years ago

josePhoenix commented 7 years ago

I took the "Tutorial in SI WFE" notebook as the basis for an example notebook showing how to use the new SI WFE models.

Suggestions for additional examples welcome :) I just kept the MIRI field position one.

josePhoenix commented 7 years ago

Oops, guess I used the same branch name for two things.

josePhoenix commented 7 years ago

I was testing the si_wfe branch and noticed it didn't have any pupil OPD maps loaded. I thought this was a bug (maybe the .fits to .fits.gz rename) and went looking, but it was actually a combination of the fact that WEBBPSF_PATH was pointing to the 0.5.0 data and the fact that failing to load any OPD maps is not an error.

This PR for si_wfe now enforces that at least one OPD map is loaded, and that data version 0.6.0 is available.