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  May 2013

FSL May 2013

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

Re: Problem with flirt+fslroi

From:

Mark Jenkinson <[log in to unmask]>

Reply-To:

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

Date:

Fri, 10 May 2013 08:42:23 +0000

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (154 lines)

Hi,

OK, that makes more sense.
I rarely use the -usesqform option in this way as I find that the coordinates are generally unreliable, especially for getting good alignment.  So the much more common case is to do intensity-based alignment.  But I can imagine that your situation might be not be typical.  However, that's why the documentation and GUI options are lacking on this point.  I've now added something into the wiki documentation and will make a change to the FLIRT usage message in a future patch.

All the best,
	Mark


On 10 May 2013, at 08:06, "Wood, Tobias" <[log in to unmask]> wrote:

> Dear Mark,
> 
> "-usesqform -applyxfm" gives the result I want.
> 
> I had actually tried "-usesqform -init $FSLDIR/etc/flirtsch/ident.mat -applyxfm", but this doesn't work and now I understand why. flirt's usage info says "-applyxfm (applies transform (no optimisation) - requires -init)" so I was under the impression that you HAD to give the -init option as well. Perhaps it could be altered to say " requires -init or -usesqform"? I also don't see an option in the ApplyXFM GUI to use the qform instead of the identity matrix, and there's no mention of usesqform on the flirt wiki page.
> 
> Many thanks for getting this sorted out, it's going to be very handy indeed.
> 
> Toby
> 
> On 9 May 2013, at 22:21, Mark Jenkinson wrote:
> 
>> Dear Tobias,
>> 
>> This doesn't really make sense to me in the context of how FSL works.
>> Let me explain what I mean.
>> 
>> To get alignment between images we would do it in one of two ways:
>> 1 - run a registration tool (e.g. FLIRT) to derive the transformation matrix on the basis of the image contents (intensities)
>> 2 - use the nifti coordinates to define the transformation matrix (assuming that you can trust the coordinates to give you good alignment of the anatomy, which is a fairly big assumption)
>> 
>> In both cases you would resample an image according to the transformation matrix and then the result would get the same FOV, voxel size, and qform/sform information as the reference image used in the transformation (where the transformation is typically done with flirt, fnirt, or applywarp).
>> 
>> For the second case, the transformation matrix is determined using the -usesqform option in flirt (along with -applyxfm).
>> 
>> I don't understand why you "need to resample them so the image origins are the same" if you are working in FSL.  The origins would be the same after transformation in either of the above cases.  Maybe this indicates that you want to use the origin/coordinate information to derive the transformation, which would be the second case above.
>> 
>> At any rate, I don't really see what your problem is exactly, but I hope the above might help.
>> 
>> All the best,
>> 	Mark
>> 
>> 
>> 
>> 
>> On 9 May 2013, at 18:00, "Wood, Tobias" <[log in to unmask]> wrote:
>> 
>>> Hi Mark,
>>> I fear I may have obscured the real issue by mentioning fslroi. I definitely do have to worry about this - the problem occurs even if I process the entire image without any cropping. I included the fslroi commands because it allows you to demonstrate the problem on a single image.
>>> 
>>> The fundamental problem is that for some of my subjects, the separate scans are not aligned in data/voxel space because they were acquired with different origins. If I view them in fslview, they appear displaced relative to each other by a few voxels. I need to resample them so the image origins are the same and the images match up in fslview. flirt + an identity transform seems to be the standard way to do this in fsl.
>>> 
>>> Your description of the problem with the FSL origin vs NIFTI voxel origin appears to be the perfect explanation. The question now is can I work round this?
>>> 
>>> SPM's reslice command does not have this issue, and resamples the issues correctly. However my pipeline is currently fsl based and I really don't want to have to fire up matlab for this step.
>>> 
>>> Thanks,
>>> Toby
>>> 
>>> On 9 May 2013, at 17:09, Mark Jenkinson wrote:
>>> 
>>>> Hi,
>>>> 
>>>> I'm not sure what's wrong with using the direct output of fslroi, as FSL doesn't require consistent qform/sform matrices between images. It is possible you just don't need to worry about any of this.
>>>> 
>>>> All the best,
>>>> Mark
>>>> 
>>>> 
>>>> "Wood, Tobias" <[log in to unmask]> wrote:
>>>> 
>>>> 
>>>> Hi Mark,
>>>> The commands I gave aren't what I'm actually doing - they're just a minimum test case to demonstrate the problem.
>>>> 
>>>> I have multiple images per subject that I am processing simultaneously. The real aim is to crop my images to contain just the brain instead of the whole rodent head, for performance/disk space reasons. For most of the subjects fslroi by itself would be fine for this, as all the scans have the same FoV/qform/sform etc.
>>>> 
>>>> Unfortunately, for a few of the subjects the FoV was messed up slightly between scans. The only thing that changed is the displacement, not the rotation or scaling. To do voxel-wise processing of those subjects, I need to resample/interpolate them to a consistent FoV - hence the calls to flirt as well as fslroi.
>>>> 
>>>> Is there a better way to do this? Or would a minus sign or two added to the identity matrix fool flirt into making the origins co-incident?
>>>> 
>>>> Thanks,
>>>> Toby
>>>> 
>>>> On 9 May 2013, at 15:23, Mark Jenkinson wrote:
>>>> 
>>>>> Hi,
>>>>> 
>>>>> It is as I thought - you have neurologically ordered images (a positive determinant for the qform or sform matrices).  In this case the internal FSL origin (aligned by FLIRT when you specify an identity matrix) is not coincident with the NIFTI voxel origin, but is at the maximum x-coordinate.
>>>>> 
>>>>> I'm not quite sure why you'd want to do those FLIRT calls though.
>>>>> There are probably easier ways to achieve your desired goal that a mixture of fslroi and flirt.
>>>>> Feel free to explain the fundamental problem you are trying to solve.
>>>>> 
>>>>> All the best,
>>>>>   Mark
>>>>> 
>>>>> 
>>>>> 
>>>>> On 9 May 2013, at 15:04, "Wood, Tobias" <[log in to unmask]>
>>>>> wrote:
>>>>> 
>>>>>> Hi Mark,
>>>>>> Please find the headers attached. This is from a rodent subject (hence the small voxel sizes), but I have tested this on a human subject as well and seen the same problem. This particular scan was a sagittal acquisition.
>>>>>> Thanks,
>>>>>> Toby
>>>>>> 
>>>>>> On 9 May 2013, at 14:25, Mark Jenkinson wrote:
>>>>>> 
>>>>>>> Hi,
>>>>>>> 
>>>>>>> This most likely depends on whether your images are radiologically or neurologically stored.
>>>>>>> Can you send us the output of fslhd on the INPUT, REF and OUT images?
>>>>>>> 
>>>>>>> All the best,
>>>>>>> Mark
>>>>>>> 
>>>>>>> 
>>>>>>> On 9 May 2013, at 12:39, "Wood, Tobias" <[log in to unmask]> wrote:
>>>>>>> 
>>>>>>>> Dear list,
>>>>>>>> 
>>>>>>>> I discovered the following while trying to resample some scans of the same subject, but with slightly different FoVs, to a cropped sub-volume of one of those scans. The following steps should reproduce the problem with any image, e.g. if INPUT.nii is 128x128x128, with FSL 5.0.0
>>>>>>>> 
>>>>>>>> fslroi INPUT REF_0 0 64 0 64 0 64
>>>>>>>> fslroi INPUT REF_64 64 64 64 64 64 64
>>>>>>>> flirt -in INPUT -ref REF_0 -out OUT_0 -init $FSLDIR/etc/flirtsch/ident.mat -applyxfm
>>>>>>>> flirt -in INPUT -ref REF_64 -out OUT_64 -init $FSLDIR/etc/flirstsch/iden.mat -applyxfm
>>>>>>>> 
>>>>>>>> I would expect OUT_0 and OUT_64 to be perfect copies of REF_0 and REF_64 respectively. However, on my system, OUT_64 is a perfect copy of REF_0. This leads me to believe that the offsets contained within the qform/sform are not being respected properly, even though they all appear to set correctly in the various headers.
>>>>>>>> 
>>>>>>>> If I run flirt with the -v option, I get the following warning:
>>>>>>>> WARNING: Both reference and input images have an sform matrix set
>>>>>>>> The output image will use the sform from the reference image
>>>>>>>> 
>>>>>>>> Is there anyway I can get OUT_64 to match REF_64? Is this a bug?
>>>>>>>> 
>>>>>>>> Thanks in advance.
>>>>>>>> 
>>>>>>>> Dr Tobias Wood
>>>>>>>> King's College London, Department of Neuroimaging
>>>>>>>> [log in to unmask]
>>>>>> <input_hd.txt><out0_hd.txt><out96_hd.txt><ref0_hd.txt><ref96_hd.txt>
>>>>> 
>>>> 
>>> 
>>> Dr Tobias Wood
>>> King's College London, Department of Neuroimaging
>> 
> 
> Dr Tobias Wood
> King's College London, Department of Neuroimaging

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