-
Notifications
You must be signed in to change notification settings - Fork 15
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
No matlab #64
Conversation
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
…e directory temporarily, but will integrate later.
Had a couple free hours today so I integrated the new code into the snakemake workflow. Dry-run with T2w works at this point, but just has a placeholder rule to generate the warps/gifti files, as I still need to translat that matlab code. I'll give this a whirl and see what happens, at the least will give me some files so I can write the warps/gifti generation code outside of matlab
new shape injection and laplace. components tested, and workflow dry run, but running a full end to end test now.. TODO: - finish reorganizing some files (e.g. warps are still in autotop dir) - end-to-end test - add greedy to container
midsurf vis had to be disabled for now, since without extrapolate we have nans in the surf vertices, and so nilearn plotting fails
- adds new labels for PD sink based on dilating DG into SRLM and BG, fixes problem where GM domain for PD wqs different from other coords resulting in warp ambiguity - adds new template laplace coords, from running with 1e-8 stopping criterion, above fix, and multires init (included snakefile for this) - incorporate shape inject init of laplace and the new PD sink heuristic in main workflow, cuts run time to less than 15 min total (around a minute for AP laplace)
This should be ready to merge now:
Some remaining things to fix in a later PR:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
@jordandekraker making this draft PR so I can bring it up to date with master, and translate the warps/gifti code too. I've integrated everything else so far and tested only with dry run, will try running for real soon..