| 43 | } |
| 44 | |
| 45 | void LayerStoreDataPeakMapVisible::saveToFile(const String& path, const ProgressLogger::LogType lt) const |
| 46 | { |
| 47 | savePeakMapToFile(path, pm_, lt, getSupportedExtension_(path)); |
| 48 | } |
| 49 | |
| 50 | // helper to filter a single MS1 spectrum |
| 51 | // Returns true if filtered spectrum contains data |
no test coverage detected