Select columns in ADAFs with structure Tables

../../../../../_images/select_adaf_columns.svg

If you’re only interested in some of the data in an ADAF (maybe for performance reasons) you can use e.g. Select columns in ADAF with structure Table.

The Table/Tables argument shall have four columns, which must be named Type, System, Raster, and Parameter. These columns hold the names of the corresponding fields in the ADAF/ADAFs.

class node_select_adaf_columns.SelectColumnsADAFsWithTables[source]
Inputs:
selection : [table]

ADAF structure selection

data : [adaf]

ADAFs data matched with selection

Outputs:
data : [adaf]

ADAFs data after selection

Configuration:
Remove selected columns

When enabled, the selected columns will be removed. When disabled, the non-selected columns will be removed.