-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improved masking for
bragg_peaks_persistence
(#43)
* updated masking for `bragg_peaks_persistence` In the function `bragg_peaks_persistence` from @trbritt the hard edges of the mask are resulting in peaks being detected at those edges. I propose to scan the full image for peaks and throw away the peaks that are in the masked area later. Resulted in improved results on my end. `autocenter` is still done with the mask in place. * Update CHANGELOG.rst * Update indexing.py * version bump
- Loading branch information
Showing
3 changed files
with
19 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
__author__ = "Laurent P. René de Cotret" | ||
__email__ = "[email protected]" | ||
__license__ = "GPLv3" | ||
__version__ = "2.1.10" | ||
__version__ = "2.1.12" | ||
|
||
from .affine import ( | ||
affine_map, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters