1 #ifndef teca_bayesian_ar_detect_parameters_h
2 #define teca_bayesian_ar_detect_parameters_h
4 #include "teca_config.h"
5 #include "teca_algorithm.h"
23 TECA_GET_ALGORITHM_PROPERTIES_DESCRIPTION()
24 TECA_SET_ALGORITHM_PROPERTIES()
30 TECA_ALGORITHM_PROPERTY(
long, row_offset)
39 TECA_ALGORITHM_PROPERTY(
long, number_of_rows)
43 unsigned long get_parameter_table_size();
54 const_p_teca_dataset execute(
unsigned int port,
55 const std::vector<const_p_teca_dataset> &input_data,
58 void set_modified() override;
65 internals_t *internals;
The interface to TECA pipeline architecture.
Definition: teca_algorithm.h:244
An algorithm that constructs and serves up the parameter table needed to run the Bayesian AR detector...
Definition: teca_bayesian_ar_detect_parameters.h:14
p_teca_error_handler error_handler TECA_EXPORT
The global error handler instance.