uw-ssec / codeuw

Repository of resources and tasks for contributing to scientific software projects
4 stars 4 forks source link

[Code UW]: Convert the NoisePy tutorial to a python notebook #2

Closed carlosgjs closed 1 year ago

carlosgjs commented 1 year ago

Contact

carlosg@uw.edu

Description

The existing tutorial currently in the README.md can be replaced with a Jupyter notebook.

  1. Download this colab notebook and add it to the noisepy repo as /tutorial.ipynb.
  2. Remove the tutorial steps that are already covered by the notebook from the README.md
  3. Verify that the tutorial.ipynb can be open and run in colab directly from Github.
image

Code Repository

https://github.com/mdenolle/NoisePy

Issue link

No response

Version

L2

What is the primary programming language for the task

python

Additional dependencies

No response

nrich20 commented 1 year ago

Tutorial has been converted to a notebook and all steps have been removed from the README. There is still an issue with the notebook being unable to run the graphing function for Step 2: Stacking. We presume it is either because there is not enough data to produce a graph for stacking or the graphing function never worked in the first place.