kshtjkumar
kshtjkumar
Hi I am trying to read the intan .rhs file as given in the code below, but I get the following errors. Could you help whats going wrong here? ![Screenshot...
hi when i run mountainsort5, i get this error, can someone help ?
I am loading the file from hard disk (drive E) and running the extractor, is there something wrong with my code in assigning the path for the sorter ? ```...
``` recording_ecog = spre.bandpass_filter(recording, freq_min=300, freq_max = 6000 ) #bandpass filter recording_notch_ecog = spre.notch_filter(recording_ecog,q = 50) #notch_filter rec_ecog_ref = spre.common_reference(recording_notch_ecog, operator="median", reference="global") #rereferencing the data sorting_rec = ss.run_sorter("mountainsort5", rec_ecog_ref, output_folder='mountainsort5_output_441'...
Hi , I have a question regarding the significant disparity in the number of clusters identified by MountainSort5 and SpykingCircus2. I have a tetrode recording that lasts for 1277 seconds....
I have EEG data collected from epileptic mouse model. The data was collected using screw, intracranial method. The original sampling frequency was 30kHz, but we are using the downsampled data...
Hi, I’ve run spike sorting for several files and have the corresponding waveforms stored. Below is the code I used to display the folder contents: ``` import os folder =...
Hi, I have long-duration screw EEG recordings from a mouse model and would like to perform automatic sleep staging to distinguish between sleep and wake states. The primary goal is...