-
Notifications
You must be signed in to change notification settings - Fork 26
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
Load T1w-to-standard transform to same space as volumetric BOLD scan #926
Merged
Merged
Changes from 24 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
95294f1
Use MNI152NLin6Asym for fsLR no matter what.
tsalo d617856
Work on the warps.
tsalo cdfbc2b
Keep working on transforms.
tsalo adacff2
Revert collect_run_data.
tsalo a0652d8
Update execsummary.py
tsalo 59184c3
Forgot to connect things.
tsalo c92fae3
Update execsummary.py
tsalo d3c7e2f
Test inverted version.
tsalo 439066b
Update test_utils_utils.py
tsalo b50ef28
Fix test.
tsalo e358c91
Merge branch 'main' into fix-collection
tsalo fbe2ce0
Try reversing the transforms.
tsalo c1627e2
Revert the previous change.
tsalo 8e41eb4
Try this.
tsalo afffc17
Try direct connection.
tsalo 491a8d3
Use ITK version of transform.
tsalo 533259b
Update utils.py
tsalo fdd589a
Merge remote-tracking branch 'upstream/main' into fix-collection
tsalo 311a53d
Rename files.
tsalo 88f6224
Update execsummary.py
tsalo 6def5d5
Make MNI152NLin6Asym default for nibabies.
tsalo 5e8d42c
Don't warp BOLD.
tsalo 3159770
Fix.
tsalo f8d0b2f
Merge branch 'main' into fix-collection
tsalo 9631760
Use anat_to_template_xfm to find niftis.
tsalo 7fa5d6d
Raise exception is nifti is missing.
tsalo f2d2708
Don't split cohort out for pybids queries.
tsalo 7556d50
Revert some changes.
tsalo 58ee6f0
Revert changes to get_std2bold_xfms.
tsalo c58805a
Fix query.
tsalo fdc0ff5
Check for BOLD files in volumetric space for CIFTIs.
tsalo b96be01
Merge remote-tracking branch 'upstream/main' into fix-collection
tsalo cb3e312
Update bids.py
tsalo 9a83f9b
Update bids.py
tsalo e25e2ae
Update bids.py
tsalo 252fe01
Drop the density entity from the vol BOLD query.
tsalo f406056
Update bids.py
tsalo c784981
Update test_utils_bids.py
tsalo 73908e6
Fix expected outputs.
tsalo a8168ce
Update test_utils_bids.py
tsalo 7c9603d
Merge branch 'main' into fix-collection
tsalo 8ffe6cb
Merge branch 'main' into fix-collection
tsalo 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
5 changes: 5 additions & 0 deletions
5
xcp_d/data/transform/tpl-MNI152NLin6Asym_from-MNIInfant_mode-image_xfm.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#Insight Transform File V1.0 | ||
#Transform 0 | ||
Transform: MatrixOffsetTransformBase_double_3_3 | ||
Parameters: 0.7514471411705017 -0.0022597732022405 -0.0056457491591573 -0.0011661121388897 0.7435653805732727 0.0801302567124367 0.0081897228956223 -0.0277762282639742 0.6979145407676697 0.4968573749065399 -3.0900352001190186 0.6142088770866394 | ||
FixedParameters: 0 0 0 |
4 changes: 4 additions & 0 deletions
4
xcp_d/data/transform/tpl-MNI152NLin6Asym_from-MNIInfant_xfm.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
1.330660649 -0.004427136451 0.01025602509 -41.20370054 | ||
-0.003753457765 1.339140797 0.153721562 -68.37553187 | ||
-0.01546533827 -0.05324436952 1.426601839 -22.76900701 | ||
0 0 0 1 |
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.
Make MNI152NLin6Asym the preferred space for nibabies data.