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
outputVolume=traits.Str(desc="Output filename (.nhdr or .nrrd)", argstr="--outputVolume %s")
12
13
smallGradientThreshold=traits.Float(desc="If a gradient magnitude is greater than 0 and less than smallGradientThreshold, then DicomToNrrdConverter will display an error message and quit, unless the useBMatrixGradientDirections option is set.", argstr="--smallGradientThreshold %f")
13
-
writeProtocolGradientsFile=traits.Bool(desc="Write the protocol gradients to a file suffixed by \".txt\" as they were specified in the procol by multiplying each diffusion gradient direction by the measurement frame. This file is for debugging purposes only, the format is not fixed, and will likely change as debugging of new dicom formats is necessary.", argstr="--writeProtocolGradientsFile ")
14
+
writeProtocolGradientsFile=traits.Bool(desc="Write the protocol gradients to a file suffixed by \'.txt\' as they were specified in the procol by multiplying each diffusion gradient direction by the measurement frame. This file is for debugging purposes only, the format is not fixed, and will likely change as debugging of new dicom formats is necessary.", argstr="--writeProtocolGradientsFile ")
14
15
useIdentityMeaseurementFrame=traits.Bool(desc="Adjust all the gradients so that the measurement frame is an identity matrix.", argstr="--useIdentityMeaseurementFrame ")
15
16
useBMatrixGradientDirections=traits.Bool(desc="Fill the nhdr header with the gradient directions and bvalues computed out of the BMatrix. Only changes behavior for Siemens data.", argstr="--useBMatrixGradientDirections ")
16
17
@@ -19,7 +20,7 @@ class DicomToNrrdConverterOutputSpec(TraitedSpec):
19
20
outputDirectory=Directory(desc="Directory holding the output NRRD format", exists=True)
20
21
21
22
22
-
classDicomToNrrdConverter(SlicerCommandLine):
23
+
classDicomToNrrdConverter(SEMLikeCommandLine):
23
24
"""title: DICOM to NRRD Converter
24
25
25
26
category: Converters
@@ -45,6 +46,7 @@ class DicomToNrrdConverter(SlicerCommandLine):
0 commit comments