convnwb.sorting.process.process_combinato_data¶
- convnwb.sorting.process.process_combinato_data(channel, input_folder, polarity, user, units_folder, continue_on_fail=False, verbose=True)[source]¶
Helper function to run the process of going from combinato -> extracted units files.
- Parameters:
- channelint or str
The channel number / label of the file to load.
- input_folderstr or Path
The folder location to load the spike data from.
- polarity{‘neg’, ‘pos’}
Which polarity of detected spikes to load.
- userstr
The 3 character user label to load.
- output_folderstr or Path
The folder destination to save the output units files to.
- continue_on_failbool, optional, default: False
Whether to continue when an error is encountered.
- verbosebool, optional, default: True
Whether to print out updates about the extraction.