Skip to content
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

error in NIFTItoNRRD handling of space directions #310

Closed
vmagnotta opened this issue Nov 18, 2016 · 10 comments
Closed

error in NIFTItoNRRD handling of space directions #310

vmagnotta opened this issue Nov 18, 2016 · 10 comments

Comments

@vmagnotta
Copy link

There seems to be an issue with the proper handling of image orientation in DWIConvert. If a DICOM series is directly converted to NiFTI versus the conversion from DICOM->NRRD->NIFTI the NIFTI sform matrix is not consistent while the qform matrix is. Slicer shows the image in the same orientation likely because it is using the qform orientation.

The problem is related to the srow_z rotation portion of the transform which is getting multiplied by -1. The translation part of the matrix is correct.

@hjmjohnson
Copy link
Member

@vmagnotta Vince, I'm looking at this code now. Do you happen to know where in the code the problem is occurring?

@vmagnotta
Copy link
Author

Hans,

I looked at this some on Friday. Since both transforms originate from the image direction matrix, it would assume the bug could be in the helper function that generates the sform matrix from the direction cosines.

Vince

Associate Professor
Department of Radiology
L311 PBDB
169 Newton Road
Iowa City, IA 52242
E-mail: [email protected]
Phone: 319-335-5482 Fax: 319-353-6275
Website: http://www.healthcare.uiowa.edu/Radiology

From: Hans Johnson [email protected]
Reply-To: BRAINSia/BRAINSTools [email protected]
Date: Saturday, November 19, 2016 at 5:48 PM
To: BRAINSia/BRAINSTools [email protected]
Cc: Vincent Magnotta [email protected], Mention [email protected]
Subject: Re: [BRAINSia/BRAINSTools] error in NIFTItoNRRD handling of space directions (#310)

@vmagnottahttps://github.com/vmagnotta Vince, I'm looking at this code now. Do you happen to know where in the code the problem is occurring?


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHubhttps://github.com//issues/310#issuecomment-261747873, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AATr7foibZiSqXmc553brw1K8r5mUwHjks5q_4rfgaJpZM4K2_j-.


Notice: This UI Health Care e-mail (including attachments) is covered by the Electronic Communications Privacy Act, 18 U.S.C. 2510-2521 and is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential, and exempt from disclosure under applicable law. If you are not the intended recipient, any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender immediately and delete or destroy all copies of the original message and attachments thereto. Email sent to or from UI Health Care may be retained as required by law or regulation. Thank you.


@hjmjohnson
Copy link
Member

Thanks Vince.  I’ll need to look into this again.  I thought that if the qform is set, then the sform is NOT set, and is not used. 

Hans

From: "Vincent A. Magnotta" [email protected]
Reply-To: BRAINSia/BRAINSTools [email protected]
Date: Saturday, November 19, 2016 at 6:29 PM
To: BRAINSia/BRAINSTools [email protected]
Cc: Hans Johnson [email protected], Comment [email protected]
Subject: Re: [BRAINSia/BRAINSTools] error in NIFTItoNRRD handling of space directions (#310)

Hans,

I looked at this some on Friday. Since both transforms originate from the image direction matrix, it would assume the bug could be in the helper function that generates the sform matrix from the direction cosines.

Vince

Associate Professor
Department of Radiology
L311 PBDB
169 Newton Road
Iowa City, IA 52242
E-mail: [email protected]
Phone: 319-335-5482 Fax: 319-353-6275
Website: http://www.healthcare.uiowa.edu/Radiology

From: Hans Johnson [email protected]
Reply-To: BRAINSia/BRAINSTools [email protected]
Date: Saturday, November 19, 2016 at 5:48 PM
To: BRAINSia/BRAINSTools [email protected]
Cc: Vincent Magnotta [email protected], Mention [email protected]
Subject: Re: [BRAINSia/BRAINSTools] error in NIFTItoNRRD handling of space directions (#310)

@vmagnottahttps://github.com/vmagnotta Vince, I'm looking at this code now. Do you happen to know where in the code the problem is occurring?


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHubhttps://github.com//issues/310#issuecomment-261747873, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AATr7foibZiSqXmc553brw1K8r5mUwHjks5q_4rfgaJpZM4K2_j-.


Notice: This UI Health Care e-mail (including attachments) is covered by the Electronic Communications Privacy Act, 18 U.S.C. 2510-2521 and is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential, and exempt from disclosure under applicable law. If you are not the intended recipient, any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender immediately and delete or destroy all copies of the original message and attachments thereto. Email sent to or from UI Health Care may be retained as required by law or regulation. Thank you.



You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.

@vmagnotta
Copy link
Author

Hans

That may be the case. It is odd that the sform is wrong while the qform is correct.

Vince


Associate Professor
Department of Radiology
L311 PBDB
169 Newton Road
Iowa City, IA 52242
E-mail: [email protected]:[email protected]
Phone: 319-335-5482 Fax: 319-353-6275
Website: http://www.healthcare.uiowa.edu/Radiology

On Nov 19, 2016, at 8:07 PM, Hans Johnson <[email protected]mailto:[email protected]> wrote:

Thanks Vince. I’ll need to look into this again. I thought that if the qform is set, then the sform is NOT set, and is not used.

Hans

From: "Vincent A. Magnotta" <[email protected]mailto:[email protected]>
Reply-To: BRAINSia/BRAINSTools <[email protected]mailto:[email protected]>
Date: Saturday, November 19, 2016 at 6:29 PM
To: BRAINSia/BRAINSTools <[email protected]mailto:[email protected]>
Cc: Hans Johnson <[email protected]mailto:[email protected]>, Comment <[email protected]mailto:[email protected]>
Subject: Re: [BRAINSia/BRAINSTools] error in NIFTItoNRRD handling of space directions (#310)

Hans,

I looked at this some on Friday. Since both transforms originate from the image direction matrix, it would assume the bug could be in the helper function that generates the sform matrix from the direction cosines.

Vince

Associate Professor
Department of Radiology
L311 PBDB
169 Newton Road
Iowa City, IA 52242
E-mail: [email protected]:[email protected]
Phone: 319-335-5482 Fax: 319-353-6275
Website: http://www.healthcare.uiowa.edu/Radiology

From: Hans Johnson <[email protected]mailto:[email protected]>
Reply-To: BRAINSia/BRAINSTools <[email protected]mailto:[email protected]>
Date: Saturday, November 19, 2016 at 5:48 PM
To: BRAINSia/BRAINSTools <[email protected]mailto:[email protected]>
Cc: Vincent Magnotta <[email protected]mailto:[email protected]>, Mention <[email protected]mailto:[email protected]>
Subject: Re: [BRAINSia/BRAINSTools] error in NIFTItoNRRD handling of space directions (#310)

@vmagnottahttps://github.com/vmagnotta Vince, I'm looking at this code now. Do you happen to know where in the code the problem is occurring?


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHubhttps://github.com//issues/310#issuecomment-261747873, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AATr7foibZiSqXmc553brw1K8r5mUwHjks5q_4rfgaJpZM4K2_j-.


Notice: This UI Health Care e-mail (including attachments) is covered by the Electronic Communications Privacy Act, 18 U.S.C. 2510-2521 and is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential, and exempt from disclosure under applicable law. If you are not the intended recipient, any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender immediately and delete or destroy all copies of the original message and attachments thereto. Email sent to or from UI Health Care may be retained as required by law or regulation. Thank you.



You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHubhttps://github.com//issues/310#issuecomment-261753260, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AATr7Uv-BnP_GhlBAafOg5u0aXjc_OqPks5q_6tLgaJpZM4K2_j-.


Notice: This UI Health Care e-mail (including attachments) is covered by the Electronic Communications Privacy Act, 18 U.S.C. 2510-2521 and is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential, and exempt from disclosure under applicable law. If you are not the intended recipient, any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender immediately and delete or destroy all copies of the original message and attachments thereto. Email sent to or from UI Health Care may be retained as required by law or regulation. Thank you.


@hjmjohnson
Copy link
Member

Vince,

I am working through several issues with properly representing Nrrd files and Nifti files from DWIConvert.

Another popular tool for many dwi processing to convert dicom to NIFTI is the dcm2niix tool.   I’ve previously had conversations with the author of that tool, and I thought we had resolved the interpretation issues.

rordenlab/dcm2niix#40

This is a discussion about some data that I am working with that is from BC Ho’s study.

Could you please comment if you think the comments are correct, or if you think that perhaps there is a mis-interpretation of the data that I sent?

Thanks,

Hans

From: "Vincent A. Magnotta" [email protected]
Reply-To: BRAINSia/BRAINSTools [email protected]
Date: Saturday, November 19, 2016 at 9:03 PM
To: BRAINSia/BRAINSTools [email protected]
Cc: Hans Johnson [email protected], Comment [email protected]
Subject: Re: [BRAINSia/BRAINSTools] error in NIFTItoNRRD handling of space directions (#310)

Hans

That may be the case. It is odd that the sform is wrong while the qform is correct.

Vince


Associate Professor
Department of Radiology
L311 PBDB
169 Newton Road
Iowa City, IA 52242
E-mail: [email protected]:[email protected]
Phone: 319-335-5482 Fax: 319-353-6275
Website: http://www.healthcare.uiowa.edu/Radiology

On Nov 19, 2016, at 8:07 PM, Hans Johnson <[email protected]mailto:[email protected]> wrote:

Thanks Vince. I’ll need to look into this again. I thought that if the qform is set, then the sform is NOT set, and is not used.

Hans

From: "Vincent A. Magnotta" <[email protected]mailto:[email protected]>
Reply-To: BRAINSia/BRAINSTools <[email protected]mailto:[email protected]>
Date: Saturday, November 19, 2016 at 6:29 PM
To: BRAINSia/BRAINSTools <[email protected]mailto:[email protected]>
Cc: Hans Johnson <[email protected]mailto:[email protected]>, Comment <[email protected]mailto:[email protected]>
Subject: Re: [BRAINSia/BRAINSTools] error in NIFTItoNRRD handling of space directions (#310)

Hans,

I looked at this some on Friday. Since both transforms originate from the image direction matrix, it would assume the bug could be in the helper function that generates the sform matrix from the direction cosines.

Vince

Associate Professor
Department of Radiology
L311 PBDB
169 Newton Road
Iowa City, IA 52242
E-mail: [email protected]:[email protected]
Phone: 319-335-5482 Fax: 319-353-6275
Website: http://www.healthcare.uiowa.edu/Radiology

From: Hans Johnson <[email protected]mailto:[email protected]>
Reply-To: BRAINSia/BRAINSTools <[email protected]mailto:[email protected]>
Date: Saturday, November 19, 2016 at 5:48 PM
To: BRAINSia/BRAINSTools <[email protected]mailto:[email protected]>
Cc: Vincent Magnotta <[email protected]mailto:[email protected]>, Mention <[email protected]mailto:[email protected]>
Subject: Re: [BRAINSia/BRAINSTools] error in NIFTItoNRRD handling of space directions (#310)

@vmagnottahttps://github.com/vmagnotta Vince, I'm looking at this code now. Do you happen to know where in the code the problem is occurring?


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHubhttps://github.com//issues/310#issuecomment-261747873, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AATr7foibZiSqXmc553brw1K8r5mUwHjks5q_4rfgaJpZM4K2_j-.


Notice: This UI Health Care e-mail (including attachments) is covered by the Electronic Communications Privacy Act, 18 U.S.C. 2510-2521 and is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential, and exempt from disclosure under applicable law. If you are not the intended recipient, any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender immediately and delete or destroy all copies of the original message and attachments thereto. Email sent to or from UI Health Care may be retained as required by law or regulation. Thank you.



You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHubhttps://github.com//issues/310#issuecomment-261753260, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AATr7Uv-BnP_GhlBAafOg5u0aXjc_OqPks5q_6tLgaJpZM4K2_j-.


Notice: This UI Health Care e-mail (including attachments) is covered by the Electronic Communications Privacy Act, 18 U.S.C. 2510-2521 and is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential, and exempt from disclosure under applicable law. If you are not the intended recipient, any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender immediately and delete or destroy all copies of the original message and attachments thereto. Email sent to or from UI Health Care may be retained as required by law or regulation. Thank you.



You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.

@vmagnotta
Copy link
Author

Hans,

There are two slice orderings that occur with Mosaic images from Siemens. These are completely independent.

  1.   There is the slice acquisition order. This determines the order of slices and how they are acquired temporally.
    
  2.   The second is the image sorting. This determines the order that the images are arranged in the Mosaic image. This independent of the acquisition order. This is done for convenience to sort the images in the preferred order for the radiologists.
    

Chris may have never changed the image sorting order of the image and that is why he has not seen the change in slice ordering within a Mosaic image.

Vince

Associate Professor
Department of Radiology
L311 PBDB
169 Newton Road
Iowa City, IA 52242
E-mail: [email protected]
Phone: 319-335-5482 Fax: 319-353-6275
Website: http://www.healthcare.uiowa.edu/Radiology

From: Hans Johnson [email protected]
Reply-To: BRAINSia/BRAINSTools [email protected]
Date: Sunday, November 20, 2016 at 8:27 AM
To: BRAINSia/BRAINSTools [email protected]
Cc: Vincent Magnotta [email protected], Mention [email protected]
Subject: Re: [BRAINSia/BRAINSTools] error in NIFTItoNRRD handling of space directions (#310)

Vince,

I am working through several issues with properly representing Nrrd files and Nifti files from DWIConvert.

Another popular tool for many dwi processing to convert dicom to NIFTI is the dcm2niix tool. I’ve previously had conversations with the author of that tool, and I thought we had resolved the interpretation issues.

rordenlab/dcm2niix#40

This is a discussion about some data that I am working with that is from BC Ho’s study.

Could you please comment if you think the comments are correct, or if you think that perhaps there is a mis-interpretation of the data that I sent?

Thanks,

Hans

From: "Vincent A. Magnotta" [email protected]
Reply-To: BRAINSia/BRAINSTools [email protected]
Date: Saturday, November 19, 2016 at 9:03 PM
To: BRAINSia/BRAINSTools [email protected]
Cc: Hans Johnson [email protected], Comment [email protected]
Subject: Re: [BRAINSia/BRAINSTools] error in NIFTItoNRRD handling of space directions (#310)

Hans

That may be the case. It is odd that the sform is wrong while the qform is correct.

Vince


Associate Professor
Department of Radiology
L311 PBDB
169 Newton Road
Iowa City, IA 52242
E-mail: [email protected]:[email protected]
Phone: 319-335-5482 Fax: 319-353-6275
Website: http://www.healthcare.uiowa.edu/Radiology

On Nov 19, 2016, at 8:07 PM, Hans Johnson <[email protected]mailto:[email protected]> wrote:

Thanks Vince. I’ll need to look into this again. I thought that if the qform is set, then the sform is NOT set, and is not used.

Hans

From: "Vincent A. Magnotta" <[email protected]mailto:[email protected]>
Reply-To: BRAINSia/BRAINSTools <[email protected]mailto:[email protected]>
Date: Saturday, November 19, 2016 at 6:29 PM
To: BRAINSia/BRAINSTools <[email protected]mailto:[email protected]>
Cc: Hans Johnson <[email protected]mailto:[email protected]>, Comment <[email protected]mailto:[email protected]>
Subject: Re: [BRAINSia/BRAINSTools] error in NIFTItoNRRD handling of space directions (#310)

Hans,

I looked at this some on Friday. Since both transforms originate from the image direction matrix, it would assume the bug could be in the helper function that generates the sform matrix from the direction cosines.

Vince

Associate Professor
Department of Radiology
L311 PBDB
169 Newton Road
Iowa City, IA 52242
E-mail: [email protected]:[email protected]
Phone: 319-335-5482 Fax: 319-353-6275
Website: http://www.healthcare.uiowa.edu/Radiology

From: Hans Johnson <[email protected]mailto:[email protected]>
Reply-To: BRAINSia/BRAINSTools <[email protected]mailto:[email protected]>
Date: Saturday, November 19, 2016 at 5:48 PM
To: BRAINSia/BRAINSTools <[email protected]mailto:[email protected]>
Cc: Vincent Magnotta <[email protected]mailto:[email protected]>, Mention <[email protected]mailto:[email protected]>
Subject: Re: [BRAINSia/BRAINSTools] error in NIFTItoNRRD handling of space directions (#310)

@vmagnottahttps://github.com/vmagnotta Vince, I'm looking at this code now. Do you happen to know where in the code the problem is occurring?


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHubhttps://github.com//issues/310#issuecomment-261747873, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AATr7foibZiSqXmc553brw1K8r5mUwHjks5q_4rfgaJpZM4K2_j-.


Notice: This UI Health Care e-mail (including attachments) is covered by the Electronic Communications Privacy Act, 18 U.S.C. 2510-2521 and is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential, and exempt from disclosure under applicable law. If you are not the intended recipient, any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender immediately and delete or destroy all copies of the original message and attachments thereto. Email sent to or from UI Health Care may be retained as required by law or regulation. Thank you.



You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHubhttps://github.com//issues/310#issuecomment-261753260, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AATr7Uv-BnP_GhlBAafOg5u0aXjc_OqPks5q_6tLgaJpZM4K2_j-.


Notice: This UI Health Care e-mail (including attachments) is covered by the Electronic Communications Privacy Act, 18 U.S.C. 2510-2521 and is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential, and exempt from disclosure under applicable law. If you are not the intended recipient, any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender immediately and delete or destroy all copies of the original message and attachments thereto. Email sent to or from UI Health Care may be retained as required by law or regulation. Thank you.



You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHubhttps://github.com//issues/310#issuecomment-261781426, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AATr7TzN1GUmsKZvczUwV0tig45N_HPMks5rAFi4gaJpZM4K2_j-.


Notice: This UI Health Care e-mail (including attachments) is covered by the Electronic Communications Privacy Act, 18 U.S.C. 2510-2521 and is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential, and exempt from disclosure under applicable law. If you are not the intended recipient, any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender immediately and delete or destroy all copies of the original message and attachments thereto. Email sent to or from UI Health Care may be retained as required by law or regulation. Thank you.


@hjmjohnson
Copy link
Member

Vince,

That is helpful information.  Do you happen to know where to find the DICOM tags that can be used to interpret those conditions?

Thanks,
Hans

From: "Vincent A. Magnotta" [email protected]
Reply-To: BRAINSia/BRAINSTools [email protected]
Date: Sunday, November 20, 2016 at 12:17 PM
To: BRAINSia/BRAINSTools [email protected]
Cc: Hans Johnson [email protected], Comment [email protected]
Subject: Re: [BRAINSia/BRAINSTools] error in NIFTItoNRRD handling of space directions (#310)

Hans,

There are two slice orderings that occur with Mosaic images from Siemens. These are completely independent.

  1. There is the slice acquisition order. This determines the order of slices and how they are acquired temporally.
  2. The second is the image sorting. This determines the order that the images are arranged in the Mosaic image. This independent of the acquisition order. This is done for convenience to sort the images in the preferred order for the radiologists.

Chris may have never changed the image sorting order of the image and that is why he has not seen the change in slice ordering within a Mosaic image.

Vince

Associate Professor
Department of Radiology
L311 PBDB
169 Newton Road
Iowa City, IA 52242
E-mail: [email protected]
Phone: 319-335-5482 Fax: 319-353-6275
Website: http://www.healthcare.uiowa.edu/Radiology

From: Hans Johnson [email protected]
Reply-To: BRAINSia/BRAINSTools [email protected]
Date: Sunday, November 20, 2016 at 8:27 AM
To: BRAINSia/BRAINSTools [email protected]
Cc: Vincent Magnotta [email protected], Mention [email protected]
Subject: Re: [BRAINSia/BRAINSTools] error in NIFTItoNRRD handling of space directions (#310)

Vince,

I am working through several issues with properly representing Nrrd files and Nifti files from DWIConvert.

Another popular tool for many dwi processing to convert dicom to NIFTI is the dcm2niix tool. I’ve previously had conversations with the author of that tool, and I thought we had resolved the interpretation issues.

rordenlab/dcm2niix#40

This is a discussion about some data that I am working with that is from BC Ho’s study.

Could you please comment if you think the comments are correct, or if you think that perhaps there is a mis-interpretation of the data that I sent?

Thanks,

Hans

From: "Vincent A. Magnotta" [email protected]
Reply-To: BRAINSia/BRAINSTools [email protected]
Date: Saturday, November 19, 2016 at 9:03 PM
To: BRAINSia/BRAINSTools [email protected]
Cc: Hans Johnson [email protected], Comment [email protected]
Subject: Re: [BRAINSia/BRAINSTools] error in NIFTItoNRRD handling of space directions (#310)

Hans

That may be the case. It is odd that the sform is wrong while the qform is correct.

Vince


Associate Professor
Department of Radiology
L311 PBDB
169 Newton Road
Iowa City, IA 52242
E-mail: [email protected]:[email protected]
Phone: 319-335-5482 Fax: 319-353-6275
Website: http://www.healthcare.uiowa.edu/Radiology

On Nov 19, 2016, at 8:07 PM, Hans Johnson <[email protected]mailto:[email protected]> wrote:

Thanks Vince. I’ll need to look into this again. I thought that if the qform is set, then the sform is NOT set, and is not used.

Hans

From: "Vincent A. Magnotta" <[email protected]mailto:[email protected]>
Reply-To: BRAINSia/BRAINSTools <[email protected]mailto:[email protected]>
Date: Saturday, November 19, 2016 at 6:29 PM
To: BRAINSia/BRAINSTools <[email protected]mailto:[email protected]>
Cc: Hans Johnson <[email protected]mailto:[email protected]>, Comment <[email protected]mailto:[email protected]>
Subject: Re: [BRAINSia/BRAINSTools] error in NIFTItoNRRD handling of space directions (#310)

Hans,

I looked at this some on Friday. Since both transforms originate from the image direction matrix, it would assume the bug could be in the helper function that generates the sform matrix from the direction cosines.

Vince

Associate Professor
Department of Radiology
L311 PBDB
169 Newton Road
Iowa City, IA 52242
E-mail: [email protected]:[email protected]
Phone: 319-335-5482 Fax: 319-353-6275
Website: http://www.healthcare.uiowa.edu/Radiology

From: Hans Johnson <[email protected]mailto:[email protected]>
Reply-To: BRAINSia/BRAINSTools <[email protected]mailto:[email protected]>
Date: Saturday, November 19, 2016 at 5:48 PM
To: BRAINSia/BRAINSTools <[email protected]mailto:[email protected]>
Cc: Vincent Magnotta <[email protected]mailto:[email protected]>, Mention <[email protected]mailto:[email protected]>
Subject: Re: [BRAINSia/BRAINSTools] error in NIFTItoNRRD handling of space directions (#310)

@vmagnottahttps://github.com/vmagnotta Vince, I'm looking at this code now. Do you happen to know where in the code the problem is occurring?


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHubhttps://github.com//issues/310#issuecomment-261747873, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AATr7foibZiSqXmc553brw1K8r5mUwHjks5q_4rfgaJpZM4K2_j-.


Notice: This UI Health Care e-mail (including attachments) is covered by the Electronic Communications Privacy Act, 18 U.S.C. 2510-2521 and is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential, and exempt from disclosure under applicable law. If you are not the intended recipient, any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender immediately and delete or destroy all copies of the original message and attachments thereto. Email sent to or from UI Health Care may be retained as required by law or regulation. Thank you.



You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHubhttps://github.com//issues/310#issuecomment-261753260, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AATr7Uv-BnP_GhlBAafOg5u0aXjc_OqPks5q_6tLgaJpZM4K2_j-.


Notice: This UI Health Care e-mail (including attachments) is covered by the Electronic Communications Privacy Act, 18 U.S.C. 2510-2521 and is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential, and exempt from disclosure under applicable law. If you are not the intended recipient, any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender immediately and delete or destroy all copies of the original message and attachments thereto. Email sent to or from UI Health Care may be retained as required by law or regulation. Thank you.



You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHubhttps://github.com//issues/310#issuecomment-261781426, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AATr7TzN1GUmsKZvczUwV0tig45N_HPMks5rAFi4gaJpZM4K2_j-.


Notice: This UI Health Care e-mail (including attachments) is covered by the Electronic Communications Privacy Act, 18 U.S.C. 2510-2521 and is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential, and exempt from disclosure under applicable law. If you are not the intended recipient, any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender immediately and delete or destroy all copies of the original message and attachments thereto. Email sent to or from UI Health Care may be retained as required by law or regulation. Thank you.



You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.

@vmagnotta
Copy link
Author

I know that this must be stored in the Siemens Private header fields of either 0029, 1010 or 0029, 1020. I will try to dig up more information of this.

Vince

Associate Professor
Department of Radiology
L311 PBDB
169 Newton Road
Iowa City, IA 52242
E-mail: [email protected]:[email protected]
Phone: 319-335-5482 Fax: 319-353-6275
Website: http://www.healthcare.uiowa.edu/Radiology

From: Hans Johnson <[email protected]mailto:[email protected]>
Reply-To: BRAINSia/BRAINSTools <[email protected]mailto:[email protected]>
Date: Sunday, November 20, 2016 at 3:02 PM
To: BRAINSia/BRAINSTools <[email protected]mailto:[email protected]>
Cc: Vincent Magnotta <[email protected]mailto:[email protected]>, Mention <[email protected]mailto:[email protected]>
Subject: Re: [BRAINSia/BRAINSTools] error in NIFTItoNRRD handling of space directions (#310)

Vince,

That is helpful information. Do you happen to know where to find the DICOM tags that can be used to interpret those conditions?

Thanks,
Hans

From: "Vincent A. Magnotta" <[email protected]mailto:[email protected]>
Reply-To: BRAINSia/BRAINSTools <[email protected]mailto:[email protected]>
Date: Sunday, November 20, 2016 at 12:17 PM
To: BRAINSia/BRAINSTools <[email protected]mailto:[email protected]>
Cc: Hans Johnson <[email protected]mailto:[email protected]>, Comment <[email protected]mailto:[email protected]>
Subject: Re: [BRAINSia/BRAINSTools] error in NIFTItoNRRD handling of space directions (#310)

Hans,

There are two slice orderings that occur with Mosaic images from Siemens. These are completely independent.

  1. There is the slice acquisition order. This determines the order of slices and how they are acquired temporally.
  2. The second is the image sorting. This determines the order that the images are arranged in the Mosaic image. This independent of the acquisition order. This is done for convenience to sort the images in the preferred order for the radiologists.

Chris may have never changed the image sorting order of the image and that is why he has not seen the change in slice ordering within a Mosaic image.

Vince

Associate Professor
Department of Radiology
L311 PBDB
169 Newton Road
Iowa City, IA 52242
E-mail: [email protected]:[email protected]
Phone: 319-335-5482 Fax: 319-353-6275
Website: http://www.healthcare.uiowa.edu/Radiology

From: Hans Johnson <[email protected]mailto:[email protected]>
Reply-To: BRAINSia/BRAINSTools <[email protected]mailto:[email protected]>
Date: Sunday, November 20, 2016 at 8:27 AM
To: BRAINSia/BRAINSTools <[email protected]mailto:[email protected]>
Cc: Vincent Magnotta <[email protected]mailto:[email protected]>, Mention <[email protected]mailto:[email protected]>
Subject: Re: [BRAINSia/BRAINSTools] error in NIFTItoNRRD handling of space directions (#310)

Vince,

I am working through several issues with properly representing Nrrd files and Nifti files from DWIConvert.

Another popular tool for many dwi processing to convert dicom to NIFTI is the dcm2niix tool. I’ve previously had conversations with the author of that tool, and I thought we had resolved the interpretation issues.

rordenlab/dcm2niix#40

This is a discussion about some data that I am working with that is from BC Ho’s study.

Could you please comment if you think the comments are correct, or if you think that perhaps there is a mis-interpretation of the data that I sent?

Thanks,

Hans

From: "Vincent A. Magnotta" <[email protected]mailto:[email protected]>
Reply-To: BRAINSia/BRAINSTools <[email protected]mailto:[email protected]>
Date: Saturday, November 19, 2016 at 9:03 PM
To: BRAINSia/BRAINSTools <[email protected]mailto:[email protected]>
Cc: Hans Johnson <[email protected]mailto:[email protected]>, Comment <[email protected]mailto:[email protected]>
Subject: Re: [BRAINSia/BRAINSTools] error in NIFTItoNRRD handling of space directions (#310)

Hans

That may be the case. It is odd that the sform is wrong while the qform is correct.

Vince


Associate Professor
Department of Radiology
L311 PBDB
169 Newton Road
Iowa City, IA 52242
E-mail: [email protected]:[email protected]:[email protected]
Phone: 319-335-5482 Fax: 319-353-6275
Website: http://www.healthcare.uiowa.edu/Radiology

On Nov 19, 2016, at 8:07 PM, Hans Johnson <[email protected]mailto:[email protected]mailto:[email protected]> wrote:

Thanks Vince. I’ll need to look into this again. I thought that if the qform is set, then the sform is NOT set, and is not used.

Hans

From: "Vincent A. Magnotta" <[email protected]mailto:[email protected]mailto:[email protected]>
Reply-To: BRAINSia/BRAINSTools <[email protected]mailto:[email protected]mailto:[email protected]>
Date: Saturday, November 19, 2016 at 6:29 PM
To: BRAINSia/BRAINSTools <[email protected]mailto:[email protected]mailto:[email protected]>
Cc: Hans Johnson <[email protected]mailto:[email protected]mailto:[email protected]>, Comment <[email protected]mailto:[email protected]mailto:[email protected]>
Subject: Re: [BRAINSia/BRAINSTools] error in NIFTItoNRRD handling of space directions (#310)

Hans,

I looked at this some on Friday. Since both transforms originate from the image direction matrix, it would assume the bug could be in the helper function that generates the sform matrix from the direction cosines.

Vince

Associate Professor
Department of Radiology
L311 PBDB
169 Newton Road
Iowa City, IA 52242
E-mail: [email protected]:[email protected]:[email protected]
Phone: 319-335-5482 Fax: 319-353-6275
Website: http://www.healthcare.uiowa.edu/Radiology

From: Hans Johnson <[email protected]mailto:[email protected]mailto:[email protected]>
Reply-To: BRAINSia/BRAINSTools <[email protected]mailto:[email protected]mailto:[email protected]>
Date: Saturday, November 19, 2016 at 5:48 PM
To: BRAINSia/BRAINSTools <[email protected]mailto:[email protected]mailto:[email protected]>
Cc: Vincent Magnotta <[email protected]mailto:[email protected]mailto:[email protected]>, Mention <[email protected]mailto:[email protected]mailto:[email protected]>
Subject: Re: [BRAINSia/BRAINSTools] error in NIFTItoNRRD handling of space directions (#310)

@vmagnottahttps://github.com/vmagnotta Vince, I'm looking at this code now. Do you happen to know where in the code the problem is occurring?


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHubhttps://github.com//issues/310#issuecomment-261747873, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AATr7foibZiSqXmc553brw1K8r5mUwHjks5q_4rfgaJpZM4K2_j-.


Notice: This UI Health Care e-mail (including attachments) is covered by the Electronic Communications Privacy Act, 18 U.S.C. 2510-2521 and is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential, and exempt from disclosure under applicable law. If you are not the intended recipient, any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender immediately and delete or destroy all copies of the original message and attachments thereto. Email sent to or from UI Health Care may be retained as required by law or regulation. Thank you.



You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHubhttps://github.com//issues/310#issuecomment-261753260, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AATr7Uv-BnP_GhlBAafOg5u0aXjc_OqPks5q_6tLgaJpZM4K2_j-.


Notice: This UI Health Care e-mail (including attachments) is covered by the Electronic Communications Privacy Act, 18 U.S.C. 2510-2521 and is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential, and exempt from disclosure under applicable law. If you are not the intended recipient, any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender immediately and delete or destroy all copies of the original message and attachments thereto. Email sent to or from UI Health Care may be retained as required by law or regulation. Thank you.



You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHubhttps://github.com//issues/310#issuecomment-261781426, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AATr7TzN1GUmsKZvczUwV0tig45N_HPMks5rAFi4gaJpZM4K2_j-.


Notice: This UI Health Care e-mail (including attachments) is covered by the Electronic Communications Privacy Act, 18 U.S.C. 2510-2521 and is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential, and exempt from disclosure under applicable law. If you are not the intended recipient, any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender immediately and delete or destroy all copies of the original message and attachments thereto. Email sent to or from UI Health Care may be retained as required by law or regulation. Thank you.



You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHubhttps://github.com//issues/310#issuecomment-261805503, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AATr7flrhgRCG-wTWcL6vNaSJi3i6iIJks5rALV-gaJpZM4K2_j-.


Notice: This UI Health Care e-mail (including attachments) is covered by the Electronic Communications Privacy Act, 18 U.S.C. 2510-2521 and is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential, and exempt from disclosure under applicable law. If you are not the intended recipient, any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender immediately and delete or destroy all copies of the original message and attachments thereto. Email sent to or from UI Health Care may be retained as required by law or regulation. Thank you.


@hjmjohnson
Copy link
Member

Thank you Vince.

Hans

From: "Vincent A. Magnotta" [email protected]
Reply-To: BRAINSia/BRAINSTools [email protected]
Date: Monday, November 21, 2016 at 11:29 AM
To: BRAINSia/BRAINSTools [email protected]
Cc: Hans Johnson [email protected], Comment [email protected]
Subject: Re: [BRAINSia/BRAINSTools] error in NIFTItoNRRD handling of space directions (#310)

I know that this must be stored in the Siemens Private header fields of either 0029, 1010 or 0029, 1020. I will try to dig up more information of this.

Vince

Associate Professor
Department of Radiology
L311 PBDB
169 Newton Road
Iowa City, IA 52242
E-mail: [email protected]:[email protected]
Phone: 319-335-5482 Fax: 319-353-6275
Website: http://www.healthcare.uiowa.edu/Radiology

From: Hans Johnson <[email protected]mailto:[email protected]>
Reply-To: BRAINSia/BRAINSTools <[email protected]mailto:[email protected]>
Date: Sunday, November 20, 2016 at 3:02 PM
To: BRAINSia/BRAINSTools <[email protected]mailto:[email protected]>
Cc: Vincent Magnotta <[email protected]mailto:[email protected]>, Mention <[email protected]mailto:[email protected]>
Subject: Re: [BRAINSia/BRAINSTools] error in NIFTItoNRRD handling of space directions (#310)

Vince,

That is helpful information. Do you happen to know where to find the DICOM tags that can be used to interpret those conditions?

Thanks,
Hans

From: "Vincent A. Magnotta" <[email protected]mailto:[email protected]>
Reply-To: BRAINSia/BRAINSTools <[email protected]mailto:[email protected]>
Date: Sunday, November 20, 2016 at 12:17 PM
To: BRAINSia/BRAINSTools <[email protected]mailto:[email protected]>
Cc: Hans Johnson <[email protected]mailto:[email protected]>, Comment <[email protected]mailto:[email protected]>
Subject: Re: [BRAINSia/BRAINSTools] error in NIFTItoNRRD handling of space directions (#310)

Hans,

There are two slice orderings that occur with Mosaic images from Siemens. These are completely independent.

  1. There is the slice acquisition order. This determines the order of slices and how they are acquired temporally.
  2. The second is the image sorting. This determines the order that the images are arranged in the Mosaic image. This independent of the acquisition order. This is done for convenience to sort the images in the preferred order for the radiologists.

Chris may have never changed the image sorting order of the image and that is why he has not seen the change in slice ordering within a Mosaic image.

Vince

Associate Professor
Department of Radiology
L311 PBDB
169 Newton Road
Iowa City, IA 52242
E-mail: [email protected]:[email protected]
Phone: 319-335-5482 Fax: 319-353-6275
Website: http://www.healthcare.uiowa.edu/Radiology

From: Hans Johnson <[email protected]mailto:[email protected]>
Reply-To: BRAINSia/BRAINSTools <[email protected]mailto:[email protected]>
Date: Sunday, November 20, 2016 at 8:27 AM
To: BRAINSia/BRAINSTools <[email protected]mailto:[email protected]>
Cc: Vincent Magnotta <[email protected]mailto:[email protected]>, Mention <[email protected]mailto:[email protected]>
Subject: Re: [BRAINSia/BRAINSTools] error in NIFTItoNRRD handling of space directions (#310)

Vince,

I am working through several issues with properly representing Nrrd files and Nifti files from DWIConvert.

Another popular tool for many dwi processing to convert dicom to NIFTI is the dcm2niix tool. I’ve previously had conversations with the author of that tool, and I thought we had resolved the interpretation issues.

rordenlab/dcm2niix#40

This is a discussion about some data that I am working with that is from BC Ho’s study.

Could you please comment if you think the comments are correct, or if you think that perhaps there is a mis-interpretation of the data that I sent?

Thanks,

Hans

From: "Vincent A. Magnotta" <[email protected]mailto:[email protected]>
Reply-To: BRAINSia/BRAINSTools <[email protected]mailto:[email protected]>
Date: Saturday, November 19, 2016 at 9:03 PM
To: BRAINSia/BRAINSTools <[email protected]mailto:[email protected]>
Cc: Hans Johnson <[email protected]mailto:[email protected]>, Comment <[email protected]mailto:[email protected]>
Subject: Re: [BRAINSia/BRAINSTools] error in NIFTItoNRRD handling of space directions (#310)

Hans

That may be the case. It is odd that the sform is wrong while the qform is correct.

Vince


Associate Professor
Department of Radiology
L311 PBDB
169 Newton Road
Iowa City, IA 52242
E-mail: [email protected]:[email protected]:[email protected]
Phone: 319-335-5482 Fax: 319-353-6275
Website: http://www.healthcare.uiowa.edu/Radiology

On Nov 19, 2016, at 8:07 PM, Hans Johnson <[email protected]mailto:[email protected]mailto:[email protected]> wrote:

Thanks Vince. I’ll need to look into this again. I thought that if the qform is set, then the sform is NOT set, and is not used.

Hans

From: "Vincent A. Magnotta" <[email protected]mailto:[email protected]mailto:[email protected]>
Reply-To: BRAINSia/BRAINSTools <[email protected]mailto:[email protected]mailto:[email protected]>
Date: Saturday, November 19, 2016 at 6:29 PM
To: BRAINSia/BRAINSTools <[email protected]mailto:[email protected]mailto:[email protected]>
Cc: Hans Johnson <[email protected]mailto:[email protected]mailto:[email protected]>, Comment <[email protected]mailto:[email protected]mailto:[email protected]>
Subject: Re: [BRAINSia/BRAINSTools] error in NIFTItoNRRD handling of space directions (#310)

Hans,

I looked at this some on Friday. Since both transforms originate from the image direction matrix, it would assume the bug could be in the helper function that generates the sform matrix from the direction cosines.

Vince

Associate Professor
Department of Radiology
L311 PBDB
169 Newton Road
Iowa City, IA 52242
E-mail: [email protected]:[email protected]:[email protected]
Phone: 319-335-5482 Fax: 319-353-6275
Website: http://www.healthcare.uiowa.edu/Radiology

From: Hans Johnson <[email protected]mailto:[email protected]mailto:[email protected]>
Reply-To: BRAINSia/BRAINSTools <[email protected]mailto:[email protected]mailto:[email protected]>
Date: Saturday, November 19, 2016 at 5:48 PM
To: BRAINSia/BRAINSTools <[email protected]mailto:[email protected]mailto:[email protected]>
Cc: Vincent Magnotta <[email protected]mailto:[email protected]mailto:[email protected]>, Mention <[email protected]mailto:[email protected]mailto:[email protected]>
Subject: Re: [BRAINSia/BRAINSTools] error in NIFTItoNRRD handling of space directions (#310)

@vmagnottahttps://github.com/vmagnotta Vince, I'm looking at this code now. Do you happen to know where in the code the problem is occurring?


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHubhttps://github.com//issues/310#issuecomment-261747873, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AATr7foibZiSqXmc553brw1K8r5mUwHjks5q_4rfgaJpZM4K2_j-.


Notice: This UI Health Care e-mail (including attachments) is covered by the Electronic Communications Privacy Act, 18 U.S.C. 2510-2521 and is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential, and exempt from disclosure under applicable law. If you are not the intended recipient, any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender immediately and delete or destroy all copies of the original message and attachments thereto. Email sent to or from UI Health Care may be retained as required by law or regulation. Thank you.



You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHubhttps://github.com//issues/310#issuecomment-261753260, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AATr7Uv-BnP_GhlBAafOg5u0aXjc_OqPks5q_6tLgaJpZM4K2_j-.


Notice: This UI Health Care e-mail (including attachments) is covered by the Electronic Communications Privacy Act, 18 U.S.C. 2510-2521 and is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential, and exempt from disclosure under applicable law. If you are not the intended recipient, any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender immediately and delete or destroy all copies of the original message and attachments thereto. Email sent to or from UI Health Care may be retained as required by law or regulation. Thank you.



You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHubhttps://github.com//issues/310#issuecomment-261781426, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AATr7TzN1GUmsKZvczUwV0tig45N_HPMks5rAFi4gaJpZM4K2_j-.


Notice: This UI Health Care e-mail (including attachments) is covered by the Electronic Communications Privacy Act, 18 U.S.C. 2510-2521 and is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential, and exempt from disclosure under applicable law. If you are not the intended recipient, any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender immediately and delete or destroy all copies of the original message and attachments thereto. Email sent to or from UI Health Care may be retained as required by law or regulation. Thank you.



You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHubhttps://github.com//issues/310#issuecomment-261805503, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AATr7flrhgRCG-wTWcL6vNaSJi3i6iIJks5rALV-gaJpZM4K2_j-.


Notice: This UI Health Care e-mail (including attachments) is covered by the Electronic Communications Privacy Act, 18 U.S.C. 2510-2521 and is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential, and exempt from disclosure under applicable law. If you are not the intended recipient, any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender immediately and delete or destroy all copies of the original message and attachments thereto. Email sent to or from UI Health Care may be retained as required by law or regulation. Thank you.



You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.

@hjmjohnson
Copy link
Member

@vmagnotta I think this is now fixed in #315

I have a test suite of 85 visualizations using both fslview and Slicer to ensure that corrections are done. I'm through 15 visualization validations (a problematic phillips, a GE, and a Siemens), and will complete the rest of the data visualizations tomorrow.

dcm2niix -> view in fslview
DWIConvert:DicomToNrrd -> View with Slicer
DWIConvert:DicomToFSL -> view in fslview
dcm2niix, DWIConvert:FSLToNrrd -> View in Slicer
DWIConvert:DicomToFSL, DWIConvert:FSLToNrrd ->View in Slicer

VisualizationValidation.pdf

I also added a new feature described in #314 , and updated the version number to 4.8.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants