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

argsa unicode string

Additional parameters to the command. Maps to a command-line argument: %s.

environa 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: {})

inputLandmarkFile1a pathlike object or string representing an existing file

First input landmark file (.fcsv or .wts). Maps to a command-line argument: --inputLandmarkFile1 %s.

inputLandmarkFile2a pathlike object or string representing an existing file

Second input landmark file (.fcsv or .wts). Maps to a command-line argument: --inputLandmarkFile2 %s.

tolerancea float

The maximum error (in mm) allowed in each direction of a landmark. Maps to a command-line argument: --tolerance %f.