@@ -57,7 +57,7 @@ horizontal (``?H1,2``) component data.
57
57
It is of course possible to combine both corrections and apply them
58
58
sequentially. In this case the tilt noise is removed first, followed by compliance.
59
59
This analysis requires all four components: three-component
60
- seismic (``?HZ,1,2 ``) and pressure (``?XH ``) data.
60
+ seismic (``?HZ,1,2 ``) and pressure (``?DH ``) data.
61
61
62
62
API documentation
63
63
*****************
@@ -173,7 +173,7 @@ Utility functions
173
173
Plotting functions
174
174
++++++++++++++++++
175
175
176
- .. automodule :: obstools.atacr.plot
176
+ .. automodule :: obstools.atacr.plotting
177
177
:members:
178
178
179
179
Scripts
@@ -237,8 +237,8 @@ Usage
237
237
-C CHANNELS, --channels CHANNELS
238
238
Specify a comma-separated list of channels for which
239
239
to perform the transfer function analysis. Possible
240
- options are 'H ' (for horizontal channels) or 'P' (for
241
- pressure channel). Specifying 'H ' allows for tilt
240
+ options are '12 ' (for horizontal channels) or 'P' (for
241
+ pressure channel). Specifying '12 ' allows for tilt
242
242
correction. Specifying 'P' allows for compliance
243
243
correction. [Default looks for both horizontal and
244
244
pressure and allows for both tilt AND compliance
@@ -566,8 +566,8 @@ Usage
566
566
-C CHANNELS, --channels CHANNELS
567
567
Specify a comma-separated list of channels for which
568
568
to perform the transfer function analysis. Possible
569
- options are 'H ' (for horizontal channels) or 'P' (for
570
- pressure channel). Specifying 'H ' allows for tilt
569
+ options are '12 ' (for horizontal channels) or 'P' (for
570
+ pressure channel). Specifying '12 ' allows for tilt
571
571
correction. Specifying 'P' allows for compliance
572
572
correction. [Default looks for both horizontal and
573
573
pressure and allows for both tilt AND compliance
@@ -767,7 +767,7 @@ To check the station info for M08A, use the program ``ls_stdb``:
767
767
768
768
We wish to download one month of data for the station M08A for March 2012.
769
769
The various options above allow us to select the additional channels to use
770
- (e.g., ``-C H ,P `` for both horizontal and pressure data - which is the default
770
+ (e.g., ``-C 12 ,P `` for both horizontal and pressure data - which is the default
771
771
setting). Default frequency settings for data pre-processing match those of
772
772
the Matlab ``ATaCR `` software and can therefore be ignored when calling the program.
773
773
Since the file ``M08A.pkl `` contains only one station, it is not necessary to specify a
@@ -810,7 +810,7 @@ An example log printed on the terminal will look like:
810
810
***********************************************************
811
811
* Downloading day-long data for key 7D.M08A and day 2012.61
812
812
*
813
- * Channels selected: ['H ', 'P'] and vertical
813
+ * Channels selected: ['12 ', 'P'] and vertical
814
814
* 2012.061.*SAC
815
815
* -> Downloading Seismic data...
816
816
* ...done
@@ -826,7 +826,7 @@ An example log printed on the terminal will look like:
826
826
***********************************************************
827
827
* Downloading day-long data for key 7D.M08A and day 2012.62
828
828
*
829
- * Channels selected: ['H ', 'P'] and vertical
829
+ * Channels selected: ['12 ', 'P'] and vertical
830
830
* 2012.062.*SAC
831
831
* -> Downloading Seismic data...
832
832
@@ -911,7 +911,7 @@ pass the quality control are colored red.
911
911
.. figure :: ../obstools/examples/figures/Figure_3b.png
912
912
:align: center
913
913
914
- Figure 3a : Daily average PSD of bad (red) and good (black) windows.
914
+ Figure 3b : Daily average PSD of bad (red) and good (black) windows.
915
915
916
916
3. QC for clean station averages
917
917
++++++++++++++++++++++++++++++++
@@ -1025,12 +1025,12 @@ Once the ``StaNoise`` objects have been produced and saved to disk, the transfer
1025
1025
functions across all available components can be calculated. By default the software
1026
1026
will calculate the ones for which the spectral averages are available.
1027
1027
1028
- For compliance only (i.e., only ``?HZ `` and ``?XH ? `` components are available),
1028
+ For compliance only (i.e., only ``?HZ `` and ``?DH ? `` components are available),
1029
1029
the only transfer function possible is:
1030
1030
1031
1031
- ``ZP ``
1032
1032
1033
- For tilt only (i.e., all of ``?HZ,1,2 `` components are available, but not ``?XH ``),
1033
+ For tilt only (i.e., all of ``?HZ,1,2 `` components are available, but not ``?DH ``),
1034
1034
the transfer functions are:
1035
1035
1036
1036
- ``Z1 ``
@@ -1150,7 +1150,7 @@ Vanuatu earthquake (be conservative with the options), type in a terminal:
1150
1150
* Dep: 33.70; Mag: 6.6
1151
1151
* M08A -> Ev: 9651.91 km; 86.80 deg; 239.43; 40.95
1152
1152
1153
- * Channels selected: ['H ', 'P'] and vertical
1153
+ * Channels selected: ['12 ', 'P'] and vertical
1154
1154
* 2012.069.07.09
1155
1155
* -> Downloading Seismic data...
1156
1156
* ...done
0 commit comments