Skip to content

Commit

Permalink
Update noise_configuration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
niyiyu authored Feb 21, 2024
1 parent 6a44a88 commit 586ddb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/noise_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ We gratefully acknowledge support from the [Packard Foundation](https://www.pack

## NoisePy Workflow

<img src="./docs_old/figures/data_flow.png">
The data processing in NoisePy consists of three steps:

1. **(Optional) Step 0 - Download**: The `download()` function or the `noisepy download` CLI command can be used to download data from an FDSN web service. Alternatively, data from an [S3 bucket](https://s3.console.aws.amazon.com/s3/buckets/scedc-pds) can be copied locally using the `aws` CLI, or streamed directly from S3. for users who want to work entirely locally, this step prepares and organize the data in a ``DataStore``.
Expand All @@ -34,6 +33,7 @@ NoisePy accesses data through 3 "DataStore" abstract classes: `DataStore`, `Cros
2. Stacking: Data is aggregated and stacked over all time periods. Stacked data will be stored in ``StackStore``.

Workflow is described in the figure below.

<img src="../docs_old/figures/data_flow.png">

## Applications
Expand Down

0 comments on commit 586ddb7

Please sign in to comment.