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
Thomas White
pinkindexer
Commits
23869c54
Commit
23869c54
authored
Dec 22, 2018
by
Yaroslav Gevorkov
Browse files
added lattice reordering
parent
cd3d679f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/PinkIndexer.cpp
View file @
23869c54
...
...
@@ -73,6 +73,7 @@ int PinkIndexer::indexPattern(Lattice& indexedLattice, Vector2f& centerShift, Ar
refine
(
indexedLattice
,
centerShift
,
ucsDirections
,
ucsBorderNorms
,
detectorPeaks_m
);
indexedLattice
.
minimize
();
indexedLattice
.
reorder
(
sampleLattice
);
return
refinement
.
getFittedPeaks
(
indexedLattice
,
fittedPeaks
,
ucsDirections
,
ucsBorderNorms
);
...
...
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