You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* master:
Fixed file extension
Fixed test files import.
fixed possible values for -datatype parameter of tracks2prob interface. Previous values were in error. correct values obtained from: http://www.brain.org.au/software/mrtrix/general/formats.html#datatypes
autogenerated tests
added dummy files for testing new mrtrix interfaces
updated CHANGES log
Updated new mrtrix interfaces to new out_file format
Added GenerateDirections, FindShPeaks, Directions2Amplitude interfaces wrapping gendir, find_SH_peaks and dir2amp mrtrix commands.
tst: auto test generation for FUGUE
fix: warp/unwarp arg parsing for use w/o an in_file
fix: typo in fugue parameter
add: pycharm .idea/ directory to .gitignore
desc='phi theta. the direction of a peak to estimate. The algorithm will attempt to find the same number of peaks as have been specified using this option ' \
338
+
' phi: the azimuthal angle of the direction (in degrees). theta: the elevation angle of the direction (in degrees, from the vertical z-axis)')
339
+
peak_threshold=traits.Float(argstr='-threshold %s', desc='only peak amplitudes greater than the threshold will be considered')
340
+
display_info=traits.Bool(argstr='-info', desc='Display information messages.')
341
+
quiet_display=traits.Bool(argstr='-quiet', desc='do not display information messages or progress status.')
in_file=File(exists=True, argstr='%s', mandatory=True, position=-2, desc='the input directions image. Each volume corresponds to the x, y & z component of each direction vector in turn.')
372
+
peaks_image=File(exists=True, argstr='-peaks %s', desc='the program will try to find the peaks that most closely match those in the image provided')
373
+
num_peaks=traits.Int(argstr='-num %s', desc='the number of peaks to extract (default is 3)')
desc='phi theta. the direction of a peak to estimate. The algorithm will attempt to find the same number of peaks as have been specified using this option ' \
376
+
' phi: the azimuthal angle of the direction (in degrees). theta: the elevation angle of the direction (in degrees, from the vertical z-axis)')
377
+
display_info=traits.Bool(argstr='-info', desc='Display information messages.')
378
+
quiet_display=traits.Bool(argstr='-quiet', desc='do not display information messages or progress status.')
0 commit comments