MsPASS C++ API  2.4.1.dev4+g92330b7a
Defines the C++ API for MsPASS
Loading...
Searching...
No Matches
common_multitaper.h
1/* This file contains functions common to both multitaper classes. */
2#ifndef _COMMON_MULTITAPER_H_
3#define _COMMON_MULTITAPER_H_
4#include "mspass/utility/Metadata.h"
5namespace mspass::algorithms::deconvolution {
6int ComputeTaperLength(const mspass::utility::Metadata &md);
7}
8#endif
Type-safe metadata container used throughout MsPASS.
Definition Metadata.h:101