Skip to content
Snippets Groups Projects
Commit 38a566f5 authored by Langella Olivier's avatar Langella Olivier
Browse files

new version and comments

parent 4697aa29
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ SET(BUILD_SYSTEM_NAME "${CMAKE_SYSTEM}")
SET(XTPCPP_VERSION_MAJOR "0")
SET(XTPCPP_VERSION_MINOR "3")
SET(XTPCPP_VERSION_PATCH "4")
SET(XTPCPP_VERSION_PATCH "5")
SET(XTPCPP_VERSION "${XTPCPP_VERSION_MAJOR}.${XTPCPP_VERSION_MINOR}.${XTPCPP_VERSION_PATCH}")
# Set the CMAKE_PREFIX_PATH for the find_library fonction when using non
......
......@@ -149,6 +149,12 @@ IdentificationXtandemFile::setTimstofMs2CentroidParameters(
{
qDebug() << centroid_parameters;
m_centroidOptions = centroid_parameters;
/*
double resolution, //!< instrument resolution
double smoothwidth = 2., //!< smoothwidth
double integrationWidth = 4, //! integration width
double intensityThreshold = 10.,
*/
if(_ms_run_sp.get() != nullptr)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment