-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
MRG Layout remake #2214
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
MRG Layout remake #2214
Conversation
|
start with help button. and please share screenshots. |
|
ok cool
no time to test though
|
|
by the way, one small issue I noticed with the raw plotter. If I select the bad channel, then the channel name doesn't get grayed out so it's a bit hard to say which channel got selected. @jaeilepp can you squeeze this into one of your PRs or make a new PR to address this. Should be an easy fix ... |
|
One problem is that having a non-standard DPI will break the rendering: You can set the For me the "+", "-", and "b" keys don't work, even though pageup/pagedown/home/end do. This makes sense given that they aren't listed in |
|
Also, |
doc/source/whats_new.rst
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
indent pb
|
you'll need to rebase too. |
20d97cc to
36e8ec7
Compare
|
I guess it's best to finish the butterfly and continue with this when it's merged. |
|
sounds good
|
|
Update: |
|
this was missed in the last pr: could you a command line message to remind/notify the user of the drop channel similar to the drop epochs message. would be very useful. |
|
Well the channels aren't actually dropped. They're just added to the bads list like in raw.plot. |
|
@mainakjas, @yousrabk, and I were discussing having an interactive way of selecting channels. In my system acquisition software we have plot of the channel montage and you can select a set of sensors this way. we could also include some buttons for pre-defined ROIs, like the ones given in mne_browse_raw (temporal, occipital quadrants, etc.) here's a screen capture of the window: |
|
sorry, yeah, a message to notify which channels are marked in |
|
There is already an 'order' param in plot_raw that allows the user to define the order of the shown channels. Don't know if it's used much. |
|
In the help, can you align all the colons ? And color the keyboard shortcut red / yellow or make it bold. See whatever looks good. Just some aesthetics to make it look professional :) |
|
More help dialog related comments:
|
|
Some comments about the viewport dialog box
Should we also have a checkbox for event-id and epoch-id for consistency? |
|
In the help dialog, can you right justify the bold stuff (like here for example: https://inkscape.org/en/doc/keys046.html). Also can we change the sentences at the bottom to look like the table of keyboard shortcuts? Something like: click epoch -> mark bad epoch Maybe put a small heading which says |
|
Screen shot ? |
This is a usability thing. If you change the viewport dimensions, it takes a while to update, which is not the case with the labels and vertical lines. Imagine trying to adjust the viewport to show every epoch and channel and not hitting the end of the slider immediately. |
|
Done. |
doc/source/whats_new.rst
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:) :)
|
clean up and I'll merge. |
|
Oops. Done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing empty line
|
Tell me travis is happy. I'll merge. |
|
Oops again. There was an empty line at the end it just doesn't show it here and I didn't notice it either. |
|
Okay, travis is happy. |
|
Thanks ! |





Though it turned out not to be the mess I expected, I decided to make a separate PR for this. This here would also be a good opportunity to design the layout so that it looks good. Now the layout uses pixels instead of inches so in theory it should work on all screen sizes and platforms.
Should there be a 'help' button somewhere that would open a pop up window to view all the key combinations etc. (discussed in #2206)? Are there other buttons we might need?