1
- ===============================
2
- offline_matched_coadd_ccds_main
3
- ===============================
1
+ =================================
2
+ offline_matched_coadd_ccds_SURVEY
3
+ =================================
4
4
5
5
:Summary: *This section should be filled in with a high-level description of
6
6
this file. In general, you should remove or replace the emphasized text
7
7
(\* this text is emphasized\* ) in this document. *
8
- :Naming Convention: ``offline_matched_coadd_ccds_main-thru_20241117.fits ``, where ... *Give a human readable
9
- description of the filename, e.g. ``blat-{EXPID}`` where ``{EXPID}``
10
- is the 8-digit exposure ID. *
11
- :Regex: ``offline_matched_coadd_ccds_main-thru_20241117.fits `` *Give a regular expression for this filename.
12
- For example, a six-digit number would correspond to ``[0-9]{6}``. *
13
- :File Type: FITS, 250 MB *This section gives the type of the file
14
- and its approximate size. *
8
+ :Naming Convention: ``offline_matched_coadd_ccds_{SURVEY}-thru_{NIGHT}.fits ``, where
9
+ ``{SURVEY} `` is *e.g. * 'main' and ``{NIGHT} `` is the observation night in YYYYMMDD format.
10
+ :Regex: ``offline_matched_coadd_ccds_(main|SV1|SV2|SV3)-thru_[0-9]{8}\.fits ``
11
+ :File Type: FITS, 250 MB
15
12
16
13
Contents
17
14
========
@@ -20,9 +17,9 @@ Contents
20
17
Number EXTNAME Type Contents
21
18
====== ======= ======== ===================
22
19
HDU0 _ IMAGE *Brief Description *
23
- HDU1 _ BINTABLE *Brief Description *
24
- HDU2 _ BINTABLE *Brief Description *
25
- HDU3 _ BINTABLE *Brief Description *
20
+ HDU1 _ EXTHDU1 BINTABLE *Brief Description *
21
+ HDU2 _ EXTHDU2 BINTABLE *Brief Description *
22
+ HDU3 _ EXTHDU3 BINTABLE *Brief Description *
26
23
====== ======= ======== ===================
27
24
28
25
@@ -32,15 +29,15 @@ FITS Header Units
32
29
HDU0
33
30
----
34
31
35
- *Summarize the contents of this HDU. *
36
-
37
32
This HDU has no non-standard required keywords.
38
33
39
34
Empty HDU.
40
35
41
36
HDU1
42
37
----
43
38
39
+ EXTNAME = EXTHDU1
40
+
44
41
*Summarize the contents of this HDU. *
45
42
46
43
Required Header Keywords
@@ -216,6 +213,8 @@ SPECTRO_EXPID int64
216
213
HDU2
217
214
----
218
215
216
+ EXTNAME = EXTHDU2
217
+
219
218
*Summarize the contents of this HDU. *
220
219
221
220
Required Header Keywords
@@ -274,6 +273,8 @@ MAXCONTRAST float64
274
273
HDU3
275
274
----
276
275
276
+ EXTNAME = EXTHDU3
277
+
277
278
*Summarize the contents of this HDU. *
278
279
279
280
Required Header Keywords
0 commit comments