ADAF to ADAFs

../../../../../_images/adaf2adafs.svg

The internal dataformat ADAF can either be represented with a single ADAF or with a list of ADAFs. Most of the nodes that operates upon ADAFs can handle both representations, but there exist nodes which only can handle one of the two. With the considered node it is possible to make a transition from a single ADAF into a list of ADAFs. There do also exist a node for the opposite transition, Get Item ADAF. These two simple operations extend the spectrum of available ADAF operations in the node library.

class node_adaf2adafs.ADAF2ADAFs(*args, **kwargs)[source]

Convert a single ADAF into a list of ADAFs. The incoming ADAF will be the only element in the outgoing list.

Inputs:
port1 : ADAF

ADAF with data

Outputs:
port1 : ADAFs

ADAFs with the incoming ADAF as its only element.

Configuration:

No configuration.

Opposite node:

Get Item ADAF

Ref. nodes: