Skip to content

Commit

Permalink
Specify defaults for new parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
melanieclarke committed Jan 30, 2025
1 parent 51622f3 commit 92a8e2a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/jwst/extract_1d/arguments.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Step Arguments for Slit and Slitless Spectroscopic Data
Box extraction is suitable for any input data (point sources and extended sources;
resampled and unresampled images). Optimal extraction is best suited for unresampled
point sources. Currently, optimal extraction is only available for MIRI LRS Fixed Slit data.
The default extraction type is 'box'.

``--use_source_posn``
Specify whether the target and background extraction
Expand All @@ -50,13 +51,14 @@ Step Arguments for Slit and Slitless Spectroscopic Data
from nod subtraction is modeled alongside the positive source during
extraction. This will be attempted only if the input data has been background
subtracted and the dither pattern type indicates that 2 nods were used.
The default value is True.

``--optimize_psf_location``
Flag to enable PSF location optimization during optimal extraction.
If True, and the extraction type is 'optimal', then the placement of
the PSF model for the source location (and negative nod, if present)
will be iteratively optimized. This parameter is recommended if
negative nods are modeled.
negative nods are modeled. The default value is True.

``--smoothing_length``
If ``smoothing_length`` is greater than 1 (and is an odd integer), the
Expand Down

0 comments on commit 92a8e2a

Please sign in to comment.