mountainsort_examples
mountainsort_examples copied to clipboard
Error running process ephys.bandpass_filter: Process returned with non-zero error code (255)
I created the .mda file, geom.csv and params.json. My data has only 1 channel. The contents of my geom.csv file: 0,0 The contents of my params.json file: {"samplerate": 10000}
While running the following, I got the error.
with Pipeline: ms4_sort_dataset(dataset_dir=dsdir,output_dir=output_dir,adjacency_radius=-1,detect_threshold=3)
Could you please include the entire console output?

https://drive.google.com/open?id=1yrEwdqlm6GaL_P0u6c1SRi_k9_kdCyER](link to my dataset that contains the raw.mda file, geom.csv and params.json) Please check if my files are correctly formatted or not.