ticket:302: notes.txt

File notes.txt, 4.0 KB (added by niles, 6 years ago)
Line 
1
2
3
4Emails between Joe H & Dan Wilkinson:
5
6
7> > > It does look as if the 'WAVELNTH' field doesn't quite match up
8> > > with the mapping that I had before between 'filters' and wavelengths
9> > > from the database:
10> > >
11> > >             filters => {
12> > >                 P_THN_A => { wavemin => 6, wavemax => 65, waveunit => 'Angstrom' }, # 01
13> > >                 UV      => { wavemin => 6, wavemax => 80, waveunit => 'Angstrom' }, # 02
14> > >                 P_THN_B => { wavemin => 6, wavemax => 65, waveunit => 'Angstrom' }, # 03
15> > >                 P_MED_B => { wavemin => 6, wavemax => 60, waveunit => 'Angstrom' }, # 04
16> > >                 B_THN_B => { wavemin => 6, wavemax => 20, waveunit => 'Angstrom' }, # 05
17> > >                 B_MED   => { wavemin => 6, wavemax => 16, waveunit => 'Angstrom' }, # 06
18> > >                 B_THK   => { wavemin => 6, wavemax => 12, waveunit => 'Angstrom' }, # 07
19> > >                 RDSH    => { wavemin => 0, wavemax =>  0, waveunit => 'Angstrom' }, # 08
20> > >                 OPEN    => { wavemin => 6, wavemax => 80, waveunit => 'Angstrom' }, # 09
21> > >                 B_THN_A => { wavemin => 6, wavemax => 20, waveunit => 'Angstrom' }, # 10
22> > >                 P_THK   => { wavemin => 6, wavemax => 50, waveunit => 'Angstrom' }, # 11
23> > >                 P_MED_A => { wavemin => 6, wavemax => 60, waveunit => 'Angstrom' }, # 12
24> > >             },
25> > >
26> > > It looks like some have equivalents (eg, 'P_THN_A' is now 'PTHNa'), but
27> > > I could use some help decoding the others.  Here are my best guesses:
28> > >
29> > >   AL12    ? UV ?
30> > >   BE12a   ? B_THN_A ?
31> > >   BE12b   ? B_THN_B ?
32> > >   BE25    ? B_MED ?
33> > >   BE50    ? B_THK ?
34> > >   GLASS   ? OPEN ?
35> > >   PTHK      P_THK
36> > >   PTHNa     P_THN_B
37> > >   SNBE50  ? RDSH ?
38> > >   TINa    ? P_MED_A ?
39> > >   TINb    ? P_MED_B ?
40> > >
41> > > (and I don't see any T_THN_B, but I'd assume that would be 'PTHNb')
42> > >
43> > > Also, if you had information on IMG_CODE, in case those had anything
44> > > that scientists might want to select or filter on, that would be
45> > > useful as well:
46> > >
47> > >   AR
48> > >   CS
49> > >   FL
50> > >   TS
51> > >
52> > > Thank you both for doing this,
53
54
55> > The GOES-12 SXI was built at Marshall SFC and is quite a different animal from the GOES-13 -14 and -15 SXI built by
56> > Lockheed Martin.
57> > I recommend reading the SXI section in the respective GOES Data Books:
58> > GOES-M SXI:   http://sxi.ngdc.noaa.gov/images/section06.pdf
59> > GOES-NOP SXI: http://sxi.ngdc.noaa.gov/docs/GOES_N_Series_Databook_rev-D_ch6_SXI.pdf
60
61
62> Yay, documentation!
63>
64> I see in "Table 6-5. Analysis Filter Summary" of the NOP document that
65> the names used there more obviously correspond to the values in your
66> text file, but they don't exactly match.
67>
68> Do you care which one I use when I generate the human-readable label
69> for the images?
70>
71>       (eg, 'Thin Poly' vs. 'PTHNa' or 'P_THN_A')
72>
73>
74> > Both series use IMG_CODE which may be a kind of rosetta stone for comparing the intent of the disparate filters and
75> > exposure.
76> > AR = Active Region
77> > CS= Coronal Structure
78> > FL=Flare
79> > TS=Test
80>
81> Is it safe to assume that the 'Test' images are for calibration,
82> and not generally useful for science?
83>
84> If so, I can set it up so that they won't be returned by standard
85> VSO searches.  I can either ignore them completely, or set it up
86> so that a flag from the IDL client will allow retrieval of them.
87
88Joe,
89Since you are one of those rare ones that actually read documentation, this page contains the sparse but useful words from
90SWPC on the SXI data.
91http://sxi.ngdc.noaa.gov/sxi_data_notes.html
92
93I think you would be safe to use PTHNa since I see that SWPC uses that in their filter combos table on the above page.
94
95Yes, test images are specifically flagged so that they will not be used for Noble Prize qualifying research.
96
97SWPC marked them with TST for GOES-12 and TS in later data, the Browse servlet will show what they look like if anyone is
98interested.
99http://sxi.ngdc.noaa.gov/sxi/servlet/sxibrowse
100
101Dan
102