ConcatCombiner
Note
This page is a reference documentation. It only explains the class signature, and not how to use it. Please refer to the Habitat Guide and Python API guide (v2.0) for usage.
- class ConcatCombiner[source]
Bases:
objectMerge sibling blocks by placing their columns side by side.
This is the workhorse of multi-modality composition:
concat(raw("T1"), raw("T2"))yields the two-modality voxel field, andconcat(mean("T1"), std("T1"), mean("T2"))the mixed supervoxel description. Column names pass through unchanged, so the children own the naming (single-column leaves name their column after the source label; multi-column leaves suffix it).