Skip to content

← source_localization package

ROIsToVertices

Expand ROI activations such that each ROI gets broadcast to all of its vertices.

Version 0.2

Ports/Properties

data

Data to process.

  • verbose name: Data
  • default value: None
  • port type: DataPort
  • value type: Packet (can be None)
  • data direction: INOUT

nan_to_const

Vertices corresponding to ROIs with nan activations will be set to a constant value. If False (default) then they will be set to nan.

  • verbose name: Nan To Constant
  • default value: False
  • port type: BoolPort
  • value type: bool (can be None)

nan_replace

Constant value replacing nan.

  • verbose name: Nan Replacement Value
  • default value: 0.0
  • port type: FloatPort
  • value type: float (can be None)

set_breakpoint

Set a breakpoint on this node. If this is enabled, your debugger (if one is attached) will trigger a breakpoint.

  • verbose name: Set Breakpoint (Debug Only)
  • default value: False
  • port type: BoolPort
  • value type: bool (can be None)

metadata

User-definable meta-data associated with the node. Usually reserved for technical purposes.

  • verbose name: Metadata
  • default value: {}
  • port type: DictPort
  • value type: dict (can be None)