nipype.interfaces.semtools.testing.landmarkscompare module

Autogenerated file - DO NOT EDIT If you spot a bug, please report it on the mailing list and/or change the generator.

LandmarksCompare

Link to code

Bases: SEMLikeCommandLine

Wrapped executable: LandmarksCompare.

title: Compare Fiducials

category: Testing

description: Compares two .fcsv or .wts text files and verifies that they are identicle. Used for testing landmarks files.

contributor: Ali Ghayoor

args : a unicode string
Additional parameters to the command. Maps to a command-line argument: %s.
environ : a dictionary with keys which are a bytes or None or a value of class ‘str’ and with values which are a bytes or None or a value of class ‘str’
Environment variables. (Nipype default value: {})
inputLandmarkFile1 : a pathlike object or string representing an existing file
First input landmark file (.fcsv or .wts). Maps to a command-line argument: --inputLandmarkFile1 %s.
inputLandmarkFile2 : a pathlike object or string representing an existing file
Second input landmark file (.fcsv or .wts). Maps to a command-line argument: --inputLandmarkFile2 %s.
tolerance : a float
The maximum error (in mm) allowed in each direction of a landmark. Maps to a command-line argument: --tolerance %f.