Closed rubab1 closed 6 years ago
Hi @rubab1, @mperrin and I agree this isn't how the FHWM annotation should work. The implementation is not in WebbPSF, but rather in mperrin/poppy if you would like to open a Pull Requestâ„¢.
P.S. Say hi to @meredith-durbin for me 😄
Issues migrated to https://github.com/spacetelescope/webbpsf/issues. Please see the copies in that repo from now on.
The worked examples here linked from the STSci WFIRST WebbPSF page shows that
has EE50 = 0.069" and FWHM = 0.138" whereas WebbPSF built in functions calculate approximate EE50 = 0.082" and FWHM = 0.105".
The mismatch is significant in context. Apparently the mismatch is due to the
webbpsf.display_profiles()
function using sparsely sampled radial profile and EE to estimate EE50, then setting FWHM = 2*EE50.