Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions docs/usage/notebooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ in a more interactive manner, calling individual steps. This is useful as it all
and with rapid feedback the parameters that may need adjusting in order to process a batch of scans. The notebooks can
be found in the `notebook/` directory after cloning the GitHub repository.

| Notebook | Description |
| --------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
| `00-Walkthrough-minicircle.ipynb` | Step-by-step walkthrough of processing `minicircle.spm` from the `tests/resources/` directory. |
| `01-Walthrhgouh-interactive.ipynb` | **Work in Progress** As above but uploading a single scan. Will be deployed in Google Colab/Binder for interactive use. |
| `02-Summary-statistics-and-plots.ipynb` | Plotting statistics interactively. |
| `03-Plotting-scans.ipynb` | Plotting NumPy arrays of scans from different stages of processing. |
| Notebook | Description |
| --------------------------------------- | ---------------------------------------------------------------------------------------------- |
| `01-Walkthrough-minicircle.ipynb` | Step-by-step walkthrough of processing `minicircle.spm` from the `tests/resources/` directory. |
| `02-Summary-statistics-and-plots.ipynb` | Plotting statistics interactively. |
| `03-Plotting-scans.ipynb` | Plotting NumPy arrays of scans from different stages of processing. |

## Installation

Expand Down
Loading
Loading