.. _`Interpolate ADAFs with Table`: .. _`org.sysess.sympathy.data.adaf.interpolateadafswithtable`: Interpolate ADAFs with Table ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. image:: interpolate.svg :width: 48 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: :ref:`Interpolate ADAF` *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. **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 .. automodule:: node_interpolation .. class:: InterpolateADAFsFromTable Example flows ############# * :download:`InterpolateADAFs.syx `