Skip to content
Cyrille Rossant edited this page Sep 26, 2013 · 1 revision

How to handle multiple recordings per experiment? Multiple KWD, or 1 KWD and multiple arrays? Need to save the unix timestamp and the number of samples (offsets)

KK generates: KWIK, KWD, KWX

where to store events? KWX: timestamps

events table, with columns: recording time in samples from the beginning of that recording type COMES FROM event file: text-edited file, supplied by the user recording number,sample number

PRM + PRB + names + aesthetic + colors

KWD one experiment = multiple recordings with gaps each recording timestamp, second precision + start sample relative to the beginning of the experiment has an index: 0, 1

KWX spikes are now relative to the current recording additional column in SPIKES table: recording index

KWIK recordings for each recording: filename, item, start sample

DON'T CARE ABOUT THE FILES!!!!!!!

experiment (id) recordings recording name data (nchannels x nsamples) [timestamp] [sample start]

shanks
    shank
        id
        [name]
        spikes
            waveform
            time
            features
            cluster
        clusters

channels

geometry

parameters
prb
groups_of_channels
groups_of_events
events
Clone this wiki locally