MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / getSubsectionDefaults_

Method getSubsectionDefaults_

src/topp/FileFilter.cpp:430–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428 }
429
430 Param getSubsectionDefaults_(const String& /*section*/) const override
431 {
432 SignalToNoiseEstimatorMedian<MapType::SpectrumType> sn;
433 Param tmp;
434 tmp.insert("SignalToNoise:", sn.getParameters());
435 return tmp;
436 }
437
438 bool checkMetaOk(const MetaInfoInterface& mi, const StringList& meta_info)
439 {

Callers

nothing calls this directly

Calls 2

insertMethod · 0.45
getParametersMethod · 0.45

Tested by

no test coverage detected