STFINV library: seek source wavelet correction filter
|
std::string stfinv::tools::clipstring | ( | std::string & | s, |
const std::string & | delim = ":" |
||
) |
strip substring
Strips off first substring up to given delimiter. The string is passed as a reference and will be modified (i.e. the stripped substring as well as the delimiter will be erased).
s | input string |
delim | delimiter to look for |
Definition at line 42 of file parameterhandler.cc.
Referenced by stfinv::STFEngine::initialize(), main(), makeparamap(), and stfinv::STFBaseEngine::parseparameters().