Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 1.95 KB

README.rst

File metadata and controls

57 lines (41 loc) · 1.95 KB

em_apps

travis

This is a repo of notebooks and interactive examples for http://em.geosci.xyz. The examples are based on code available in em_examples. Numerical simulations are based on SimPEG

The notebooks are available on .. - binder - Azure Notebooks

Notebook Structure

Each notebook has the following structure

  • Purpose : Motivation and key concepts addressed by the notebook
  • Setup : Overview of the relevant parameters in the problem
  • Questions : Guiding questions related to the purpose
  • App : interactive visualizations
  • Explore : further questions that can be explored with the app

Conventions

For colormaps (http://matplotlib.org/examples/color/colormaps_reference.html) - fields are plotted with the viridis - potentials are plotted with viridis - sensitivities are plotted with viridis - physical properties are plotted with jet - charges are plotted with RdBu

Order of widgets:

  • geometry of survey
  • geomerty target
  • physical properties of target
  • view options

For developers

- add the notebook name and path to the index (index.ipynb) .. - and update the binder so it can be shared with the world!