Interpolate ADAFs with Table

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

Interpolate timeseries using a specification table.

Documentation

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.

Definition

Input ports

spec table

Specification Table

port1 [adaf]

Input ADAFs

Output ports

port1 [adaf]

Interpolated ADAFs

Configuration

(no label) (bool_interp_method)

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

Column with sample rates (dt_colname)

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.

(no label) (int_interp_method)

Method used to interpolate integer data

(no label) (interpolation_method)

Method used to interpolate other data types

Export time basis only (only_timebasis)

Choose to only export the time basis

Column with output raster names (raster_colname)

The selected column should contain raster names for the resampled rasters, OPTIONAL. When not specified, names are determined from sample rates or time bases as usual.

Column with signal names (signals_colname)

Resample the timeseries in this column.

Column with time bases (tb_colname)

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.

Examples

Implementation

class node_interpolation.InterpolateADAFsFromTable[source]