forked from nipy/nibabel
-
Notifications
You must be signed in to change notification settings - Fork 1
Setting mgh affines #1
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
larsoner
merged 2 commits into
larsoner:vox2ras_tkr
from
matthew-brett:setting-mgh-affines
Mar 27, 2013
Merged
Setting mgh affines #1
larsoner
merged 2 commits into
larsoner:vox2ras_tkr
from
matthew-brett:setting-mgh-affines
Mar 27, 2013
Conversation
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
We were having trouble with the header updating on load of an image, and changing the underlying header information. nipy#164 Use the Analyze trick to only update the header if the affine has changed.
No we are not resetting the deltas on loading the image, we should get zooms of 1 from the test image.
larsoner
pushed a commit
that referenced
this pull request
Oct 13, 2014
MRG: add module global to gzip as discussed
larsoner
pushed a commit
that referenced
this pull request
Feb 11, 2016
MRG: suggested refactoring of concat checks
larsoner
pushed a commit
that referenced
this pull request
Nov 27, 2017
Enable cifti parsing in python3
larsoner
pushed a commit
that referenced
this pull request
Nov 27, 2017
MRG: merged current master, refactor dicom import
larsoner
pushed a commit
that referenced
this pull request
Nov 27, 2017
RF: check for "mock' module when running tests
larsoner
pushed a commit
that referenced
this pull request
Mar 11, 2019
RF: Use bytearray/frombuffer and other minor fixes
larsoner
pushed a commit
that referenced
this pull request
Oct 15, 2019
TEST: Move test DICOMs into nicom/tests/data
larsoner
pushed a commit
that referenced
this pull request
Oct 15, 2019
TEST: Add de-identified, compressed DICOM with empty string in SliceThickness field
larsoner
pushed a commit
that referenced
this pull request
May 7, 2020
TEST: Some cleanups for nipy#881
larsoner
pushed a commit
that referenced
this pull request
May 7, 2020
RF: Update conformation to reorient, rescale and resample
larsoner
pushed a commit
that referenced
this pull request
Feb 16, 2022
RF: Use optional_package to allow code to assume pyzstd is present
larsoner
pushed a commit
that referenced
this pull request
Jul 18, 2023
TEST: Add test file with bad spacing field
larsoner
pushed a commit
that referenced
this pull request
Mar 4, 2024
RF: Consistently apply data type, shape and index order
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.
Changes to leave the header information alone if the affine information has not changed. With tests.