-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Migrate to stpsf. * Update scripts/romanisim-make-stack Co-authored-by: Brett Graham <[email protected]> * Update scripts/romanisim-make-image Co-authored-by: Brett Graham <[email protected]> * Update data links and paper link. * Change link text. --------- Co-authored-by: Brett Graham <[email protected]>
- Loading branch information
Showing
23 changed files
with
161 additions
and
147 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
Point Spread Function Modeling | ||
============================== | ||
|
||
The simulator has two mechanisms for point source modeling. The first uses the galsim implementation of the Roman point spread function (PSF); for more information, see the galsim Roman documentation. The second uses the webbpsf package to make a model of the Roman PSF. | ||
The simulator has two mechanisms for point source modeling. The first uses the galsim implementation of the Roman point spread function (PSF); for more information, see the galsim Roman documentation. The second uses the stpsf package to make a model of the Roman PSF. | ||
|
||
In the current implementation, the simulator uses a linearly varying, achromatic bandpass for each filter when using webbpsf. That is, the PSF does not vary depending on the spectrum of the source being rendered. However, it seems straightforward to implement either of these modes in the context of galsim, albeit at some computational expense. | ||
In the current implementation, the simulator uses a linearly varying, achromatic bandpass for each filter when using stpsf. That is, the PSF does not vary depending on the spectrum of the source being rendered. However, it seems straightforward to implement either of these modes in the context of galsim, albeit at some computational expense. | ||
|
||
When using the galsim PSF, galsim's "photon shooting" mode is used for efficient rendering of chromatic sources. When using webbpsf, FFTs are used to do the convolution of the intrinsic source profile with the PSF and pixel grid of the instrument. | ||
When using the galsim PSF, galsim's "photon shooting" mode is used for efficient rendering of chromatic sources. When using stpsf, FFTs are used to do the convolution of the intrinsic source profile with the PSF and pixel grid of the instrument. | ||
|
||
.. automodapi:: romanisim.psf | ||
|
Oops, something went wrong.