Citlali
Loading...
Searching...
No Matches
despike2.h
Go to the documentation of this file.
1#pragma once
2
3#include <Eigen/Core>
4
5#include <tula/logging.h>
6
7#include <tula/algorithm/mlinterp/mlinterp.hpp>
9
10
11namespace timestream {
12
13class Despiker2 {
14public:
15 void despike();
16
17};
18
20
21}
22
23
24} // namespace timestream
Definition despike2.h:13
void despike()
Definition despike2.h:19
Definition clean.h:10