GUI reference#
Command line#
$ pynaviz [files ...] [-l layout.json] [-f FORMAT]
Example |
Argument |
Notes |
|---|---|---|
|
(no arguments) |
Opens an empty viewer |
|
|
One or more |
|
|
One or more |
|
|
One or more video files ( |
|
|
Multiple files of different types can be mixed |
|
|
Ephys file; format auto-detected via |
|
|
Directory; auto-detected as NeuroScopeIO if |
|
|
Directory with explicit Neo IO format |
|
|
Ephys file with explicit format |
|
|
Restore a previously saved layout ( |
|
|
Load files and restore layout simultaneously |
Python API — scope()#
from pynaviz import scope
Example |
Input type |
Notes |
|---|---|---|
|
|
Keys become display names in the variable panel |
|
|
Names inferred from class ( |
|
|
Same for all pynapple objects ( |
|
|
All contained objects unpacked individually |
|
|
All contained objects unpacked individually |
|
|
Loaded via pynapple; objects unpacked |
|
|
Must contain a single pynapple object |
|
|
|
|
|
Loaded via |
|
|
Passed to |
Opening plots#
Double-click any variable in the left-hand Variables panel to open it as a new plot dock. Multiple docks can be open simultaneously and are all linked to the same time cursor.
Keyboard shortcuts#
Global
Shortcut |
Action |
|---|---|
|
Play / pause |
|
Save layout |
|
Load layout |
Per-dock (active when the mouse is over the canvas)
Shortcut |
Action |
|---|---|
|
Reset view |
|
Pan left / right by one page |
|
Lock / unlock y-axis |
|
Lock / unlock x-axis |
|
Jump to previous / next superposed epoch (requires an |
|
Show / hide crosshair (displays time & value at cursor position) |
|
Dismiss crosshair |
Specific to TsdFrame
Shortcut |
Action |
|---|---|
|
Increase / decrease contrast |
Specific to TsGroup
Shortcut |
Action |
|---|---|
|
Increase / decrease marker size |
Specific to IntervalSet & Ts
Shortcut |
Action |
|---|---|
|
Jump to next interval or timestamp |
|
Jump to previous interval or timestamp |