nipype.interfaces.semtools.testing.generateaveragelmkfile module

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

GenerateAverageLmkFile

Link to code

Bases: SEMLikeCommandLine

Wrapped executable: GenerateAverageLmkFile.

title: Average Fiducials

category: Testing

description: This program gets several fcsv file each one contains several landmarks with the same name but slightly different coordinates. For EACH landmark we compute the average coordination.

contributor: Ali Ghayoor

Optional Inputs:
  • args (a 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: {})

  • inputLandmarkFiles (a list of items which are a string) – Input landmark files names (.fcsv or .wts). Maps to a command-line argument: --inputLandmarkFiles %s.

  • outputLandmarkFile (a boolean or a pathlike object or string representing a file) – Output landmark file name that includes average values for landmarks (.fcsv or .wts). Maps to a command-line argument: --outputLandmarkFile %s.

Outputs:

outputLandmarkFile (a pathlike object or string representing an existing file) – Output landmark file name that includes average values for landmarks (.fcsv or .wts).