-
Notifications
You must be signed in to change notification settings - Fork 296
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 option to exclude projecting high variance voxels to surface (update of #2855) #2956
ENH: Add option to exclude projecting high variance voxels to surface (update of #2855) #2956
Conversation
Codecov ReportBase: 46.45% // Head: 46.42% // Decreases project coverage by
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## master #2956 +/- ##
==========================================
- Coverage 46.45% 46.42% -0.04%
==========================================
Files 45 46 +1
Lines 3388 3511 +123
==========================================
+ Hits 1574 1630 +56
- Misses 1814 1881 +67
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
…/project-goodvoxels-020623
4cf0427
to
7a8d6e7
Compare
@madisoth I think I got the CI all set. |
@madisoth It seems using
I guess this requires a midthickness surface for every possible output space? |
Okay, running |
I'm fine with requiring fsaverage as the target when using --project-goodvoxels for the time being, with a plan to support fsaverage3-6 in the future |
The problem is that our use of iterables means that we're using a single workflow for all surface spaces. It's going to be a pain to refactor the workflow, so for the moment I'm just going to emit a loud warning and disable |
d23b4a9
to
2ecbc68
Compare
c8d3847
to
4b609af
Compare
…erage is requested
4b609af
to
2d802cb
Compare
Changes proposed in this pull request
Adds option --project-goodvoxels to address #2822.
If enabled, voxels whose timeseries have locally high coefficient of variation, or which lie outside the cortex (based on signed distance volumes generated from the WM and pial surfaces), are excluded from volume-to-surface sampling of BOLD timeseries. Not enabled by default.
Documentation that should be reviewed