Interpolate ADAFs with Table

../../../../../_images/interpolate.svg

Interpolate timeseries to a single timebasis. The new timebasis can either be an existing timebasis in the adaf-file or a timebasis with a timestep defined by the user. The timeseries that will be interpolated are selected in a list. The output file will contain a single system and raster with all the chosen timeseries.

class node_interpolation.InterpolationNodeADAFsFromTable[source]

Interpolation of timeseries in ADAFs using a specification table. The specification table should have two to three columns. It must have a column with the names of the signals that should be interpolated. Furthermore it should have either a column with resampling rate for each signal or a column with the names of the signals to whose time basis it should interpolate each signal. It can also have both columns and if both of them have values for the same row it will use the resample rate.

Ref. nodes:

Interpolate ADAF

Inputs:
spec : table

Specification Table

port1 : [adaf]

Input ADAFs

Outputs:
port1 : [adaf]

Interpolated ADAFs

Configuration:
Column with signal names

Resample the timeseries in this column.

Column with sample rates

The selected column should contain sample rates to which the selected signals will be resampled. At least one of this parameter and the time bases parameter must be specified.

Column with time bases

The selected column should contain existsing time bases to which the selected signals will be resampled. At least one of this parameter and the time bases parameter must be specified.

Export time basis only

Choose to only export the time basis

bool_interp_method

Method used to interpolate boolean, text, and byte string data

int_interp_method

Method used to interpolate integer data

interpolation_method

Method used to interpolate other data types