Skip to content

Commit

Permalink
update lookup table psf and add notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrammer committed Nov 3, 2024
1 parent 3f6fa78 commit 63f3b9e
Show file tree
Hide file tree
Showing 5 changed files with 907 additions and 3 deletions.
904 changes: 904 additions & 0 deletions docs/examples/lookup-table-psf.ipynb

Large diffs are not rendered by default.

Binary file modified msaexp/data/nirspec_exp_psf_lookup.fits
Binary file not shown.
Binary file added msaexp/data/nirspec_gau_psf_lookup.fits
Binary file not shown.
Binary file removed msaexp/data/nirspec_psf_lookup.fits
Binary file not shown.
6 changes: 3 additions & 3 deletions msaexp/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3221,11 +3221,11 @@ def __init__(self, psf_file='nirspec_exp_psf_lookup.fits'):
Parameters
----------
psf_file : str, 'nirspec_exp_psf_lookup.fits', 'nirspec_psf_lookup.fits'
psf_file : str, 'nirspec_exp_psf_lookup.fits', 'nirspec_gau_psf_lookup.fits'
Which PSF table to use. ``nirspec_exp_psf_lookup.fits`` assumes an
exponential profile where the width parameter is the half-light radius.
``nirspec_psf_lookup.fits`` is a Gaussian profile with the width parameter
sigma.
``nirspec_gau_psf_lookup.fits`` is a Gaussian profile with the width
parameter sigma.
Examples
--------
Expand Down

0 comments on commit 63f3b9e

Please sign in to comment.