summary | prerequisites | setup | resources | license
Info | |
---|---|
When | October 18-20th 2022 |
October 28-Nov 1 2024 | |
conda environment | em |
Team
This repository contains the notebooks and tutorial resources for the Magnetotelluric (MT) Instrumentation and Data Processing Short Course - through Day 2-Day 4:
This set of tutorials focus on providing hands-on examples of downloading, processing, visualzing, and inverting MT data.
Software
If you do not already have Anaconda you can download it here.
Be sure to download the correct package for your operating system.
To clone this repository, open up an Anaconda terminal and navigate to where you want this repository stored on your computer.
Then run
git clone https://github.com/simpeg-research/earthscope-mt-course.git
to clone the repository, and cd
into the earthscope-mt-course-2024
directory
cd earthscope-mt-course
em
conda environmentFrom inside of the earthscope-mt-course
repository, create the em
conda environment
conda env create -f environment.yml
and activate the environment
conda activate em
Once you have activated the conda environment, you can launch the notebooks
jupyter lab
Jupyter will then launch in your web-browser.
Resources on MT processing and inversions
Resources on SimPEG
All code and text in this repository is free software: you can redistribute it and/or modify it under the terms of the MIT License. A copy of this license is provided in LICENSE.