Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Css-gui: Not seeing sorted data #38

Closed
oashmaig opened this issue Sep 28, 2019 · 2 comments
Closed

Css-gui: Not seeing sorted data #38

oashmaig opened this issue Sep 28, 2019 · 2 comments

Comments

@oashmaig
Copy link

There are no errors outputed into the terminal when I extract data from either a neuralynx or matlab file nor when I run the simple clustering command. I have gotten it to work with the tutorial's matlab simulation file and with the example ncs file. However, when I run css-gui on my data, I do not see any sorted data files under File --> Open. When I look at the file timestamps, I see that combinato created several folders after running the clustering, but the data.h5 file doesn't update after the initial data extraction. I've made sure that I am running css-gui in the correct directory. When I run css-plot-rawsignal and specify the specific h5 data file, it says that plotting took 0 seconds, but with the shorter example ncs file in the tutorial, it says plotting took 3 seconds. Also, when I run the clustering command, it is creating figures with the sorted spikes into the overview folder. I'm using python2.7. Any help would be greatly appreciated.
combinato.docx

@jniediek
Copy link
Owner

A possible reason is that your filenames might not match the pattern in

combinato/combinato/options.py:

# Folder names the GUI should include
'folder_patterns': ('CSC*', 'test', 'L??', 'u*',
                    'R??', 'L???', 'R???', 'L????', 'R????',
                    'simulation_*', 'spike*'),

@oashmaig
Copy link
Author

Yes, that was the issue, I'm able to see my sorted data in the css-gui now, thank you so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants