experiment_name = 'NY15_Session22' prb_file = 'W:\buzsakilab\Buzsakilabspace\Datasets\ValeroM\unindexedSubjets\NY15_Session22\buzsaki8.prb' # or the path to your PRB file traces = dict( raw_data_files=['NY15_Session22.dat', ], # path to your .dat file(s) sample_rate=32768, # sampling rate in Hz n_channels=8, # number of channels in the .dat files dtype='int16', # the data type used in the .dat files ) # Parameters for the spike detection process. spikedetekt = dict( ) # Parameters for the automatic clustering process. klustakwik2 = dict( num_starting_clusters=100, )