Differences between revisions 6 and 9 (spanning 3 versions)
Revision 6 as of 2004-08-10 13:05:15
Size: 2142
Editor: DavidTuch
Comment: changed formatting to tables
Revision 9 as of 2008-04-29 11:45:26
Size: 2383
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## If you are modifying this page please take a look at the
## CommandTemplate page and check that this page has the latest
## CommandTemplate formatting
## Note: This page was created with the CommandTemplate
##
## If you're modifying this page please take a look at the
## latest version of CommandTemplate to ensure that you're
## using the latest version of the CommandTemplate
##
## See HelpOnCommandTemplate for description of formatting

<<Navigation(children)>>
'''Index'''
<<TableOfContents>>
Line 6: Line 15:
spatialsmooth-sess - 3D Gaussian ["Smoothing"] using ["FSL"] IP spatialsmooth-sess - 3D Gaussian [[Smoothing]] using [[FSL]] IP
Line 9: Line 18:
spatialsmooth-sess -i [instem] -o [outstem] -fwhm [fwhm] -s [sessid] or -sf [sessidfile] -d [srchdir] or -df [srchdirfile] [<options>] spatialsmooth-sess -i instem -o outstem -fwhm FWHM -s sessid -d srchdir [<options>] <<BR>>
spatialsmooth-sess -i instem -o outstem -fwhm FWHM -sf sessidfile -df srchdirfile [<options>]
Line 11: Line 21:
= Positional Arguments = = Arguments =
=
= Positional Arguments ==
Line 14: Line 25:
= Required Flagged Arguments =
|| -i [instem]
|| input functional volume stem ||
|| -o [outstem] || output functional volume stem ||
|| -fwhm [fwhm] || gaussian fwhm (sigma = fwhm/2.36) ||
|| -s [sessid] or -sf [sessidfile] || ||
|| -d [srchdir] or -df [srchdirfile] || ||
== Required Flagged Arguments ==
|| -i instem
|| input functional volume stem ||
|| -o outstem || output functional volume stem ||
|| -fwhm FWHM || gaussian fwhm (sigma = fwhm/2.36) ||
|| -s sessid or -sf sessidfile || ||
|| -d srchdir or -df srchdirfile || ||
Line 21: Line 32:
= Optional Flagged Arguments =
|| -fsd [fsdir] || ||
== Optional Flagged Arguments ==
|| -fsd fsdir || ||
Line 24: Line 35:
|| -umask [umask] || set unix file permission to [umask] || || -umask umask || set unix file permission to [umask] ||
Line 29: Line 40:
|| [outstem] || smoothed volume || || outstem || ouput volume ||
Line 32: Line 43:
spatialsmooth-sess performs 3D Gaussian spatial ["Smoothing"] using the ["FSL"] IP program. It will operate on the input volume in each run. The output volume will be placed in the same directory. FWHM is the full-width, half-maximum of the spatial filter gaussian (sigma = fwhm/2.36). spatialsmooth-sess performs 3D Gaussian spatial [[Smoothing]] using the [[FSL]] IP program. It will operate on the input volume in each run. The output volume will be placed in the same directory. FWHM is the full-width, half-maximum of the spatial filter gaussian (sigma = fwhm/2.36).
Line 34: Line 45:
= Example 1 = = Examples =
=
= Example 1 ==
Line 37: Line 49:
Smooth the motion corrected volume with a gaussian kernel with FWHM of 5 mm. The result will be placed in the volume fmcsm5. This is the stem that should be referenced when creating the anlysis. It will also automatically run intensity normalization (ie, ["inorm-sess"]) for the smoothed volume unless -noinorm is specified. Smooth the motion corrected volume with a gaussian kernel with FWHM of 5 mm. The result will be placed in the volume fmcsm5. This is the stem that should be referenced when creating the anlysis. It will also automatically run intensity normalization (ie, [[inorm-sess]]) for the smoothed volume unless -noinorm is specified.
Line 39: Line 51:
= Example 2 = == Example 2 ==
Line 44: Line 56:
= Bugs =
none
Line 45: Line 60:
["inorm-sess"]

= Author/s =
DougGreve
[[inorm-sess]]
Line 51: Line 63:
FsFast, ["FSL"] FsFast, [[FSL]]

= Methods Description =
{{{
The data were smoothed using a 3D Gaussian kernel with FWHM [FWHM]mm.
}}}
Line 54: Line 71:
None none
Line 59: Line 76:
= Methods Description =
{{{
The data were smoothed using a 3D Gaussian kernel with FWHM [fwhm]mm.
}}}

= Category =
CategoryFsFastCommandsSmoothing
= Author/s =
DougGreve

Index

Name

spatialsmooth-sess - 3D Gaussian Smoothing using FSL IP

Synopsis

spatialsmooth-sess -i instem -o outstem -fwhm FWHM -s sessid -d srchdir [<options>]
spatialsmooth-sess -i instem -o outstem -fwhm FWHM -sf sessidfile -df srchdirfile [<options>]

Arguments

Positional Arguments

none

Required Flagged Arguments

-i instem

input functional volume stem

-o outstem

output functional volume stem

-fwhm FWHM

gaussian fwhm (sigma = fwhm/2.36)

-s sessid or -sf sessidfile

-d srchdir or -df srchdirfile

Optional Flagged Arguments

-fsd fsdir

-noinorm

do not intensity norm smoothed volume

-umask umask

set unix file permission to [umask]

-version

print version and exit

-help

print help and exit

Outputs

outstem

ouput volume

Description

spatialsmooth-sess performs 3D Gaussian spatial Smoothing using the FSL IP program. It will operate on the input volume in each run. The output volume will be placed in the same directory. FWHM is the full-width, half-maximum of the spatial filter gaussian (sigma = fwhm/2.36).

Examples

Example 1

spatialsmooth-sess -s sessid -d sessdir -i fmc -o fmcsm5 -fwhm 5

Smooth the motion corrected volume with a gaussian kernel with FWHM of 5 mm. The result will be placed in the volume fmcsm5. This is the stem that should be referenced when creating the anlysis. It will also automatically run intensity normalization (ie, inorm-sess) for the smoothed volume unless -noinorm is specified.

Example 2

spatialsmooth-sess

description

Bugs

none

See Also

inorm-sess

Links

FsFast, FSL

Methods Description

The data were smoothed using a 3D Gaussian kernel with FWHM [FWHM]mm.

References

none

Reporting Bugs

Report bugs to <analysis-bugs@nmr.mgh.harvard.edu>

Author/s

DougGreve

spatialsmooth-sess (last edited 2008-04-29 11:45:26 by localhost)