@@ -628,10 +628,9 @@ Usage
628
628
Description
629
629
-----------
630
630
631
- Calculates transfer functions using the noise windows flagged as * good * , for either
631
+ Loads the transfer functions previously calculated and performs the noise corrections , for either
632
632
a single day (from ``atacr_daily_spectra ``) or for those averaged over several days
633
- (from ``atacr_clean_spectra ``), if available. The transfer functions are stored to disk.
634
- Station selection is specified by a network and station code. The database is provided as a
633
+ (from ``atacr_clean_spectra ``), if available. The database is provided as a
635
634
``StDb `` dictionary.
636
635
637
636
Usage
@@ -748,19 +747,19 @@ To check the station info for M08A, use the program ``ls_stdb.py``:
748
747
++++++++++++++++++++++
749
748
750
749
We wish to download one month of data for the station M08A for March 2012.
751
- The various options above allow us to select the additional channels to specify
750
+ The various options above allow us to select the additional channels to use
752
751
(e.g., ``-C H,P `` for both horizontal and pressure data - which is the default
753
752
setting). Default frequency settings for data pre-processing match those of
754
- the Matlab ``ATaCR `` software and can therefore be ignore when calling the program.
753
+ the Matlab ``ATaCR `` software and can therefore be ignored when calling the program.
755
754
Since the file ``M08A.pkl `` contains only one station, it is not necessary to specify a
756
755
key. This option would be useful if the database contained several stations
757
756
and we were only interested in downloading data for M08A. In this case, we would
758
757
specify ``--keys=M08A `` or ``--keys=7D.M08A ``.
759
758
The only required options at this point are the ``--start `` and ``--end `` options
760
- to specify the dates for which data will will be downloaded.
759
+ to specify the dates for which data will be downloaded.
761
760
762
761
If you change your mind about the pre-processing options, you can always re-run the
763
- following line with the option ``-O ``, which will over-write the data saved to disk.
762
+ following line with the option ``-O ``, which will overwrite the data saved to disk.
764
763
765
764
To download all broadband seismic and pressure data, simply type in a terminal:
766
765
@@ -864,7 +863,7 @@ And so on until all available data have been processed. The software stores the
864
863
``obstools.atacr.classes.DayNoise `` objects to a newly
865
864
created folder called ``SPECTRA/7D.M08A/ ``. To produce figures for visualization,
866
865
we can re-run the above script but now use the plotting options to look
867
- at one day of the month (March 04, 2012). In this case we need to over-write the
866
+ at one day of the month (March 04, 2012). In this case we need to overwrite the
868
867
previous results (option ``-O ``) and specify the date of interest:
869
868
870
869
.. code-block ::
@@ -904,7 +903,7 @@ station average. It is still possible to specify a date range over which to
904
903
average the spectra, thus giving flexibility in the production of the station
905
904
averages. Parameter settings are similar to those used in ``atacr_daily_spectra ``
906
905
but further include the option of plotting the averaged cross-spectral properties.
907
- To calcualte a single station average for the entire month of March 2012 (and
906
+ To calculate a single station average for the entire month of March 2012 (and
908
907
therefore using all available data) and plot the results, we can type in a terminal:
909
908
910
909
.. code-block ::
@@ -1139,7 +1138,7 @@ newly created folder ``EVENTS/7D.M08A/``.
1139
1138
The final step in the analysis is the application of the transfer functions
1140
1139
to the raw earthquake seismograms to clean up the vertical component.
1141
1140
Once again, the default settings can be used. To make the final Figures 11 and 12,
1142
- specify the ``--fig_Raw `` and ``--figClean `` options:
1141
+ specify the ``--figRaw `` and ``--figClean `` options:
1143
1142
1144
1143
.. code-block ::
1145
1144
0 commit comments