-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag '1.13.3' into release/1.13.x
- Loading branch information
Showing
41 changed files
with
560 additions
and
457 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
Step Arguments | ||
============== | ||
|
||
The ``assign_wcs`` step has the following optional arguments to control | ||
the behavior of the processing. | ||
|
||
``--sip_approx`` (boolean, default=True) | ||
A flag to enable the computation of a SIP approximation for | ||
imaging modes. | ||
|
||
``--sip_degree`` (integer, max=6, default=None) | ||
Polynomial degree for the forward SIP fit. "None" uses the best fit. | ||
|
||
``--sip_max_pix_error`` (float, default=0.1) | ||
Maximum error for the SIP forward fit, in units of pixels. Ignored if | ||
``sip_degree`` is set to an explicit value. | ||
|
||
``--sip_inv_degree`` (integer, max=6, default=None) | ||
Polynomial degree for the inverse SIP fit. "None" uses the best fit. | ||
|
||
``--sip_max_inv_pix_error`` (float, default=0.1) | ||
Maximum error for the SIP inverse fit, in units of pixels. Ignored if | ||
``sip_inv_degree`` is set to an explicit value. | ||
|
||
``--sip_npoints`` (integer, default=12) | ||
Number of points for the SIP fit. | ||
|
||
``--slit_y_low`` (float, default=-0.55) | ||
Lower edge of a NIRSpec slit. | ||
|
||
``--slit_y_high`` (float, default=0.55) | ||
Upper edge of a NIRSpec slit. |
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 |
---|---|---|
|
@@ -8,6 +8,7 @@ Assign WCS | |
:maxdepth: 1 | ||
|
||
main.rst | ||
arguments.rst | ||
reference_files.rst | ||
asdf-howto.rst | ||
exp_types.rst | ||
|
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
Oops, something went wrong.