0.3.5
Updates
- The calculation of standard deviation over the template matching search has been updated, which means the default extraction mode of
pytom_extract_candidates.py
should work better. This is especially the case for jobs that split the search into subvolumes. - Quality of life improvement, but does not change any results: whitening filter is no longer recalculated everytime the TMJob class is initialized, which saves unnecessary calculation for extraction jobs.
List of PRs
- Slicing for std calculation by @McHaillet in #110
- Prevent whitening for extraction by @McHaillet in #112
Full Changelog: 0.3.4...0.3.5