-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
ENH: eyetracking plot_heatmap function #11798
Commits on Jul 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4b256c6 - Browse repository at this point
Copy the full SHA 4b256c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 318d974 - Browse repository at this point
Copy the full SHA 318d974View commit details
Commits on Jul 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 895f2ea - Browse repository at this point
Copy the full SHA 895f2eaView commit details
Commits on Aug 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e37dcd3 - Browse repository at this point
Copy the full SHA e37dcd3View commit details
Commits on Sep 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d8575a9 - Browse repository at this point
Copy the full SHA d8575a9View commit details
Commits on Sep 21, 2023
-
ENH, DOC: refactor plot_gaze and add to API doc
- took another pass at this function to simplify it. mainly, made - plot_heatmap_array private
Configuration menu - View commit details
-
Copy full SHA for 320fc39 - Browse repository at this point
Copy the full SHA 320fc39View commit details -
DOC: update eyelink dataset and its description
- added a second eyelink dataset for a heatmap tutorial
Configuration menu - View commit details
-
Copy full SHA for 09ce77d - Browse repository at this point
Copy the full SHA 09ce77dView commit details -
DOC: add a new eyetracking tutorial
- added a new tutorial for plotting eyetracking heatmaps - included a brief example of heatmap plotting in current tutorial
Configuration menu - View commit details
-
Copy full SHA for 26888cd - Browse repository at this point
Copy the full SHA 26888cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cfc3e1 - Browse repository at this point
Copy the full SHA 2cfc3e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e8985f - Browse repository at this point
Copy the full SHA 0e8985fView commit details -
FIX, DOC: add alpha parameter to API docstring
- the alpha parameter was missing from the docstring which caused a numpydoc error
Configuration menu - View commit details
-
Copy full SHA for 26054f0 - Browse repository at this point
Copy the full SHA 26054f0View commit details -
DOC: in tutorial, dont baseline correct eyegaze channels
- This is a tough one. In the "working with eye tracker data" tut, I DO want to baseline correct the pupil channel, but I DONT want to baseline correct eyegaze channels. I am not sure that it EVER makes sense to baseline correct eyegaze channels, given that they USUALLY represent a gaze coordinate, but I need to think about this more. - I may open a separate ticket about this matter
Configuration menu - View commit details
-
Copy full SHA for aec89f8 - Browse repository at this point
Copy the full SHA aec89f8View commit details
Commits on Sep 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dd65afe - Browse repository at this point
Copy the full SHA dd65afeView commit details
Commits on Sep 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 29eb623 - Browse repository at this point
Copy the full SHA 29eb623View commit details -
Configuration menu - View commit details
-
Copy full SHA for 324d74e - Browse repository at this point
Copy the full SHA 324d74eView commit details
Commits on Sep 29, 2023
-
FIX: Code suggestions from Eric
Co-authored-by: Eric Larson <larson.eric.d@gmail.com> - Use a smarter way to find gaze position channels, dont rely on the ch_name - No need to mask out values outside the width and height, histogram2d will do it for you - remove bin_width parameter in favor of relying on sigma param
Configuration menu - View commit details
-
Copy full SHA for 6962df9 - Browse repository at this point
Copy the full SHA 6962df9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20e3056 - Browse repository at this point
Copy the full SHA 20e3056View commit details
Commits on Oct 2, 2023
-
Apply suggestions from code review [ci skip]
Co-authored-by: Eric Larson <larson.eric.d@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6bedba6 - Browse repository at this point
Copy the full SHA 6bedba6View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for d0a2caa - Browse repository at this point
Copy the full SHA d0a2caaView commit details -
FIX, DOC: Code suggestions from eric and mne.utils.doc addition
- I added a new entry into the doc_dict in mne.utils.doc for the matplotlib cmap parameter, which I believe could prove to be useful elsewhere, for example in mne.viz.misc.plot_csd. FWIW The cmap_topo docstring that was already in the doc_dict says that if None is passed then "reds" will be used. But For any mne functions that have cmap=None as the default, if None is passed into the matplotlib function, the default will actually be whatever matplotlib's default is, which is usually viridis.
Configuration menu - View commit details
-
Copy full SHA for c421d50 - Browse repository at this point
Copy the full SHA c421d50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 379abf0 - Browse repository at this point
Copy the full SHA 379abf0View commit details -
DOC: be more memory efficient in eyetracking tutorial
- memory profiling revealed that this tutorial was using around 700mb of memory.
Configuration menu - View commit details
-
Copy full SHA for 6531e53 - Browse repository at this point
Copy the full SHA 6531e53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b17ec1 - Browse repository at this point
Copy the full SHA 3b17ec1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6085bc5 - Browse repository at this point
Copy the full SHA 6085bc5View commit details
Commits on Oct 3, 2023
-
Apply suggestions from code review [ci skip]
Co-authored-by: Daniel McCloy <dan@mccloy.info> Co-authored-by: Mathieu Scheltienne <mathieu.scheltienne@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8305a1d - Browse repository at this point
Copy the full SHA 8305a1dView commit details
Commits on Oct 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for baaa7bc - Browse repository at this point
Copy the full SHA baaa7bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5c6079 - Browse repository at this point
Copy the full SHA b5c6079View commit details -
Configuration menu - View commit details
-
Copy full SHA for 093a003 - Browse repository at this point
Copy the full SHA 093a003View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c693db - Browse repository at this point
Copy the full SHA 7c693dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for bba5d7d - Browse repository at this point
Copy the full SHA bba5d7dView commit details
Commits on Oct 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 927fdad - Browse repository at this point
Copy the full SHA 927fdadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c5b8f1 - Browse repository at this point
Copy the full SHA 0c5b8f1View commit details -
Merge remote-tracking branch 'upstream/main' into plot_gaze
- Had to fix conflict in "mne/viz/__init__" because prior PR changed the init files to work better with lazy loader. Just accepted incomign change
Configuration menu - View commit details
-
Copy full SHA for df33e33 - Browse repository at this point
Copy the full SHA df33e33View commit details
Commits on Oct 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7ecc759 - Browse repository at this point
Copy the full SHA 7ecc759View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9896f2b - Browse repository at this point
Copy the full SHA 9896f2bView commit details -
Co-authored-by: Daniel McCloy <dan@mccloy.info>
Configuration menu - View commit details
-
Copy full SHA for 32a3e64 - Browse repository at this point
Copy the full SHA 32a3e64View commit details
Commits on Oct 11, 2023
-
DOC: minor documentation revisions suggested by Dan
Co-authored-by: Daniel McCloy <dan@mccloy.info>
Configuration menu - View commit details
-
Copy full SHA for 5add060 - Browse repository at this point
Copy the full SHA 5add060View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea7e653 - Browse repository at this point
Copy the full SHA ea7e653View commit details
Commits on Oct 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0e3e495 - Browse repository at this point
Copy the full SHA 0e3e495View commit details -
Configuration menu - View commit details
-
Copy full SHA for d89ef77 - Browse repository at this point
Copy the full SHA d89ef77View commit details