Skip to content

Commit 15f9a47

Browse files
committed
Use same tilt-axis angle convention for AreTomo2 and IMOD
1 parent 9d27637 commit 15f9a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyp/align/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5196,7 +5196,7 @@ def align_tilt_series(name, parameters, rotation=0):
51965196
-AngFile {name}.rawtlt \
51975197
-VolZ {thickness} \
51985198
-OutBin {binning_tomo} \
5199-
-TiltAxis {parameters['scope_tilt_axis']} \
5199+
-TiltAxis {rotation} \
52005200
-DarkTol {parameters['tomo_ali_aretomo_dark_tol']} \
52015201
-AlignZ {specimen_thickness} \
52025202
{reconstruct_option} \

0 commit comments

Comments
 (0)