Data Analysis¶
The repository includes MATLAB and Python scripts for converting WILD recordings into analysis-ready files.
Standard Post-processing¶
- Export data from WILD_console.
- Run
WILD_PreProcess.mto generate corrected headers and timing files. - Run
WILD_processIMU.mfor IMU processing. - Run
WILD_VideoDecodewAudio.pyor the folder variants for camera recordings. - Prepare spike-sorting inputs from
amplifier.dat.
Script Locations¶
| Task | Script |
|---|---|
| Header and time correction | WILD_PreProcess.m |
| IMU processing | WILD_processIMU.m |
| Camera decode with audio | WILD_VideoDecodewAudio.py |
| Intan header generation | WILD_genIntanHeader.m |
Note
Keep raw SD exports unchanged. Run conversion scripts into a separate analysis folder so the original recording can be reprocessed if metadata or analysis settings change.