-
Notifications
You must be signed in to change notification settings - Fork 22
Input and output files
jamesjun edited this page Dec 20, 2017
·
8 revisions
If parameter file name is myparam.prm, the output files have a prefix of "myparam".
Extension | Content | Format |
---|---|---|
.prm | Parameter file (see Parameters struct (P)) | Plain text |
.prb | Probe file | Plain text |
.bin or .dat | Raw recording files (SpikeGLX) | 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 |
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 |
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