kshtjkumar
kshtjkumar
> > yes its a merged file. > > How did you merge? Because based on this it seems like the way we are making the memmap may not work...
> Yeah I've seen their merger tool, but I'm wondering if their merger tool changes the structure of the header file which leads to Neo not working for these files....
> So you would basically just make one recording per file. So you could do something like > > ```python > list_of_files = ['file1.rhs', 'file2.rhs', 'file3.rhs'] > list_of_recordings = []...
> For your future info @kshtjkumar   > > For @h-mayorquin, it appears based on their simulator that it may be possible to save `.rhs` files also as `one-file-per-channel`...
hi yes, tried it with multiple files, works perfectly for merging the .rhs files
i am currently using 0.100.6 version, can you help on how to load it in phy or spikeinterface GUI ?
I used mountainsort 5 to sort the data using scheme 2. The waveform folder of each recording has these file : ``` ['params.json', 'principal_components', 'quality_metrics', 'recording.json', 'recording_info', 'sorting.pickle', 'spike_amplitudes', 'templates_average.npy',...
@zm711 ?
Hi, so i created a new environment installing 0.101.0. Now i tried the codes on this: https://github.com/SpikeInterface/spikeinterface-gui but it requires reading and sorting from scratch, I don't want to re...
hi @zm711, this was really helpful, i used spikeinterface 0.100.6 and ran the following, it worked perfectly: ``` waveform_folder_path = r"C:\Users\garim\waveforms_kshtj_961_aug_2023_lko_230801_151701347713" new_sorting_analyzer_path = r"C:\Users\garim\testing_phy" wvf_extractor = si.load_waveforms(folder=waveform_folder_path) the_recording = wvf_extractor.recording...