JiscMail Logo
Email discussion lists for the UK Education and Research communities

Help for FSL Archives


FSL Archives

FSL Archives


FSL@JISCMAIL.AC.UK


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

FSL Home

FSL Home

FSL  June 2010

FSL June 2010

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

Re: Should I flip L-R of images from dcm2niigui (MRIcron)?

From:

Mark Jenkinson <[log in to unmask]>

Reply-To:

FSL - FMRIB's Software Library <[log in to unmask]>

Date:

Tue, 15 Jun 2010 08:06:15 +0100

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (213 lines)

Dear Clark,

I am sorry that the FAQ was out of date on this.
I have just modified the FAQ to adjust it for FSL4.1.
Basically, it no longer matters whether the storage is
"neurological" or "radiological" as the FSL tools will
work correctly with either, or even with a mix of them.
This did not use to be the case but it is now.

As for your inconsistent qform and sform - THIS IS
EXTREMELY BAD!  You should convert your images
again from the original DICOM, as if you have such
inconsistent information then there is NO WAY of
knowing which is the correct left or right in the image,
since the qform information says one thing and the
sform information says another.  This is why we have
the warnings.  We also use dcm2nii for our conversions
but have not noticed this problem.  However, we do not
use the "reoriented" images.  So check whether the other
images have consistent information in the qform and sform
(the sign of the determinant of these matrices needs to be
the same).  Just running fslorient will tell you what the
situation is.

With respect to FSLView, it is the case that it tries to display
the images in a "radiological display" although this doesn't
have an obvious meaning for images that are differently
oriented to the standard MNI152.  It is not a problem for
any of the tools how things are shown in FSLView, as all
tools will work correctly for any storage type now.  If you
do wish to see the images in the same orientation as the
MNI152 template images then you should run the command:
   fslswapdim invol RL PA IS outvol
and if it gives you the message
> Cannot perform requested swap (NERUOLOGICAL/RADIOLOGICAL storage  
> inverted)
> Try the following command instead
> Fslswapdim o_dcm2nii_Output.nii.gz LR PA IS tmp
then simply do as it says and run the command with LR PA IS instead.

I'm sorry that this is not simpler, but having both qform and sform
in the nifti standard makes some things complicated.  I am
intending to overhaul the section relating to this and provide
a small script that reorients images to match the MNI152
orientation, as that seems to be what people generally want to do.
It is not important that this is done - it is simply a preference that
people have in order to look at their data.  It is only the display
which is now affected by this - all tools process correctly as long
as the qform and sform are consistent and correct.  You should
ideally be able to tell if they are correct by looking at the labels
that FSLView attaches to the image.  If they are correct and the
qform and sform are consistent then that is enough for all tools
to work.  If you also want to see the image in the same orientation
as the MNI152 then perform the fslswapdim commands as shown
above.

I hope this helps to clarify things and make things a little less  
"blackbox".
Being able to store two different sets of orientation information
and this being somewhat separate from how they are displayed does
make it hard to follow, and I've tried to minimise the amount that
people need to worry about this.

All the best,
	Mark






On 14 Jun 2010, at 23:53, Clark Johnson wrote:

> Mark -- We use dcm2nii for conversion to NIFTI -- As Chunhui Chen  
> mentioned as this thread began -- this program's output includes an  
> image that has been reoriented -- in my case from a SAG acquisition  
> to what appears in FSLVIEW to be Radiologic.
>
> When viewed in FSLVIEW it "looks" like LAS -- the axial image has  
> the left side of the brain on the right side of the image.  But,  
> when you increment the "x" index -- FSLVIEW moves to the right side  
> of the brain.  This seems to suggest that FSLVIEW is presenting in  
> LAS -- but the byte order is actually RAS.
>
> If you request the HDR information for this file (fslhd) you get the  
> error
>
> Inconsistent left-right order stored in sform and qform in file XYZ
> Using sform instead of qform values
>
> And the output attached to this email.
>
>
> In your response on May 5th -- you indicated that FEAT / FLIRT won't  
> have any problem with an RAS oriented image (though possibly we have  
> to turn on "Full search" in FEAT).  However, the "format and  
> orientation conventions" section of the FSL documentation is still  
> pretty unambiguous about this -- stating:
>
> "NIFTI allows the left-right orientation of your data to be  
> specified but we do not recommend using anything but radiologically  
> ordered images with this release."
>
> It is this statement in the documentation that has me confused.   
> FSLVIEW is pretty clever -- but the byte order in the file does not  
> appear to be LAS  -- I am wondering if that means it's not  
> "radiologically ordered".
>
> In a previous response to this issue --
>
> https://www.jiscmail.ac.uk/cgi-bin/webadmin?A2=ind1003&L=FSL&D=0&1=FSL&9=A&J=on&d=No+Match%3BMatch%3BMatches&z=4&P=179521
>
> you suggested
>
> "If the labels that you see in FSLView (L, R, A, P, S, I) are in
> the correct places in the image then all you need to do in order
> to reorient your images to axial is:
>   fslswapdim invol RL PA IS outvol
> ..."
>
>
> In an effort to work exclusively with LAS oriented images I've tried  
> the " fslswapdim invol RL PA IS outvol" approach. As noted above,  
> the labels are correct -- I just want the byte order to reflect an  
> LAS orientation as well.
>
> For this file, the suggested fslswapdim call generates several  
> "inconsistent left-right" messages then stops with the following  
> message"
>
> Cannot perform requested swap (NERUOLOGICAL/RADIOLOGICAL storage  
> inverted)
> Try the following command instead
> Fslswapdim o_dcm2nii_Output.nii.gz LR PA IS tmp
>
> Since I think it already is RAS -- this suggested solution does not  
> seem to solve the problem
>
>
> We all love FSL tools -- but sometimes they seem a little like a  
> "blackbox"  -- things are happening and we don't really understand  
> all of the implications.  I am concerned that we are not being  
> careful enough about the L/R orientation of our data and am hoping  
> you can give me some additional guidance
>
> Thank you for all your help.
>
> Clark
>
>
>
>
> -----Original Message-----
> From: FSL - FMRIB's Software Library [mailto:[log in to unmask]] On  
> Behalf Of Mark Jenkinson
> Sent: Tuesday, May 04, 2010 3:10 PM
> To: [log in to unmask]
> Subject: Re: [FSL] Should I flip L-R of images from dcm2niigui  
> (MRIcron)?
>
> Hi,
>
> I'm not quite sure how you are defining RAS, or similar, for fslview
> *display*.
>
> Anyway, all that *really* matters is that the labels are in the
> correct places on
> the image.  It doesn't really matter which way the image is
> displayed.  All the
> FSL tools should work, regardless of which way the image is stored and
> displayed, as long as the labels are correct.  However, if the
> different images
> are very differently oriented then you should check the registrations
> carefully
> to make sure that they all work correctly.
>
> So, in summary, I wouldn't worry about swapping anything.
>
> As for FreeSurfer problems, you should email the FreeSurfer list about
> that.
>
> All the best,
> 	Mark
>
> On 4 May 2010, at 09:11, chen wrote:
>
>> Hello FSLers,
>>
>> I may be asking a stupid question but it really troubled me a while.
>>
>> I converted dicom files to nift using dcm2niigui (MRIcron). In
>> fslview, it displayed in RAS coordinates, but template of FSL are in
>> LAS coordinates. Should I filp L-R before doing any further analysis?
>> Besides, my structrual imagews were scanned in sagittal view, and
>> after  dcm2niigui transforation, it's in PIL coordinates in fslview.
>> Should I reorient the image to LAS coordinates too?
>> But the letters L R I S A P are labled correctly (at least A-P and I 
>> -
>> S are correct), which means FSL can read in orientation information
>> correctly. So I am confused whetehr I should reorient my data or not?
>> I also processed strucutre images with Freesurfer, and the results
>> between reoriented and not-reoriented images are different, so which
>> one is correct?
>>
>> Any help is appreciated,
>> Thanks!
>> --
>> Chunhui Chen
>>
>>
>> 网易为中小企业免费提供企业邮箱(自主域名)
> <o_dcm2nii_Output_HD.txt>

Top of Message | Previous Page | Permalink

JiscMail Tools


RSS Feeds and Sharing


Advanced Options


Archives

April 2024
March 2024
February 2024
January 2024
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
December 2017
November 2017
October 2017
September 2017
August 2017
July 2017
June 2017
May 2017
April 2017
March 2017
February 2017
January 2017
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
June 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
November 2015
October 2015
September 2015
August 2015
July 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
September 2010
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
2006
2005
2004
2003
2002
2001


JiscMail is a Jisc service.

View our service policies at https://www.jiscmail.ac.uk/policyandsecurity/ and Jisc's privacy policy at https://www.jisc.ac.uk/website/privacy-notice

For help and support help@jisc.ac.uk

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager