Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed .DS_Store
Binary file not shown.
207 changes: 0 additions & 207 deletions .gitignore

This file was deleted.

11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,16 @@ python array_aggregator.py input_parameters.yaml

| File | Description |
|------|-------------|
| `POM_earthquakes_mseeds/` | Folder containing example dataset of earthquakes (.mseed) from the Aleutian Array of Arrays project. Dataset is from 2015-2016. See [Github Wiki](https://github.com/caquigley/array_aggregator/wiki/Example-Dataset) for more information. |
| `figures/` | Folder containing example figures of expected output from provided input_parameters.yaml. |
| `README.md` | The file you're reading now. Contains background information on the repository as well as installation & usage info. |
| `array_aggregator.py` | Main script for comparing USGS catalog eathquake locations to array processed locations. Includes some common plotting options. |
| `input_parameters.yaml` | Input parameters for the array_aggregator script. Explanation of possible inputs are in the [Github Wiki](https://github.com/caquigley/array_aggregator/wiki/Input-parameters). |
| `array_functions.py` | General functions used in the main script for array processing. |
| `environment.yml` | Conda environment file for creating a local environment. |
| `array_figures.py` | Aggregate of different plotting functions that can be called in the main array_aggregator.py script. |
| `array_functions.py` | General functions used in the main script for array processing. |
| `array_maps_pygmt.py` | Different map plotting options using pygmt library. |
| `POM_earthquakes_mseeds` | Example dataset of earthquakes (.mseed) from the Aleutian Array of Arrays project. Dataset is from 2015-2016. See [Github Wiki](https://github.com/caquigley/array_aggregator/wiki/Example-Dataset) for more information. |
| `environment.yml` | Conda environment file for creating a local environment. |
| `green-purple.cpt` | Cpt file used in one of the plotting scripts for array derived slowness. |
| `./figures` | Folder containing example figures of expected output from provided input_parameters.yaml. |
| `input_parameters.yaml` | Input parameters for the array_aggregator script. Explanation of possible inputs are in the [Github Wiki](https://github.com/caquigley/array_aggregator/wiki/Input-parameters). |


## Example
Expand Down