-
Notifications
You must be signed in to change notification settings - Fork 535
DVARS fix & improvements #1827
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
Merged
Merged
DVARS fix & improvements #1827
Changes from 9 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
8b6b263
Fix DVARS calculation.
chrisgorgo 0ce153d
added intensity normalization
chrisgorgo 36caef9
cleanup
chrisgorgo bab66ef
updated test data
chrisgorgo 7295e67
changelog
chrisgorgo 8c0ab54
refactor
chrisgorgo 078037f
try without intensity normalization
chrisgorgo ebdbf21
fixed voxel wise standardization (see https://github.com/nicholst/DVA…
chrisgorgo 948ac54
Fixed tests.
chrisgorgo 220055f
Merge branch 'master' into fix/dvars
oesteban ba65085
Merge branch 'master' of github.com:nipy/nipype into fix/dvars
chrisgorgo 473d0dd
Merge branch 'fix/dvars' of github.com:chrisfilo/nipype into fix/dvars
chrisgorgo 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
---|---|---|
@@ -1,19 +1,19 @@ | ||
1.54062 | ||
1.31972 | ||
0.921541 | ||
1.26107 | ||
0.99986 | ||
0.929237 | ||
0.715096 | ||
1.05153 | ||
1.29109 | ||
0.700641 | ||
0.844657 | ||
0.884972 | ||
0.807096 | ||
0.881976 | ||
0.843652 | ||
0.780457 | ||
1.05401 | ||
1.32161 | ||
0.686738 | ||
2.02915 5.2016 1.74221 | ||
1.54871 3.97002 1.18108 | ||
0.921419 2.362 0.784497 | ||
1.26058 3.23142 0.734119 | ||
1.00079 2.56548 0.787452 | ||
0.929074 2.38163 0.828835 | ||
0.741207 1.90004 0.746263 | ||
1.07913 2.7663 0.779829 | ||
1.2969 3.32452 0.73856 | ||
0.767387 1.96715 0.772047 | ||
0.847059 2.17138 0.774103 | ||
0.984061 2.52258 0.88097 | ||
0.852897 2.18635 0.794655 | ||
0.927778 2.3783 0.756786 | ||
0.857544 2.19826 0.796125 | ||
0.780098 1.99973 0.731265 | ||
1.05496 2.70434 0.788584 | ||
1.32099 3.38628 0.831803 | ||
0.691529 1.77269 0.738788 |
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.
**2
would be more readable to me thannp.square
, but it is just cosmetic. Maybe you prefer np.square :)