forked from agonzales-usgs/xmax
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
executable file
·103 lines (93 loc) · 3.43 KB
/
config.xml
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!--
Default list delimeter is ';' char, may be escaped by '/' --><!-- Version 1.01 Added
masks for data and event files 1.02 Changed string time format 1.03 Removed stations and
channels descriptions 1.04 Added filters strings 1.05 Added ExportDir and LogFile tags
1.06 Changed name of XYZ2SessionConfiguration tag to XMAXSessionConfiguration 1.07 Added
separated plugin configuration
===MTH: Rolled back to 1.06 since there were problems with the plugins &
fixed wildcard -d breaks 1.08 First MTH version: Added ability to simultaneously
plot/serialize from -d + -t
--><XMAXSessionConfiguration>
<Configuration>
<!-- Sets start time for display. Recovers by -b option -->
<!-- StartTime>2007,055,05:00:00</StartTime -->
<!-- Sets end time for display. Recovers by -e option -->
<!-- EndTime>2007,055,10:00:00</EndTime -->
<!-- <StartTime>2012,158,00:00:00</StartTime> -->
<!-- <EndTime>2012,161,00:00:00</EndTime> -->
<Data>
<!-- Wildcarded mask of data files to load. Recovers by -d option. Default is "./DATA/*" -->
<!--DataMask>seed/IU_ANMO/2014_190</DataMask-->
<DataMask>seed/IU*/2014_19*,2014_2*</DataMask>
<!-- DataMask>resources/DATA</DataMask -->
<!--DataMask>/xs0/seed/IU_ANMO/2014/2014_*/00_LHZ.512.seed</DataMask-->
<!--DataMask>seed/IU_MACI/2014_236</DataMask-->
<!--DataMask>/tr1/telemetry_days/XX_AFMO/2014/2014_10*,2014_20*,2014_30*/*.seed</DataMask-->
<!-- Temporary directory to store decompressed traces in the internal format -->
<TempPath>resources/DATA_TEMP</TempPath>
<!-- Quality control data file. Recovers by -q option -->
<!--QCdataFile>/home/max/DATA/QC.xml</QCdataFile-->
<!-- Station files/paths -->
<EventFileMask>resources/*.ndk</EventFileMask>
<StationInfoFile>resources/gsn_sta_list</StationInfoFile>
<ResponsePath>./resources/Responses/</ResponsePath>
<AllowMultiplexedData>true</AllowMultiplexedData>
<!-- Picks directory. Recovers by -p option -->
<PickPath>resources/Picks</PickPath>
</Data>
<!-- Contains wildcarded lists of values, separated by ";". The same as
-n, -s, -l, -c command line options -->
<Filters>
<Network/>
<Station/>
<Location/>
<Channel/>
</Filters>
<View>
<ShowBigCursor>true</ShowBigCursor>
<ShowStatusBar>true</ShowStatusBar>
<ShowCommandButtons>true</ShowCommandButtons>
<ShowCommandButtonsTop>false</ShowCommandButtonsTop>
</View>
<OutputPath>resources/Output</OutputPath>
<!-- Panel order:
0 - trace name, currently network/station/location/channel;
1 - Network/station/sample rate/channel type/location;
2 - Channel/network/station/location,;
3 - Channel type/channel/network/station;
4 - event
-->
<PanelOrder>1</PanelOrder>
<!-- Panel count unit:
0 - trace;
1 - station;
2 - channel;
3 - channel type;
4 - all
-->
<PanelCountUnit>1</PanelCountUnit>
<UnitsInFrame>1</UnitsInFrame>
<LogFile>logs/XMAX.LOG</LogFile>
<Plugins>
<PSD>
<HuttPeriods>0.2,1.0,20.5,110.2</HuttPeriods>
</PSD>
</Plugins>
</Configuration>
<SessionData>
<ExportDir/>
<Frame>
<State>NORMAL</State>
<PosY>153</PosY>
<PosX>331</PosX>
<Width>1559</Width>
<Heigth>895</Heigth>
</Frame>
<UserDir>
<MSEED>/Users/mth/mth/Projects/xmax</MSEED>
<ASCII>/Users/mth/mth/Projects/xmax</ASCII>
<SAC>/Users/mth/mth/Projects/xmax</SAC>
</UserDir>
</SessionData>
</XMAXSessionConfiguration>