fsl.wrappers.fslmaths
¶
This module provides the fslmaths
class, which acts as a wrapper
for the fslmaths
command-line tool.
-
class
fsl.wrappers.fslmaths.
fslmaths
(input)[source]¶ Bases:
object
Perform mathematical manipulation of images.
-
fillh
()[source]¶ fill holes in a binary mask (holes are internal - i.e. do not touch the edge of the FOV).
-
uthr
(image)[source]¶ use image number to upper-threshold current image (zero anything above the number).
-
bptf
(hp_sigma, lp_sigma)[source]¶ Bandpass temporal filtering; nonlinear highpass and Gaussian linear lowpass (with sigmas in volumes, not seconds); set either sigma<0 to skip that filter.
-
__dict__
= mappingproxy({'__module__': 'fsl.wrappers.fslmaths', '__doc__': 'Perform mathematical manipulation of images.', '__init__': <function fslmaths.__init__>, 'abs': <function fslmaths.abs>, 'bin': <function fslmaths.bin>, 'binv': <function fslmaths.binv>, 'recip': <function fslmaths.recip>, 'Tmean': <function fslmaths.Tmean>, 'Tstd': <function fslmaths.Tstd>, 'Tmin': <function fslmaths.Tmin>, 'Tmax': <function fslmaths.Tmax>, 'fillh': <function fslmaths.fillh>, 'ero': <function fslmaths.ero>, 'dilM': <function fslmaths.dilM>, 'dilF': <function fslmaths.dilF>, 'add': <function fslmaths.add>, 'sub': <function fslmaths.sub>, 'mul': <function fslmaths.mul>, 'div': <function fslmaths.div>, 'mas': <function fslmaths.mas>, 'rem': <function fslmaths.rem>, 'thr': <function fslmaths.thr>, 'uthr': <function fslmaths.uthr>, 'inm': <function fslmaths.inm>, 'bptf': <function fslmaths.bptf>, 'run': <function fslmaths.run>, '_fslmaths__run': <function fslmaths.__run>, '__dict__': <attribute '__dict__' of 'fslmaths' objects>, '__weakref__': <attribute '__weakref__' of 'fslmaths' objects>})¶
-
__module__
= 'fsl.wrappers.fslmaths'¶
-
__weakref__
¶ list of weak references to the object (if defined)
-
_fslmaths__run
(*cmd)¶ Run the given
fslmaths
command.
-