Skip to content

Commit

Permalink
Update src/pytom_tm/weights.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sander Roet <[email protected]>
  • Loading branch information
McHaillet and sroet authored Mar 6, 2024
1 parent 2fbeef0 commit 36514aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pytom_tm/weights.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ def _create_tilt_weighted_wedge(
np.cos(alpha) # apply tilt-dependent weighting
)

tilt_weighted_wedge += weighted_tilt # np.maximum(tilt_weighted_wedge, weighted_tilt)
tilt_weighted_wedge += weighted_tilt

tilt_weighted_wedge[q_grid > cut_off_radius] = 0

Expand Down

0 comments on commit 36514aa

Please sign in to comment.