ticket:302: naming_convention.txt

File naming_convention.txt, 2.2 KB (added by niles, 6 years ago)
Line 
1
2From https://sxi.ngdc.noaa.gov/sxi_data_notes.html as of May 2018 :
3
4
5GOES SXI File Naming Convention
6Image data:
7SXI_yyyymmdd_hhmmssfff_pv_nn.FTS (29 characters)
8'yyyymmdd_hhmmssfff' UTC date (DATE_OBS). The fff section represents fraction of a second.
9'p' data product code, i.e.,
10p = 'A' => Level-0
11p = 'B' => Level-1 The remainder of the alphabet is available for Level-2 product codes.
12'v' processing version code, i.e., Reprocessed data will be differentiated by incrementing the version code.
13'nn' satellite ID (i.e., GOES-nn)
14
15...and I'm seeing names like :
16
17-rw-rw-r-- 1 noien noien    1497600 May 18 09:26 SXI_20180308_000400152_BA_15.FTS
18-rw-rw-r-- 1 noien noien     650880 May 18 09:35 SXI_20180308_025900157_AB_15.FTS
19-rw-rw-r-- 1 noien noien    1497600 May 18 09:35 SXI_20180308_025900157_BA_15.FTS
20-rw-rw-r-- 1 noien noien     547200 May 18 09:53 SXI_20060815_000018110_AA_12.FTS
21-rw-rw-r-- 1 noien noien    1074240 May 18 09:53 SXI_20060815_000018110_BB_12.FTS
22
23
24
25
26
27GOES-12 SXI Instrument Summary :
28The SXI telescope images the sun in wavelengths ranging from soft X-rays to extreme ultraviolet. These filters are available [#, wavelength in angstroms, filter name, (Metadata entry)]
2901, 6-65, Poly thin (P_THN_A)
3002, UV, UV diffuser
3103, 6-65, Poly thin (P_THN_B)
3204, 6-60, Poly medium (P_MED_B)
3305, 6-20, Be thin (B_THN_B)
3406, 6-16, Be medium (B_MED)
3507, 6-12, Be thick (B_THK)
3608, 0-0, Radiation shield (RDSH)
3709, 6-80, Open (OPEN)
3810, 6-20, Be thin (B_THN_A)
3911, 6-50, Poly thick (P_THK)
4012, 6-60, Poly medium (P_MED_A)
41Each image is a 512 x 512 array with 5 arcsec pixels.
42
43
44
45
46
47GOES-12 SXI Metadata :
48The browse display includes a drop list containing a short set of metadata:
49DATE_OBS - Earth-adjusted time of observation, UT
50IMG_CODE - Intent of the images:
51FL = Flares
52CS = Coronal Structures
53AR = Active Regions
54BG = Background
55TST = Test
56MSFC = Startup sequence
57WAVELENGTH - filter name.
58MCPGAIN - Microchannel Plate detector gain setting in volts.
59EXP_TIME - measured exposure duration..
60IMG_WDI - Whole disk intensity (units TBD)
61IMG_MIN - Image minimum intensity (units TBD)
62IMG_MAX - Image maximum intensity (units TBD)
63SAT_PIX - Saturated pixel count.
64Filename.
65
66
67
68
69
70
71