Skip to content

Commit a62a62e

Browse files
committed
fixed typos in documentation
1 parent bee17f7 commit a62a62e

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

Diff for: docs/atacr.rst

+9-10
Original file line numberDiff line numberDiff line change
@@ -628,10 +628,9 @@ Usage
628628
Description
629629
-----------
630630

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
632632
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
635634
``StDb`` dictionary.
636635

637636
Usage
@@ -748,19 +747,19 @@ To check the station info for M08A, use the program ``ls_stdb.py``:
748747
++++++++++++++++++++++
749748

750749
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
752751
(e.g., ``-C H,P`` for both horizontal and pressure data - which is the default
753752
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.
755754
Since the file ``M08A.pkl`` contains only one station, it is not necessary to specify a
756755
key. This option would be useful if the database contained several stations
757756
and we were only interested in downloading data for M08A. In this case, we would
758757
specify ``--keys=M08A`` or ``--keys=7D.M08A``.
759758
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.
761760

762761
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.
764763

765764
To download all broadband seismic and pressure data, simply type in a terminal:
766765

@@ -864,7 +863,7 @@ And so on until all available data have been processed. The software stores the
864863
``obstools.atacr.classes.DayNoise`` objects to a newly
865864
created folder called ``SPECTRA/7D.M08A/``. To produce figures for visualization,
866865
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
868867
previous results (option ``-O``) and specify the date of interest:
869868

870869
.. code-block::
@@ -904,7 +903,7 @@ station average. It is still possible to specify a date range over which to
904903
average the spectra, thus giving flexibility in the production of the station
905904
averages. Parameter settings are similar to those used in ``atacr_daily_spectra``
906905
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
908907
therefore using all available data) and plot the results, we can type in a terminal:
909908

910909
.. code-block::
@@ -1139,7 +1138,7 @@ newly created folder ``EVENTS/7D.M08A/``.
11391138
The final step in the analysis is the application of the transfer functions
11401139
to the raw earthquake seismograms to clean up the vertical component.
11411140
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:
11431142

11441143
.. code-block::
11451144

0 commit comments

Comments
 (0)