Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 721 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 721 Bytes

Miscellaneous Developer Tools

Utilities

File Function
script_compiler.py Handles pyinstaller compilation for NeuroPAL_ID.
codesigner.py Codesigning utility that handles codesigning & notarization checks.
avg_hist_generator.mlx Iterates over all NeuroPAL mat files in a folder and generates their avg hist.
update_nwb.ipynb Updates specific modules within NWB files.
xml_template_generator.mlx Generates a stripped xml template from a given TrackMate file.
nwb2mat_convert.mlx Iterates over all NWB files in a given directory and generates their NeuroPAL mat files.

Tutorials

File Function
nwb_tutorial.ipynb Basic introduction to pynwb and the ndx-multichannel-volume extension.