@@ -5,33 +5,42 @@ FFLAT Reference File
55
66:REFTYPE: FFLAT
77
8- There are 3 forms of NIRSpec FFLAT reference files: fixed slit, MSA spec, and IFU.
9- For each type the primary HDU does not contain a data array .
8+ There are 3 forms of NIRSpec FFLAT reference files:
9+
10+ * :ref:`fflat_fixed_slit`
11+ * :ref:`fflat_msa`
12+ * :ref:`fflat_ifu`
13+
14+ For each type , the primary HDU does not contain a data array .
1015
1116.. include:: ../references_general/fflat_selection.inc
1217
13- *Fixed Slit*
14- ++++++++++++
18+ .. _fflat_fixed_slit:
19+
20+ Fixed Slit
21+ ++++++++++
1522:Data model: `~stdatamodels.jwst.datamodels.NirspecFlatModel`
1623
17- The fixed slit FFLAT files have EXP_TYPE=NRS_FIXEDSLIT, and have a single BINTABLE
24+ The fixed slit FFLAT files have `` EXP_TYPE=NRS_FIXEDSLIT`` , and have a single BINTABLE
1825extension, labeled FAST_VARIATION.
1926
2027The table contains four columns:
2128
22- * slit_name: string, name of slit
23- * nelem: integer, maximum number of wavelengths
24- * wavelength: float 1 -D array , values of wavelength
25- * data: float 1 -D array , flat field values for each wavelength
29+ * `` slit_name`` : string, name of slit
30+ * `` nelem`` : integer, maximum number of wavelengths
31+ * `` wavelength`` : float 1 -D array , values of wavelength
32+ * `` data`` : float 1 -D array , flat field values for each wavelength
2633
2734The number of rows in the table is given by NAXIS2, and each row corresponds to a
2835separate slit.
2936
30- *MSA Spec*
31- ++++++++++++
37+ .. _fflat_msa:
38+
39+ MSA Spec
40+ ++++++++
3241:Data model: `~stdatamodels.jwst.datamodels.NirspecQuadFlatModel`
3342
34- The MSA Spec FFLAT files have EXP_TYPE=NRS_MSASPEC, and contain data pertaining
43+ The MSA Spec FFLAT files have `` EXP_TYPE=NRS_MSASPEC`` , and contain data pertaining
3544to each of the 4 quadrants. For each quadrant, there is a set of 5 extensions -
3645SCI, ERR, DQ, WAVELENGTH, and FAST_VARIATION.
3746The file also contains a single DQ_DEF extension.
@@ -61,35 +70,37 @@ wavelength of each pixel.
6170
6271The WAVELENGTH table contains a single column:
6372
64- * wavelength: float 1 -D array , values of wavelength
73+ * `` wavelength`` : float 1 -D array , values of wavelength
6574
6675Each of these wavelength values corresponds to a single plane of the IMAGE arrays.
6776
6877The FAST_VARIATION table contains four columns:
6978
70- * slit_name: the string " ANY"
71- * nelem: integer, maximum number of wavelengths
72- * wavelength: float 1 -D array , values of wavelength
73- * data: float 1 -D array , flat field values for each wavelength
79+ * `` slit_name`` : the string " ANY"
80+ * `` nelem`` : integer, maximum number of wavelengths
81+ * `` wavelength`` : float 1 -D array , values of wavelength
82+ * `` data`` : float 1 -D array , flat field values for each wavelength
7483
7584The flat field values in this table are used to account for a wavelength-dependence on a
7685much finer scale than given by the values in the SCI array . There is a single row in
7786this table, which contains 1 -D arrays of wavelength and flat-field values.
7887The same wavelength-dependent value is applied to all pixels in a quadrant.
7988
80- *IFU*
81- +++++
89+ .. _fflat_ifu:
90+
91+ IFU
92+ +++
8293:Data model: `~stdatamodels.jwst.datamodels.NirspecFlatModel`
8394
84- The IFU FFLAT files have EXP_TYPE=NRS_IFU. These have one extension,
95+ The IFU FFLAT files have `` EXP_TYPE=NRS_IFU`` . These have one extension,
8596a BINTABLE extension labeled FAST_VARIATION.
8697
8798The FAST_VARIATION table contains four columns:
8899
89- * slit_name: the string " ANY"
90- * nelem: integer, maximum number of wavelengths
91- * wavelength: float 1 -D array , values of wavelength
92- * data: float 1 -D array , flat field values for each wavelength
100+ * `` slit_name`` : the string " ANY"
101+ * `` nelem`` : integer, maximum number of wavelengths
102+ * `` wavelength`` : float 1 -D array , values of wavelength
103+ * `` data`` : float 1 -D array , flat field values for each wavelength
93104
94105For each pixel in the science data, the wavelength of the light that fell
95106on that pixel will be determined from the WAVELENGTH array in the science exposure
0 commit comments