Closed thisFreya closed 2 years ago
Merging #47 (1721bf7) into dev (20f1071) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## dev #47 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 1
Lines 185 228 +43
=========================================
+ Hits 185 228 +43
Impacted Files | Coverage Δ | |
---|---|---|
...I/iterative_refinement/expectation_maximization.py | 100.00% <100.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 20f1071...1721bf7. Read the comment docs.
See #17
Followed https://doi.org/10.1016/j.jsb.2011.06.010.
This involved using the spectral signal-to-noise ratio (SSNR) to tune the wiener filter based on the projections and ctfs inputted into the system.
Also included are expanding the expand_1d_to_3d and binary_mask_3d methods to work with 2d as well, as this was useful when computing the SSNR.