You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:--run_bpfix: Run Fourier bad pixel fix on cropped data (default=True)
53
-
54
-
55
-
Note that the `affine2d` default argument is a special case; 'commissioning' is currently the only string other than an ASDF filename that is accepted. If `None` is passed, it will perform a rotation search (least-squares fit to a PSF model) and use that for the affine transform.
27
+
* ``--oversample``: The oversampling factor to be used in the model fit (default=3).
28
+
* ``--rotation``: Initial guess for the rotation of the PSF in the input image, in
29
+
units of degrees (default=0.0).
30
+
* ``--psf_offset``: List of PSF offset values to use when creating the model array
31
+
(default='0.0 0.0').
32
+
* ``--rotation_search``: List of start, stop, and step values that define the list of
33
+
rotation search values. The default setting of '-3 3 1'
34
+
results in search values of [-3, -2, -1, 0, 1, 2, 3].
35
+
* ``--bandpass``: ASDF file containing suitable array to override filter/source
36
+
(default=None)
37
+
* ``--usebp``: If True, exclude pixels marked DO_NOT_USE from fringe fitting
38
+
(default=True)
39
+
* ``--firstfew``: If not None, process only the first few integrations (default=None)
40
+
* ``--chooseholes``: If not None, fit only certain fringes e.g. ['B4','B5','B6','C2']
* ``--run_bpfix``: Run Fourier bad pixel fix on cropped data (default=True)
44
+
45
+
Note that the ``affine2d`` default argument is a special case; 'commissioning' is currently the only string other than an ASDF filename that is accepted. If `None` is passed, it will perform a rotation search (least-squares fit to a PSF model) and use that for the affine transform.
56
46
57
47
58
48
Creating ASDF files
59
49
^^^^^^^^^^^^^^^^^^^
60
-
The optional arguments `bandpass` and `affine2d` must be written to `ASDF <https://asdf-standard.readthedocs.io/>`_
50
+
The optional arguments ``bandpass`` and ``affine2d`` must be written to `ASDF <https://asdf-standard.readthedocs.io/>`_
61
51
files to be used by the step. The step expects the contents to be stored with particular keys but the format is not currently
62
52
enforced by a schema; incorrect ASDF file contents will cause the step to revert back to the defaults for each argument.
63
53
@@ -78,7 +68,7 @@ Examples of how to create ASDF files containing the properly formatted informati
For more information on the format and contents of OIFITS files, see the `OIFITS2 standard <https://doi.org/10.1051/0004-6361/201526405>`_.
161
155
162
156
The _ami-oi.fits file contains tables of observables averaged over all integrations of the input file. The error is taken to be the standard error of the mean, where the variance is the covariance between amplitudes and phases (e.g. fringe amplitudes and fringe phases, closure phases and triple-product amplitudes).
163
157
The _amimulti-oi.fits file contains observables for each integration, and does not contain error estimates. The
164
-
structure is the same as the _ami-oi.fits file, but the following data columns are 2D, with the second dimension being
158
+
structure is the same as the _ami-oi.fits file, but the following data columns are 2D, with the second dimension being
165
159
the number of integrations: "PISTONS", "PIST_ERR", "VISAMP", "VISAMPERR", "VISPHI", "VISPHIERR", "VIS2DATA", "VIS2ERR", "T3AMP", "T3AMPERR", "T3PHI", "T3PHIERR".
166
160
167
161
LG model parameters
168
162
^^^^^^^^^^^^^^^^^^^
169
163
:Data model: `~jwst.datamodels.AmiLgFitModel`
170
164
:File suffix: _amilg.fits
171
165
172
-
The _amilg.fits output file contains the cropped and cleaned data, model, and residuals (data - model) as well as
166
+
The _amilg.fits output file contains the cropped and cleaned data, model, and residuals (data - model) as well as
173
167
the parameters of the best-fit LG model. It contains the following extensions:
174
168
175
-
1) ``CTRD``: a 3D image of the centered, cropped data
176
-
2) ``N_CTRD``: a 3D image CTRD normalized by data peak
177
-
3) ``FIT``: a 3D image of the best-fit model
178
-
4) ``N_FIT``: a 3D image of FIT normalized by data peak
179
-
5) ``RESID``: a 3D image of the fit residuals
180
-
6) ``N_RESID``: a 3D image of RESID normalized by data peak
181
-
7) ``SOLNS``: table of fringe coefficients
169
+
1. ``CTRD``: a 3D image of the centered, cropped data
170
+
2. ``N_CTRD``: a 3D image CTRD normalized by data peak
171
+
3. ``FIT``: a 3D image of the best-fit model
172
+
4. ``N_FIT``: a 3D image of FIT normalized by data peak
173
+
5. ``RESID``: a 3D image of the fit residuals
174
+
6. ``N_RESID``: a 3D image of RESID normalized by data peak
0 commit comments