-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option to specify a mask during embedding #27
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #27 +/- ##
==========================================
- Coverage 66.75% 66.61% -0.15%
==========================================
Files 60 60
Lines 2975 3028 +53
==========================================
+ Hits 1986 2017 +31
- Misses 989 1011 +22
☔ View full report in Codecov by Sentry. |
Alright @cmccaffe, I also added now a tool to calculate a mask. Two important changes:
There should be soon a version 0.4.4b1 available: |
As requested by @cmccaffe
Its currently building, but should then be available as v0.4.4b0 at https://pypi.org/project/tomotwin-cryoet/#history
Once installed, you will find a
--mask
option in the embed command.Inspired by
isonet
, I'm also playing with a method to generate meaningful masks quickly. But thats not yet included in this PR