-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tomogram mask option for template matching (#185)
* Add tomogram mask option in the volume control for template matching * implement mask check during volume splitting * use tomogram mask during extraction as well * update entry point documentation * fix typo * reword entry point documentation * Name the tests that need to be added * add tests for the volume splitting and the extraction logic * fix added tests * Update tests/test_tmjob.py Co-authored-by: Marten Chaillet <[email protected]> * test validity of the tomogram mask already in the tmjob init * it is a tomogram mask, not a template mask... * Update src/pytom_tm/tmjob.py Co-authored-by: Marten Chaillet <[email protected]> --------- Co-authored-by: Marten Chaillet <[email protected]>
- Loading branch information
Showing
5 changed files
with
101 additions
and
9 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
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
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