You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand that Andrea wanted a PSF sampled at a different pixel scale than the detector pixels, and was frustrated by the fact that options['parity'] = 'odd' determines the parity of the final down-sampled array and not the OVERSAMP extension. The answer ended up being to change the pixelscale attribute and supply an odd number of pixels to fov_pixels=.
Could you suggest how we should improve this section, @AndreaBellini?
The text was updated successfully, but these errors were encountered:
@AndreaBellini would like us to improve the documentation on obtaining supersampled PSFs. Here's the current section: http://pythonhosted.org/webbpsf/webbpsf.html#pixel-scales-sampling-and-oversampling
I understand that Andrea wanted a PSF sampled at a different pixel scale than the detector pixels, and was frustrated by the fact that
options['parity'] = 'odd'
determines the parity of the final down-sampled array and not theOVERSAMP
extension. The answer ended up being to change thepixelscale
attribute and supply an odd number of pixels tofov_pixels=
.Could you suggest how we should improve this section, @AndreaBellini?
The text was updated successfully, but these errors were encountered: