libpappsomspp
Library for mass spectrometry
Loading...
Searching...
No Matches
tracedetectionmoulon.h
Go to the documentation of this file.
1
/*******************************************************************************
2
* Copyright (c) 2015 Olivier Langella <Olivier.Langella@moulon.inra.fr>.
3
*
4
* This file is part of the PAPPSOms++ library.
5
*
6
* PAPPSOms++ is free software: you can redistribute it and/or modify
7
* it under the terms of the GNU General Public License as published by
8
* the Free Software Foundation, either version 3 of the License, or
9
* (at your option) any later version.
10
*
11
* PAPPSOms++ is distributed in the hope that it will be useful,
12
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
* GNU General Public License for more details.
15
*
16
* You should have received a copy of the GNU General Public License
17
* along with PAPPSOms++. If not, see <http://www.gnu.org/licenses/>.
18
*
19
* Contributors:
20
* Olivier Langella <Olivier.Langella@moulon.inra.fr> - initial API and
21
*implementation
22
******************************************************************************/
23
24
#pragma once
25
26
27
#include "
tracedetectioninterface.h
"
28
#include "
pappsomspp/core/processing/filters/filtermorpho.h
"
29
30
namespace
pappso
31
{
32
33
34
class
PMSPP_LIB_DECL
TraceDetectionMoulon
:
public
TraceDetectionInterface
35
{
36
37
public
:
38
TraceDetectionMoulon
(
unsigned
int
smoothing_half_window_length,
39
pappso_double
tic_start,
40
pappso_double
tic_stop);
41
TraceDetectionMoulon
(
const
TraceDetectionMoulon
&other);
42
virtual
~TraceDetectionMoulon
();
43
44
45
void
setFilterMorphoMean(
const
FilterMorphoMean
&smooth);
46
void
setTicStart(
double
tic_start);
47
void
setTicStop(
double
tic_stop);
48
49
unsigned
int
getSmoothingHalfEdgeWindows()
const
;
50
pappso_double
getTicStart()
const
;
51
pappso_double
getTicStop()
const
;
52
53
54
void
55
detect(
const
Trace
&xic,
TraceDetectionSinkInterface
&sink,
bool
remove_peak_base)
const override
;
56
57
private
:
58
FilterMorphoMean
m_xicFilterSmoothing
;
59
pappso_double
m_ticStart
;
60
pappso_double
m_ticStop
;
61
};
62
63
64
}
// namespace pappso
pappso::FilterMorphoMean
mean filter apply mean of y values inside the window : this results in a kind of smoothing
Definition
filtermorpho.h:225
pappso::TraceDetectionInterface
Definition
tracedetectioninterface.h:44
pappso::TraceDetectionMoulon
Definition
tracedetectionmoulon.h:35
pappso::TraceDetectionMoulon::m_xicFilterSmoothing
FilterMorphoMean m_xicFilterSmoothing
Definition
tracedetectionmoulon.h:58
pappso::TraceDetectionMoulon::m_ticStop
pappso_double m_ticStop
Definition
tracedetectionmoulon.h:60
pappso::TraceDetectionMoulon::m_ticStart
pappso_double m_ticStart
Definition
tracedetectionmoulon.h:59
pappso::TraceDetectionSinkInterface
Definition
tracedetectioninterface.h:38
pappso::Trace
A simple container of DataPoint instances.
Definition
trace.h:148
PMSPP_LIB_DECL
#define PMSPP_LIB_DECL
Definition
export-import-config.h:14
filtermorpho.h
pappso
tries to keep as much as possible monoisotopes, removing any possible C13 peaks and changes multichar...
Definition
aa.cpp:39
pappso::pappso_double
double pappso_double
A type definition for doubles.
Definition
types.h:61
tracedetectioninterface.h
pappsomspp
core
processing
detection
tracedetectionmoulon.h
Generated on Thu Nov 6 2025 12:27:26 for libpappsomspp by
1.9.8