nipype.interfaces.slicer.filtering.imagelabelcombine module

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

ImageLabelCombine

Link to code

Bases: SEMLikeCommandLine

Wrapped executable: ImageLabelCombine.

title: Image Label Combine

category: Filtering

description: Combine two label maps into one

version: 0.1.0

documentation-url: http://wiki.slicer.org/slicerWiki/index.php/Documentation/4.1/Modules/ImageLabelCombine

contributor: Alex Yarmarkovich (SPL, BWH)

Optional Inputs:
  • InputLabelMap_A (a pathlike object or string representing an existing file) – Label map image. Maps to a command-line argument: %s (position: -3).

  • InputLabelMap_B (a pathlike object or string representing an existing file) – Label map image. Maps to a command-line argument: %s (position: -2).

  • OutputLabelMap (a boolean or a pathlike object or string representing a file) – Resulting Label map image. Maps to a command-line argument: %s (position: -1).

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

  • first_overwrites (a boolean) – Use first or second label when both are present. Maps to a command-line argument: --first_overwrites.

Outputs:

OutputLabelMap (a pathlike object or string representing an existing file) – Resulting Label map image.