VJoin ADAFs pairwise

../../../../../_images/vjoin_adaf.svg

Auto generated list version of VJoin ADAF.

In this version, the following ports from the original nodes have been changed to lists which the node loops over:

Looped Inputs:port1, port2.
Looped Outputs:port1.

For details see the original node.

Input ports:
port1:

[adaf]

ADAF 1

port2:

[adaf]

ADAF 2

Output ports:
port1:

[adaf]

Joined ADAF

Configuration:
Complement missing columns (fill)
Select if columns that are not represented in all Tables should be complemented
Complement strategy (fill_strategy)
When “Complement with nan or empty string” is selected missing columns will be replaced by columns of nan or empty strings. When “Mask missing values” is selected missing columns will be result in masked values
Output index (output_index)
Specify name for output index column. If left empty, no index column will be created
Increment for empty tables (minimum_increment)
Specify the increment in the outgoing index column for tables with no rows. Either 1 or 0.
Include rasters in the result (include_rasters)
Include rasters in the result.
Use raster reference time (use_reference_time)
Use raster reference time.

The vertical join, or the VJoin, of ADAF objects has the purpose to merge data from tests performed at different occasions, where the data from the occasions have been imported into different ADAFs. This opens up for the possibility to perform analysis of tests/events over the course of time.

The output of the operation is a new ADAF, where each data container is the result of a vertical join performed between the corresponding data containers of the incoming ADAFs. At the moment the output will only include the result the vertical join of the metadata and the result containers. The timeseries container will be empty in the outgoing ADAF.

The content of the metadata and the result containers are tables and the vertical join of these containers follows the procedure described in VJoin Table.

class node_vjoin_adaf.VJoinADAFLists[source]

Example flows