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  August 2010

FSL August 2010

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

Re: MELODIC group ICA has no components

From:

Isabella Murphy <[log in to unmask]>

Reply-To:

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

Date:

Thu, 19 Aug 2010 16:17:01 -0400

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (347 lines)

Hi Stephen,

After using data without motion correction and remove slice mean, now
I can use Melodic Multi-session temporal concatenation with 6 runs
from the same subject.

However, the result is weird. Below are the links of the output of 2 components
and registration report of one of the run. I use default setting from
the Melodic gui for Data, Pre-stats, Registration and Post-stat

http://www.flickr.com/photos/40507517@N06/4907933869/
http://www.flickr.com/photos/40507517@N06/4907933747/
http://www.flickr.com/photos/40507517@N06/4907933795/

I also have 2 questions,
1: in the registration output, there are red lines align outside of
the brain. Is this cause the ICA output do not align with the
background image? What are those red lines stand for?
2: after running Melodic Multi-session temporal concatenation, the
result melodic_IC.nii.gz is in subject space or reference space?

Thank you very much for your help!
Sincerely,
Isabella

On Wed, Aug 18, 2010 at 4:42 AM, Stephen Smith <[log in to unmask]> wrote:
> Hi - this still sounds really odd - like there's a problem with running out
> of RAM/swap, or something weird in your data.
> What resolution is the concatenated data?
> Try converting the data to floats, also look carefully at the concatenated
> timeseries in FSLView.  The line
>
> /usr/local/fsl/bin/fslstats prefiltered_func_data -k mask -p 50
> 0.000000
>
> suggests that something is problematic in the data you're feeding in…..?
> Cheers.
>
> On 17 Aug 2010, at 15:41, Isabella Murphy wrote:
>
> Hi Stephen,
>
> I have prefiltered_func_data_smooth in
> ~/fsl-4.1.6-feeds/data/fmri.feat/prefiltered_func_data_smooth.nii.gz
>
> I can view it with FSLView
>
> when I run fslstats prefiltered_func_data_smooth -r -R, I got 0.000000
> 8756.932617 0.000000 14402.849609
>
> If I do the same 2 runs as single-session ICA, no problem.
>
> Also, if I concatenate the same 2 runs outside of FSL using other
> software (Bioimagesuite) then run in Melodic using single-session ICA,
> turn off all the pre-stats options,uncheck everything in Registration
> tab, uncheck Threshold IC maps in Post-Stats tab, it will not work
> neither:
>
> Progress Report / Log
> Started at Tue Aug 17 10:38:57 EDT 2010
>
> Main script
>
> /bin/cp /tmp/feat_2dgDV8.fsf design.fsf
>
> mkdir .files;cp /usr/local/fsl/doc/fsl.css .files;ln -s
> /usr/local/fsl/doc/images .files/images
>
> /usr/local/fsl/bin/fsl_sub -T 45 -l logs -N feat2_pre
> /usr/local/fsl/bin/feat
> /Users/administrator/Desktop/concatenated2runs.ica/design.fsf -D
> /Users/administrator/Desktop/concatenated2runs.ica -I 1 -prestats
> 6056
>
> Prestats
>
> /usr/local/fsl/bin/fslmaths
> /Users/administrator/testdata/fastICA/tr6381_bis_intrinput
> prefiltered_func_data -odt float
> Total original volumes = 458
>
> /usr/local/fsl/bin/fslroi prefiltered_func_data example_func 229 1
>
> /usr/local/fsl/bin/fslstats prefiltered_func_data -p 2 -p 98
> -1.247978 1.251370
>
> /usr/local/fsl/bin/fslmaths prefiltered_func_data -thr -0.9980432
> -Tmin -bin mask -odt char
>
> /usr/local/fsl/bin/fslstats prefiltered_func_data -k mask -p 50
> 0.000000
>
> /usr/local/fsl/bin/fslmaths mask -dilF mask
>
> /usr/local/fsl/bin/fslmaths prefiltered_func_data -mas mask
> prefiltered_func_data_thresh
> divide by zero
>    while executing
> "expr $normmean / $median_intensity "
>    (procedure "feat5:proc_prestats" line 406)
>    invoked from within
> "feat5:proc_prestats $session "
>    ("-prestats" arm line 2)
>    invoked from within
> "switch -- [ lindex $argv $argindex ] {
>
> -I {
>    incr argindex 1
>    set session [ lindex $argv $argindex ]
> }
>
> -D {
>    incr argindex 1
>    set..."
>    ("for" body line 2)
>    invoked from within
> "for { set argindex 1 } { $argindex < $argc } { incr argindex 1 } {
>    switch -- [ lindex $argv $argindex ] {
>
> -I {
>    incr argindex 1
>    set ses..."
>    (file "/usr/local/fsl/bin/feat" line 137)
>
>
>
> I have OS X 10.5.8, FSL build 416
> Thank you very much!
> Isabella
>
> On Tue, Aug 17, 2010 at 3:01 AM, Stephen Smith <[log in to unmask]> wrote:
>
> Hi - something is going wrong in the middle of the preprocessing, which is
>
> very strange. Can you find the image file:
>
> prefiltered_func_data_smooth
>
> and view it is FSLView and also run
>
> fslstats prefiltered_func_data_smooth -r -R
>
> This would suggest to me that maybe you ran out of disk space or quota
>
> during the analysis?
>
> Cheers.
>
> On 16 Aug 2010, at 16:54, Isabella Murphy wrote:
>
> Hi Stephen and Harry,
>
> I have difficulty to use MELODIC with Multi-session temporal concatenation
>
> as well. I tried to give 2 runs of the same subject, I also tried to give 1
>
> run of 2 different subjects. Both seems to have some problem at registration
>
> stage. I tried to turn off all the pre-processing options and do not provide
>
> any image for registration, the result still the same. It seems something
>
> wrong at the registration stage (the registration results missing 1 image)
>
> and there is no ICA component calculated.
>
> Below is a log after I do 2 runs of 1 subject using Multi-session temporal
>
> concatenation. I am running MELODIC 3.10 on mac 10.5. Thank you for your
>
> help.
>
> Sincerely,
>
> Isabella Murphy
>
> Programming Assistant II
>
> Department of Diagnostic Radiology
>
> Yale University
>
>
> Progress Report / Log
>
> Started at Thu Aug 12 17:00:36 EDT 2010
>
> Main script
>
> /bin/cp /tmp/feat_0vh6E9.fsf design.fsf
>
> mkdir .files;cp /usr/local/fsl/doc/fsl.css .files;ln -s
>
> /usr/local/fsl/doc/images .files/images
>
> /usr/local/fsl/bin/fsl_sub -T 45 -l logs -N feat2_pre
>
>   /usr/local/fsl/bin/feat /Users/administrator/Desktop/2runs.ica/design.fsf
>
> -D /Users/administrator/Desktop/2runs.ica -I 1 -prestats
>
> 14541
>
>
> Prestats
>
> /usr/local/fsl/bin/fslmaths
>
> /Users/administrator/testdata/fastICA/tr6381_bis_intrinput
>
> prefiltered_func_data -odt float
>
> Total original volumes = 458
>
> /usr/local/fsl/bin/fslroi prefiltered_func_data example_func 229 1
>
> /usr/local/fsl/bin/fslmaths prefiltered_func_data -Tmean mean_func
>
> /usr/local/fsl/bin/bet2 mean_func mask -f 0.3 -n -m; /usr/local/fsl/bin/immv
>
> mask_mask mask
>
> /usr/local/fsl/bin/fslmaths prefiltered_func_data -mas mask
>
> prefiltered_func_data_bet
>
> /usr/local/fsl/bin/fslstats prefiltered_func_data_bet -p 2 -p 98
>
> -1.247978 1.251370
>
> /usr/local/fsl/bin/fslmaths prefiltered_func_data_bet -thr -0.9980432 -Tmin
>
> -bin mask -odt char
>
> /usr/local/fsl/bin/fslstats prefiltered_func_data -k mask -p 50
>
> 0.000000
>
> /usr/local/fsl/bin/fslmaths mask -dilF mask
>
> /usr/local/fsl/bin/fslmaths prefiltered_func_data -mas mask
>
> prefiltered_func_data_thresh
>
> /usr/local/fsl/bin/fslmaths prefiltered_func_data_thresh -Tmean mean_func
>
> /usr/local/fsl/bin/susan prefiltered_func_data_thresh 0.9359835
>
> 2.12314225053 3 1 1 mean_func 0.9359835 prefiltered_func_data_smooth
>
> /usr/local/fsl/bin/fslmaths prefiltered_func_data_smooth -mas mask
>
> prefiltered_func_data_smooth
>
> ** ERROR (nifti_image_read): failed to find header file for
>
> 'prefiltered_func_data_smooth'
>
> ** ERROR: nifti_image_open(prefiltered_func_data_smooth): bad header info
>
> Error: failed to open file prefiltered_func_data_smooth
>
> Cannot open volume prefiltered_func_data_smooth for reading!
>
> divide by zero
>
>    while executing
>
> "expr $normmean / $median_intensity "
>
>    (procedure "feat5:proc_prestats" line 406)
>
>    invoked from within
>
> "feat5:proc_prestats $session "
>
>    ("-prestats" arm line 2)
>
>    invoked from within
>
> "switch -- [ lindex $argv $argindex ] {
>
> -I {
>
>    incr argindex 1
>
>    set session [ lindex $argv $argindex ]
>
> }
>
> -D {
>
>    incr argindex 1
>
>    set..."
>
>    ("for" body line 2)
>
>    invoked from within
>
> "for { set argindex 1 } { $argindex < $argc } { incr argindex 1 } {
>
>    switch -- [ lindex $argv $argindex ] {
>
> -I {
>
>    incr argindex 1
>
>    set ses..."
>
>    (file "/usr/local/fsl/bin/feat" line 137)
>
>
>
> ---------------------------------------------------------------------------
>
> Stephen M. Smith, Professor of Biomedical Engineering
>
> Associate Director,  Oxford University FMRIB Centre
>
> FMRIB, JR Hospital, Headington, Oxford  OX3 9DU, UK
>
> +44 (0) 1865 222726  (fax 222717)
>
> [log in to unmask]    http://www.fmrib.ox.ac.uk/~steve
>
> ---------------------------------------------------------------------------
>
>
>
>
>
>
>
> ---------------------------------------------------------------------------
> Stephen M. Smith, Professor of Biomedical Engineering
> Associate Director,  Oxford University FMRIB Centre
>
> FMRIB, JR Hospital, Headington, Oxford  OX3 9DU, UK
> +44 (0) 1865 222726  (fax 222717)
> [log in to unmask]    http://www.fmrib.ox.ac.uk/~steve
> ---------------------------------------------------------------------------
>
>
>
>

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