-
Notifications
You must be signed in to change notification settings - Fork 21
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
Set number of channels to display #49
Comments
Another similar question came recently. Of course, having more flexibility there is an advantage, and that's why most of my efforts have been working to make the "csc_eeg_plotter", which is a more flexible viewing tool for all sorts of HD-EEG recordings also capable of sleep scoring. You can get this more "pre-processing" toolbox at: It doesn't yet fully support traditional sleep scoring. But its actually the one I'm using for my own sleep scoring the past few months. There, I can set up a montage anyway I want it, include separate scaling values to certain channels (e.g. upscale EMG), and define the number of channels with other scrolling options. To sleep score I set up 5 different event markers and then mark the beginning of the distinct stages. I find this departure from traditional 30s windows to second-specific marking will probably need more theoretical foundation in the future, but in principle its an improvement to the arbitrary 30s cut-offs for staging. I know this isn't quite the answer you wanted, but this is the direction I'm taking at the moment and once I'm happy with all the options, it will also be the recommended route within this toolbox. Hence I haven't been doing much with the swa_SleepScoring lately unfortunately. |
Thanks Armand! Thanks again! |
I'm still working on the event types... but for now you can just set line 23:
to whatever number you like... I usually go with the 6 so that I can mark artifacts already there using the 6th event. I realise its still not the ideal way, and most user friendly, but I don't often get a chance to work on the toolbox so sometimes progress can be a little slow. |
Hi,
Is there any possibility of adding the option of setting the number of channels to be displayed?
After reading the code (swa_SleepScoring) I think it is possible. In fact, I made some modifications and could see more channels but I didn't manage to set the montage correctly.
Maybe when you load a new dataset the program could ask you about the number of channels to display.
What do you think?
The text was updated successfully, but these errors were encountered: