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

plot xic area

parent 0ba476d3
No related branches found
No related tags found
No related merge requests found
......@@ -171,6 +171,7 @@ void XicBox::setXic(std::vector< pappso::XicSp> xic_sp_list) {
xic_list.clear();
zivy.detect(*(xic_sp_list[i].get()), &xic_list);
_xic_detection_list.push_back(xic_list.getXicPeakList());
ui->xic_widget->addXicPeakList(xic_sp_list[i].get(), xic_list.getXicPeakList());
}
catch (const pappso::ExceptionNotPossible & e) {
qDebug() << e.qwhat();
......
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