Package to process seismic data recorded on the Ross Ice Shelf, Antarctica from 2014-2017.
RISProcess is a Python package designed to download, process, and save seismic
data that were collected on the Ross Ice Shelf (RIS), Antarctica, from 2014-
Information about the seismic data set can be found at
FDSN. The project for which
the data were collected is documented in
Bromirski et al..
Pre-requisites:
Anaconda or
Miniconda
Tested on MacOS 11.1 and Red Hat Enterprise Linux 7.9.
The following steps will set up a Conda environment and install RISProcess.
curl -LJO https://raw.githubusercontent.com/NeptuneProjects/RISProcess/master/RISProcess.yml
wget --no-check-certificate --content-disposition https://raw.githubusercontent.com/NeptuneProjects/RISProcess/master/RISProcess.yml
conda env create -f RISProcess.yml
conda activate RISProcess
in terminal.The Jupyter notebook,
RISProcess.ipynb,
provides an outline of general usage and workflow. There are two components to
the worfklow: setting up configuration files, and executing scripts. The
configuration files can be set up manually (not recommended), or using the
provided notebook. Scripts are executed from the terminal, with recommended
commands printed within the notebook. Copy and paste the commands from the
notebook into terminal, taking care to ensure the working directories and path
names are consistent. Due to irregularities that can arise from executing
command line functions from within the iPython kernel, I chose to avoid calling
commands from within the notebook.
William Jenkins
wjenkins [@] ucsd [dot] edu
Scripps Institution of Oceanography
University of California San Diego
La Jolla, California, USA