-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathAAREADME.txt
executable file
·52 lines (28 loc) · 1.02 KB
/
AAREADME.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
FOLDERS:
"ACEDATA" -> ACE rawdata
"getace.m" generates event data files in the folder "DATA"
Reconstruction Pipeline:
1. use "getace.m"
type "mygui" to start a graphical user interface
2. choose event
use buttons to...
3. Plot data (calls "dataplot.m")
4. dht and MVUB analysis ("prefr.m")
5. GS axis ("optcloud.m", calls several other functions)
6. GS solver ("hu12n.m", calls "hu34n.m")
figures and results are saved in the event directories
e.g. ACE_303_306_05
(means event is from ACE spacecraft, full data interval selected from
day of year 303 to 306 in year 2005)
The files
"ALLCASE.par" and "CASE1.par" (in Event - Directory)
control the reduction process!
ALLCASE.PAR looks like this:
"
ACE_303_306_05 %event directory
0 % 1 to write data file
3 % porder - order of fitting polynomial
21 131 16 % nx ny (-)dmid
1 0.1 0.15 % get_Ab (0:yes; -1: sum for < Ab; +1: sum for > Ab) (+)dAl0 (-)dAr0
"
These parameters can be controlled using "mygui".