Select columns in ADAFs with structure Table¶
Select the columns to keep in ADAF using selection table created by ADAF structure to table
Documentation¶
Auto generated list version of Select columns in ADAF with structure Table.
In this version, the following ports from the original nodes have been changed to lists which the node loops over:
- Looped Inputs
data.
- Looped Outputs
data.
For details see the original node.
Definition¶
Input ports¶
- selection table
ADAF structure selection
- data [adaf]
ADAF data matched with selection
Output ports¶
- data [adaf]
ADAF data after selection
Configuration¶
- Remove selected columns (complement)
When enabled, the selected columns will be removed. When disabled, the non-selected columns will be removed.
Implementation¶
- class node_select_adaf_columns.SelectColumnsADAFsWithTable[source]