VSplit ADAF

../../../../../_images/vsplit_adaf.svg

The node performs a vertical, rowwise, split of ADAF. The vertical split, or VSplit, is the inverse operation compared to the vertical join, see VJoin ADAF.

The vertical split operation is only applied on the content of the metadata and result containers. The timeseries container is not included, since the inverse operation, VJoin, is not defined for this container. The content of the metadata and the result containers are tables and the vertical split of these containers follows the procedure described in VSplit Table. For the split to be well defined, the Input Index column is required in metadata and result containers.

class node_vsplit_adafs.VSplitADAFNode[source]

Vertical split of ADAF into ADAFs.

Opposite node:

VJoin ADAF

Inputs:
port1 : adaf

Input ADAF

Outputs:
port1 : [adaf]

Split ADAFs

Configuration:
Remove fill

Remove split columns which contain only NaN.

Input Index

Choose name for grouped index column. Required in both metadata and results.

Include rasters in the result

Include rasters in the result.