Commit 957556e
authored
MRG: Plot label time course with Brain (#8335)
* Follow Brain update
* Upload prototype
* Remove 'tube' borders
* Rename variables
* Update clear_glyphs()
* Use _brain_color
* Fix docstring
* Improve support of traces and update tests
* Introduce _configure_label_time_course
* Add label tool bar
* Add support for max mode
* Refactor _update
* Add support for src
* Remove GFP in label picking mode
* Plot time line
* Fetch src when possible
* Update overview table
* Use only src_vol
* TST: refactor _triage_stc out
* Use _check_stc
* Fix test_brain_init[mayavi]
* Fix test_brain_traces[pyvista-mixed]
* Disable annot traces for volume/mixed
* Uncomment stc ValueError
* Improve testing and fix label_name
* Improve API
* Improve testing
* Improve testing
* Fix add_data parameter
* Improve coverage
* Use dict for label_data
* Prototype with show_traces
* Add _read_annot_cands
* Configure UI for traces mode toggle
* Organize signals, clear memory and update tests
* Switch to simplified interface
* Exclude .ctab files
* Improve coverage
* Update overview table
* Improve coverage
* Remove cruft
* Improve coverage
* Improve coverage
* Improve coverage
* Improve coverage
* Remove cruft
* Improve coverage
* Improve coverage
* TST: Hide app window during testing
* Revert "TST: Hide app window during testing"
This reverts commit f513448.
* Refactor tests
* Fix default annot bug
* Fix renderer bug
* Test GHA skipping [skip ci]
* Synchronize branch
* Fix test_resolution_matrix
* Add _configure_trace_mode
* Improve read_annot_cands
* Simplify annot mode color
* Remove cruft
* Add _check_stc_src
* Cast to int64
* Add support for vec
* Add support for mixed
* Do not show trace mode for volumes
* Update tests
* Fix vec
* Test mixed too
* Update tests
* Cleanup
* Trigger Circle [circle front]
* Cover vol as well
* Update tests
* Add vector to the list
* Fix style
* Restore label name
* Exclude pca_flip
* DRY
* Update _add_vertex_glyph with render parameter1 parent 894606e commit 957556e
File tree
7 files changed
+456
-143
lines changed- mne
- viz
- _brain
- tests
- backends
7 files changed
+456
-143
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1880 | 1880 | | |
1881 | 1881 | | |
1882 | 1882 | | |
1883 | | - | |
| 1883 | + | |
| 1884 | + | |
1884 | 1885 | | |
1885 | 1886 | | |
1886 | 1887 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2860 | 2860 | | |
2861 | 2861 | | |
2862 | 2862 | | |
| 2863 | + | |
| 2864 | + | |
| 2865 | + | |
| 2866 | + | |
| 2867 | + | |
| 2868 | + | |
| 2869 | + | |
| 2870 | + | |
| 2871 | + | |
| 2872 | + | |
2863 | 2873 | | |
2864 | 2874 | | |
2865 | 2875 | | |
| |||
2872 | 2882 | | |
2873 | 2883 | | |
2874 | 2884 | | |
2875 | | - | |
2876 | | - | |
2877 | | - | |
2878 | | - | |
2879 | | - | |
2880 | | - | |
2881 | | - | |
2882 | | - | |
2883 | | - | |
2884 | | - | |
2885 | | - | |
2886 | | - | |
| 2885 | + | |
| 2886 | + | |
2887 | 2887 | | |
2888 | 2888 | | |
2889 | 2889 | | |
| |||
3059 | 3059 | | |
3060 | 3060 | | |
3061 | 3061 | | |
| 3062 | + | |
| 3063 | + | |
| 3064 | + | |
| 3065 | + | |
| 3066 | + | |
| 3067 | + | |
| 3068 | + | |
| 3069 | + | |
| 3070 | + | |
| 3071 | + | |
| 3072 | + | |
| 3073 | + | |
3062 | 3074 | | |
3063 | 3075 | | |
3064 | 3076 | | |
3065 | 3077 | | |
| 3078 | + | |
| 3079 | + | |
| 3080 | + | |
| 3081 | + | |
| 3082 | + | |
3066 | 3083 | | |
3067 | | - | |
3068 | | - | |
| 3084 | + | |
3069 | 3085 | | |
3070 | | - | |
3071 | 3086 | | |
3072 | 3087 | | |
3073 | 3088 | | |
| |||
3082 | 3097 | | |
3083 | 3098 | | |
3084 | 3099 | | |
| 3100 | + | |
| 3101 | + | |
| 3102 | + | |
3085 | 3103 | | |
3086 | 3104 | | |
3087 | | - | |
3088 | | - | |
3089 | | - | |
3090 | 3105 | | |
3091 | 3106 | | |
3092 | 3107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1789 | 1789 | | |
1790 | 1790 | | |
1791 | 1791 | | |
1792 | | - | |
| 1792 | + | |
| 1793 | + | |
1793 | 1794 | | |
1794 | 1795 | | |
1795 | 1796 | | |
| |||
1989 | 1990 | | |
1990 | 1991 | | |
1991 | 1992 | | |
1992 | | - | |
| 1993 | + | |
| 1994 | + | |
1993 | 1995 | | |
1994 | 1996 | | |
1995 | 1997 | | |
| |||
0 commit comments