Figures from White et al. (2020)

The Jupyter Notebooks here can be used to reproduce the figures from White et al. (2020). These notebooks are guaranteed to work with PyKonal version 0.2a0.

Dependencies

These notebooks have additional dependencies:

  • jupyter/jupyterlab

  • scipy

  • matplotlib

  • ipympl

The ipympl dependency can easily by alleviated by replacing the first line in each notebook with a call to your matplotlib backend of choice.

The easiest way to build a working environment is via Conda:

conda create --name pykonal -c conda-forge python=3.7 numpy scipy 'cython>=0.29.14' matplotlib ipympl nodejs jupyterlab
conda activate pykonal
jupyter labextension install @jupyter-widgets/jupyterlab-manager
jupyter labextension install jupyter-matplotlib
cd path/to/pykonal
python setup.py install

Figure 3

_images/figure_3.png

Figure 4

_images/figure_4.png

Figure 5

_images/figure_5.png

Figure 6

_images/figure_6.png

Figure 7

_images/figure_7.png

Figure 8

_images/figure_8.png