help
help > Changing ART presets in batch preprocessing
Sep 2, 2015 09:09 PM | Ruth Shaffer
Changing ART presets in batch preprocessing
Hello,
I am trying to batch preprocess resting state data and am using the following step to start ART motion scrubbing and smoothing:
conn_setup_preproc({'functional_art','functional_smooth'},'art_thresholds',[value1 value2],'fwhm',value3);
I am trying to change the following presets within functional_art:
use diff global: yes
use abs global: no
use diff motion: yes
use abs motion: no
use comp motion: yes
to be this instead:
use diff global: no
use abs global: yes
use diff motion: no
use abs motion: yes
use comp motion: yes
But am running into difficulty and couldn't find this in the manual. Is there a name for these specifications that we could follow with 1's and 0's and insert into the code above to indicate the options we select (sort of like the 'art_thresholds',[value1 value2] part of the code above)?
Thank you in advance for any help on this you can give me!
Best,
Ruth Shaffer
I am trying to batch preprocess resting state data and am using the following step to start ART motion scrubbing and smoothing:
conn_setup_preproc({'functional_art','functional_smooth'},'art_thresholds',[value1 value2],'fwhm',value3);
I am trying to change the following presets within functional_art:
use diff global: yes
use abs global: no
use diff motion: yes
use abs motion: no
use comp motion: yes
to be this instead:
use diff global: no
use abs global: yes
use diff motion: no
use abs motion: yes
use comp motion: yes
But am running into difficulty and couldn't find this in the manual. Is there a name for these specifications that we could follow with 1's and 0's and insert into the code above to indicate the options we select (sort of like the 'art_thresholds',[value1 value2] part of the code above)?
Thank you in advance for any help on this you can give me!
Best,
Ruth Shaffer
Threaded View
Title | Author | Date |
---|---|---|
Ruth Shaffer | Sep 2, 2015 | |
Alfonso Nieto-Castanon | Sep 3, 2015 | |
Ruth Shaffer | Sep 4, 2015 | |