Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mlz
OpenHKL
Commits
b5ea2d50
Commit
b5ea2d50
authored
Jul 20, 2022
by
Wuttke, Joachim
Committed by
Wuttke, Joachim
Aug 11, 2022
Browse files
Refiner: document return value of updatePredictions
parent
74447539
Pipeline
#72290
passed with stage
in 3 minutes
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
core/algo/Refiner.h
View file @
b5ea2d50
...
...
@@ -102,7 +102,9 @@ class Refiner {
//! *before* refine
bool
refine
();
//! Update the centers of predicted peaks, after refinement.
//! Updates the centers of predicted peaks, after refinement.
//! Returns the number of remaining peaks
//! (some peaks may be rejected with flag PredictionUpdateFailure).
int
updatePredictions
(
std
::
vector
<
Peak3D
*>
peaks
);
//! Returns the individual peak/frame batches used during refinement.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment