Detrend ADAFs¶
Remove trends from timeseries data
Documentation¶
Auto generated list version of Detrend ADAF.
In this version, the following ports from the original nodes have been changed to lists which the node loops over:
- Looped Inputs:
port1.
- Looped Outputs:
port1.
For details see the original node.
Definition¶
Input ports¶
- port1 [adaf]
Input ADAF
Output ports¶
- port1 [adaf]
Output ADAF with detrended data
Configuration¶
- Detrend function (detrend_function)
Function used to detrend data
- Timebasis (tb)
Choose a raster to select timeseries columns from
- Timeseries columns to detrend (ts)
Choose one or many timeseries columns to detrend
- Signal to preview (y_axis)
Y axis combobox
Implementation¶
- class node_detrend.DetrendADAFs[source]