-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1884 from pypeit/msc_ar_slits
Fixes problem with definition of image locations in mosaics
- Loading branch information
Showing
14 changed files
with
604 additions
and
224 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
pypeit.scripts.run\_to\_calibstep module | ||
======================================== | ||
|
||
.. automodule:: pypeit.scripts.run_to_calibstep | ||
:members: | ||
:private-members: | ||
:undoc-members: | ||
:show-inheritance: |
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,36 @@ | ||
.. code-block:: console | ||
$ pypeit_run_to_calibstep -h | ||
usage: pypeit_run_to_calibstep [-h] [--science_frame SCIENCE_FRAME] | ||
[--calib_group CALIB_GROUP] [--det DET] | ||
[-v VERBOSITY] [-r REDUX_PATH] [-s] | ||
pypeit_file step | ||
Run PypeIt to a single calibration step for an input frame | ||
positional arguments: | ||
pypeit_file PypeIt reduction file (must have .pypeit extension) | ||
step Calibration step to perform. Valid steps are: align, | ||
arc, bias, bpm, dark, flats, scattlight, slits, tiltimg, | ||
tilts, wv_calib | ||
options: | ||
-h, --help show this help message and exit | ||
--science_frame SCIENCE_FRAME | ||
Raw science frame to reduce as listed in your PypeIt | ||
file, e.g. b28.fits.gz. Either this or the calib_group | ||
must be provided | ||
--calib_group CALIB_GROUP | ||
Calibration group ID to reduce. Either this or the frame | ||
must be provided | ||
--det DET Detector to reduce | ||
-v VERBOSITY, --verbosity VERBOSITY | ||
Verbosity level between 0 [none] and 2 [all] | ||
-r REDUX_PATH, --redux_path REDUX_PATH | ||
Path to directory for the reduction. Only advised for | ||
testing | ||
-s, --show Show reduction steps via plots (which will block further | ||
execution until clicked on) and outputs to ginga. | ||
Requires remote control ginga session via "ginga | ||
--modules=RC,SlitWavelength &" | ||
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
Large diffs are not rendered by default.
Oops, something went wrong.
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.