-
Notifications
You must be signed in to change notification settings - Fork 264
NF: Conformation function and CLI tool to apply shape, orientation and zooms #853
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
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
b897935
add `conform` and `_transform_range` funcs
76e9aed
Merge remote-tracking branch 'upstream/master' into add/fs-conform
9895eb0
add documentation and fix style
49e4ada
clean up documentation + only conform 3D
57c3648
add tests for `conform` and `_transform_range`
a681bdd
only test `conform` if scipy installed
4e62b7c
add `nib-conform` console script
kaczmarj e19b022
tighten scope of conform function
kaczmarj 12ea136
Merge remote-tracking branch 'upstream/master' into add/fs-conform
kaczmarj 89eedc5
add `nib-conform`
kaczmarj 348f838
use proper labels for orientation
kaczmarj 9491806
add non-3d tests
kaczmarj a9ce73b
fix style
kaczmarj 3911610
make voxel size and out shape int type
kaczmarj 0d8843b
add tests for `nib-conform` command
kaczmarj 3e4da11
skip tests if scipy not available
kaczmarj 8b712ca
use `nb.save(img, filename)` instead of `img.save(...)`
kaczmarj 67ace2f
keep input class by default in `conform`
kaczmarj 527400d
do not error on non-3d inputs
kaczmarj 6e19298
clean up code
kaczmarj 07fa254
correct the re-orientation of the output image in `conform`
kaczmarj 00825c7
make `to_img` the same image/header classes as input image
kaczmarj 4ca32ba
make pep8 gods happy
kaczmarj a536ed3
test for errors on non-3d inputs and arguments
kaczmarj 3af4bd8
test that file is not overwritten without `--force`
kaczmarj 3658170
remove bin/nib-conform because it is unused
kaczmarj eb097f4
copy header from input image in `conform`
kaczmarj 241f58f
NF: Add nibabel.affines.rescale_affine function
effigies f77fbb5
RF: Update conformation to reorient, rescale and resample
effigies 2177a59
Merge pull request #1 from effigies/add/fs-conform
kaczmarj 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
add documentation and fix style
- Loading branch information
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
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.
Uh oh!
There was an error while loading. Please reload this page.