#include <vector>
Go to the source code of this file.
Functions | |
void | do_frugal_update (short &median, int &runningDiff, const short sample, const int ncontig) |
std::vector< short > | frugal_pedestal_sigkill (const std::vector< short > &raw_in, const int lookahead, const int threshold, const int ncontig) |
std::vector< short > | frugal_iqr (const std::vector< short > &raw_in, const std::vector< short > &median, const int ncontig) |
std::vector< short > | frugal_pedestal (const std::vector< short > &raw_in, const int ncontig) |
std::vector< short > | apply_fir_filter (const std::vector< short > &input, const size_t ntaps, const short *taps) |
std::vector<short> apply_fir_filter | ( | const std::vector< short > & | input, |
const size_t | ntaps, | ||
const short * | taps | ||
) |
Definition at line 104 of file AlgParts.h.
void do_frugal_update | ( | short & | median, |
int & | runningDiff, | ||
const short | sample, | ||
const int | ncontig | ||
) |
Definition at line 6 of file AlgParts.h.
std::vector<short> frugal_iqr | ( | const std::vector< short > & | raw_in, |
const std::vector< short > & | median, | ||
const int | ncontig | ||
) |
Definition at line 59 of file AlgParts.h.
std::vector<short> frugal_pedestal | ( | const std::vector< short > & | raw_in, |
const int | ncontig | ||
) |
Definition at line 86 of file AlgParts.h.
std::vector<short> frugal_pedestal_sigkill | ( | const std::vector< short > & | raw_in, |
const int | lookahead, | ||
const int | threshold, | ||
const int | ncontig | ||
) |
Definition at line 21 of file AlgParts.h.