1 #ifndef teca_simple_moving_average_h
2 #define teca_simple_moving_average_h
5 #include "teca_algorithm.h"
6 #include "teca_metadata.h"
29 TECA_GET_ALGORITHM_PROPERTIES_DESCRIPTION()
30 TECA_SET_ALGORITHM_PROPERTIES()
36 TECA_ALGORITHM_PROPERTY(
unsigned int, filter_width)
49 TECA_ALGORITHM_PROPERTY(
int, filter_type)
56 std::vector<teca_metadata> get_upstream_request(
58 const std::vector<teca_metadata> &input_md,
61 const_p_teca_dataset execute(
63 const std::vector<const_p_teca_dataset> &input_data,
67 unsigned int filter_width;
The interface to TECA pipeline architecture.
Definition: teca_algorithm.h:244
an algorithm that averages data in time
Definition: teca_simple_moving_average.h:20
p_teca_error_handler error_handler TECA_EXPORT
The global error handler instance.