Temporal interpolation and re-indexing (time_interpolation
/ std
)¶
Yaml arguments¶
The following arguments are used to configure the plugin. pyCIF will return an exception at the initialization if mandatory arguments are not specified, or if any argument does not fit accepted values or type:
Mandatory arguments¶
method: (mandatory)
Method by which the original data is temporally interpolated onto the output time-scale
accepted values: [‘linear’]
Optional arguments¶
recombine_periods: (optional): True
Recombine inputs from different sub-periods. If False, data overlapping several periods will be taken from the period with the biggest overlap with the outputs
accepted type: <class ‘str’>
Yaml template¶
Please find below a template for a Yaml configuration:
1transform:
2 plugin:
3 name: time_interpolation
4 version: std
5 type: transform
6
7 # Mandatory arguments
8 method: XXXXX
9
10 # Optional arguments
11 recombine_periods: XXXXX