Skip to content

Input and output files

jamesjun edited this page Dec 20, 2017 · 8 revisions

File naming convention

If parameter file name is myparam.prm, the output files have a prefix of "myparam".

Input files

Extension Content Format
.prm Parameter file (see Parameters struct (P)) Plain text
.prb Probe file Plain text
.bin or .dat Raw recording files [[signed 16-bit binary format
.meta Meta file for the raw recording SpikeGLX Binary file
_gt.mat Ground truth file Matlab data
_trial.mat Trial time Matlab data

Output files

Extension Content Format
_jrc.mat Master struct (S0): contains spike info, Parameters struct (P), Cluster struct (S_clu) Matlab data
_spkwav.jrc Filtered spike waveforms from a subset of channels Binary (int16), dimension: S0.dimm_spk
_spkraw.jrc Raw spike waveforms from a subset of channels Binary (int16), dimension: S0.dimm_raw
_spkfet.jrc Feature values for each spike Binary (single), dimension: S0.dimm_fet
_log.mat Log file for manual operations Matlab data
.log Program log file Plain text
.csv Spike time, cluster number, max site Comma separated file
_full.prm Full .prm file that saves all the settings used by JRCLUST Plain text
Clone this wiki locally