-
Notifications
You must be signed in to change notification settings - Fork 22
Supported recording formats
Requires .bin and .meta files
jrc makeprm E:\sample.bin myprobe.prb
This creates a parameter file "E:\sample_myprobe.prm".
Requires binary files "*-A-###.dat" where ### indicates the channel number.
jrc import-intan E:\myrecordings\sample-A-*.dat myprobe.prb
This creates a parameter file "E:\myrecordings_myprobe.prm" and "E:\myrecordings.bin" by merging all channels to a file.
Requires .ns5 files (int16 format)
jrc import-nsx E:\myrecording.ns5 myprobe.prb
This creates a parameter file "E:\myrecordings_myprobe.prm".
jrc makeprm E:\myrecording.dat myprobe.prb
This creates "E:\myrecording_myprobe.prm"
- nChans: number of channels stored in file
- sRateHz: Sampling rate
- uV_per_bit: microvolts per bit
- header_offset: number of bytes to offset header information
- imProbeOpt: Neuropixels probe option, leave blank if other probes are used
Home
JRCLUST pipeline
Performance benchmark
Step-by-step tutorial
Video tutorials
Command line interface
Requirements and Installation
Tetrodes sorting
Command listing
Code listing
Function listing
Main GUI
Preview GUI
Probe GUI
Traces GUI
Manual GUI
PSTH view
Input and output files
Probe file
Batch file
Supported recording format
User configuration file
Combining multiple files
Generating trial files
Master struct (S0)
Parameters struct (P)
Cluster struct (S_clu)
Global variables
Variable naming convention