migrate wiki for release 1.0 authored by Calvin Eiber's avatar Calvin Eiber
## Overview
the `+plots` package contains visualisations for ViNERS, including visualisations for inspecting model inputs (very important), visualisations for displaying model outputs, and visualisations for inspecting the results of intermediate steps. See also [+mesh](Mesh/Overview), [+models](Models/Overview), and [+tools](Tools/Overview).
## Contents
#### ViNERS input visualisations:
- [plots.preview_fascicles](preview_fascicles.m)
- [plots.preview_layout](preview_layout.m)
- [plots.preview_axons](preview_axons.m)
- [plots.preview_stimulus](preview_stimulus.m)
#### Visualisations for [models.nerve_anatomy](../Models/nerve_anatomy.m):
- [plots.view_sensitivity](view_sensitivity.m)
- [plots.compare_sensitivity](compare_sensitivity.m)
- [plots.sensitivity_section](sensitivity_section.m)
- [plots.view_mesh](view_mesh.m)
#### Visualisations for [models.axon_sfap](../Models/axon_sfap.m):
- [plots.inner_product](inner_product.m)
- [plots.view_sfap](view_sfap.m)
#### Visualisations for [models.axon_thresholds](../Models/axon_thresholds.m):
- [plots.view_thresholds](view_thresholds.m)
#### Visualisations for [models.nerve_stimulation](../Models/nerve_stimulation.m):
- [plots.preview_spike](preview_spike.m)
- [plots.view_thresholds](view_thresholds.m)
#### Visualisations for [models.nerve_recording](../Models/nerve_recording.m) and [models.ECAP_recording](../Models/ecap_recording.m)
- [plots.preview_wave](preview_wave.m)
- [plots.view_wave_raster](view_wave_raster.m)
not yet documented
- [plots.compare_recordings](compare_recordings.m)
- [plots.view_spectra](view_spectra.m)
- [plots.compare_spectra](compare_spectra.m)
- [plots.ECAP_response](ECAP_response.m)
\ No newline at end of file