Skip to content

Commit 05026ff

Browse files
committed
fix syntax error in test and update docs
1 parent 6b3f4a9 commit 05026ff

2 files changed

Lines changed: 1 addition & 11 deletions

File tree

docs/jwst/cube_build/arguments.rst

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,6 @@ each band will be created.
1717
``cube_build``, it sets ``pipeline=2``. When running stand-alone or in
1818
:ref:`calwebb_spec3 <calwebb_spec3>` pipeline, the parameter ``pipeline=3`` is set for ``cube_build``.
1919

20-
- ``pipeline=2`` sets up the rules for making :ref:`calwebb_spec2 <calwebb_spec2>` pipeline type cubes. For NIRSpec data the default
21-
rules produce cubes with a single grating and filter and with a linear wavelength dimension. For MIRI data
22-
the default rules produce a single IFU cube containing the two channels in the input data with a non-linear
23-
wavelength dimension. In both cases, the input filename suffix ``cal`` is replaced with ``s3d``.
24-
25-
- ``pipeline=3`` setups up the results for making :ref:`calwebb_spec3 <calwebb_spec3>` pipeline type cubes. For NIRSpec data
26-
the default rules will produce a single IFU cube from the same grating and filter, while for MIRI data a single
27-
IFU cube is created for each channel and band. In both cases, the output IFU cube will contain the grating and
28-
filter name (NIRSpec) or channel and band (MIRI).
29-
3020
``channel [string]``
3121
This is a MIRI only option and the valid values are 1, 2, 3, 4, and ALL.
3222
If the ``channel`` argument is given, then only data corresponding to that channel will be used in

jwst/regtest/test_miri_mrs_spec2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def run_spec2(rtdata_module):
4242
"--steps.photom.save_results=true",
4343
"--steps.resample_spec.save_results=true",
4444
"--steps.cube_build.save_results=true",
45-
"--steps.cube_build.output_type='multi",
45+
"--steps.cube_build.output_type='multi'",
4646
"--steps.extract_1d.save_results=true",
4747
]
4848
Step.from_cmdline(args)

0 commit comments

Comments
 (0)