webbpsf icon indicating copy to clipboard operation
webbpsf copied to clipboard

James Webb Space Telescope PSF simulation tool

Results 77 webbpsf issues
Sort by recently updated
recently updated
newest added

See also [GitHub issues for release 1.3](https://github.com/spacetelescope/webbpsf/issues?q=is%3Aopen+is%3Aissue+milestone%3A%22Release+1.3%22) and [PRs for release 1.3](https://github.com/spacetelescope/webbpsf/pulls?q=is%3Aopen+is%3Apr+milestone%3A%22Release+1.3%22). **PRs to complete and merge for this release:** - [x] #768 @obi-wan76 - [ ] #787 @mperrin -...

Address #785. - [x] Update LRS slit geometry for better consistency with SIAF - [x] Fixes SI WFE model to be after coordinate rotation to detector frame for LRS mode....

enhancement
JWST

Sometimes it's useful to download the weak lens image data. This PR adds to `mast_wss` some functions for doing so, either by specifying a WFSC program ID and observation number,...

JWST

Work in progress for adding infrastructure for better IFU simulations, shared between NIRSpec and MIRI classes. This PR is heavily inspired by #691 by @patapisp, but has generalized much of...

This PR implements a capability to have default mask alignment options (`pupil_shift_x, pupil_shift_y, pupil_rotation`) defined per each coronagraph mask. This is intended to allow WebbPSF to include measured in-flight information...

Hello, I'm finding that when I try to use setup_sim_to_match_file on an F323N NRCB5 module that the setup_sim_to_match_file function returns the NRCA5 webbpsf grid. When I do: ``` inst =...

Hello, I am using webbpsf to generate PSFs for NIRCam F323N images. However, where I use the function `setup_sim_to_match_file`, it returns the F322W2 PSF instead, which is quite different. Looking...

First reported by Martha Boyer: "It appears to just grab the FILTER keyword from the image header and assign that to inst.filter, but that won’t work for images where the...

See the attached snippet from a notebook running the latest WebbPSF. ![image (4)](https://github.com/spacetelescope/webbpsf/assets/346587/40310ccc-52bd-4e5d-a84f-3273043b968c) The key points to note are: 1. Unsurprisingly, the *first* run is slower than the later ones...

Currently, detector effects are included by default in the detector sampled extension. Detector effects in the oversample PSF can be include via the grid PSF function only. We should add...