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 https://github.com/SBC-Utrecht/pytom-template-matching-gpu/pull/110
* Prevent whitening for extraction by McHaillet in https://github.com/SBC-Utrecht/pytom-template-matching-gpu/pull/112
**Full Changelog**: https://github.com/SBC-Utrecht/pytom-template-matching-gpu/compare/0.3.4...0.3.5