-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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] Add tutorial on time-frequency source estimation with STC viewer GUI #10920
Merged
Merged
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
fd5102d
try again
alexrockhill 4984b3c
add tutorial
alexrockhill 95e2cb9
fix add init
alexrockhill b468dfa
fix doc entry
alexrockhill 56f8b57
fix ref
alexrockhill d75ab07
fix dependencies
alexrockhill b068dc8
fix doc
alexrockhill cdbecf1
fix dependencies
alexrockhill f79f75b
fix colormap
alexrockhill 30210eb
fix flattening issue
alexrockhill c4b84e4
fix test
alexrockhill 856f238
SAVED VERSION: use somato dataset, add vectors
alexrockhill dcec3e9
move to example
alexrockhill 0a67cfc
fix latest
alexrockhill df37177
Alex G comment fixes
alexrockhill eaa7030
SourceEstimateViewer -> VolSourceEstimateViewer
alexrockhill 057a65b
wip
alexrockhill a1377ef
wip
alexrockhill 8a450bb
Britta and Alex comments
alexrockhill 1944611
fix flake
alexrockhill 772f22c
fix latest
alexrockhill d3e2499
Dan and Alex suggestion to accept list of lists
alexrockhill b3ecf4d
fix docstring test failure
drammock 5b110ac
wip
alexrockhill 37e6c86
wip
alexrockhill abd2b08
use custom integer complex number data type for speed
alexrockhill c94a58a
add setter for baseline
alexrockhill fff3c71
fix type issue
alexrockhill bf3c31c
review comments
alexrockhill fc5af55
didn't save
alexrockhill 1f9a273
easier way
alexrockhill 3171302
bug
alexrockhill 41bc5a7
one more fix
alexrockhill c50fbae
saved version
alexrockhill 3762961
fix integer version, scales to more data better, replicates qualitati…
alexrockhill 6f9798c
fix flake
alexrockhill 4ce414d
very small efficiency fix
alexrockhill 592387f
Alex review
alexrockhill c1cc119
Merge branch 'main' into stc
alexrockhill f1aaa77
fix tests
alexrockhill cac078f
fix test
alexrockhill 840c66e
another try to fix test
alexrockhill File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
this is more tutorial for inverse modeling and it will slow the doc build.
Can we avoid it? Do we ship a vol fwd with the sample data to avoid these recomputations?
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.
This uses the somato dataset so we'd have to change that. The original tutorial used the sample dataset but the results were not as clean. I'm not sure there's a better solution to this.
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.
ok fair enough