Interpolate ADAFs with Table¶
Interpolation of data
Documentation
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.
Definition
Input ports
- spec
table
Specification Table
- port1
[adaf]
Input ADAFs
Output ports
- port1
[adaf]
Interpolated ADAFs
- Configuration:
- Column with signal names (signals_colname)
Resample the timeseries in this column.
- 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.
- 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.
- Round time steps in raster name (deprecated) (rounded_raster_names)
Round time step to two significant digits in raster names. This can lead to problems if two or more time steps are very close and result in the same raster name. This option is deprecated and will not be available in Sympathy 4.0.
- Export time basis only (only_timebasis)
Choose to only export the time basis
- (no label) (bool_interp_method)
Method used to interpolate boolean, text, and byte string data
- (no label) (int_interp_method)
Method used to interpolate integer data
- (no label) (interpolation_method)
Method used to interpolate other data types
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.
Related nodes
Example flows