ADAF to Tables

../../../../../_images/adaf2tables.svg

In the standard library there exist four nodes which exports data from ADAF to Table. Together with nodes for exportation in the reversed direction, Table to ADAF, one can make transitions back and forth between the two internal data types.

For all four nodes one has to specify which container in the incoming ADAF/ADAFs that is going to be exported. Selectable containers are metadata, results and timeseries, see ADAF for further information.

For two of the nodes, ADAF to Tables and Elementwise ADAFs to Tables, the full content of the specified container in the ADAF/ADAFs is exported. At selection of the timeseries container all raster are exported and each raster will generate an outgoing Table.

While for the other two nodes, ADAF to Table and ADAFs to Tables, the full content of the container is only exported if the metadata or the results container is selected. For the time-resolved data one has to select a specific raster that is going to be exported.

The exported timebases will, in the Tables, be given the name of their corrspondning rasters. It is important to know that if the name of the timebases already exists among the names of the timeseries signals, the timebases will not be exported to the Table.

class node_adaf2table.ADAF2Tables[source]

Exportation of specified data from ADAF to Tables. The data can be the full content of either the metadata, the results or the timeseries containers.

Ref. nodes:

ADAFs to Tables

Inputs:
port1 : adaf

Input ADAF

Outputs:
port1 : [table]

All data from an ADAF group as a Tables list

Configuration:
Export group

Specify group in the ADAF which will be exported