| 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 | { |
nothing calls this directly
no test coverage detected