Skip to content

Commit

Permalink
Merge pull request #18 from EuanPyle/tol
Browse files Browse the repository at this point in the history
DarkTol to 0.01 to avoid image removal
  • Loading branch information
EuanPyle authored Jun 1, 2022
2 parents ab9beda + 0b3ca1d commit df37969
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lil_aretomo/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ def align_tilt_series_aretomo(
'-AngFile', f'{output_directory}/{tilt_series_file.stem}.rawtlt',
'-AlignZ', f'{thickness_for_alignment}',
'-VolZ', '0',
'-OutXF', '1'
'-OutXF', '1',
'-DarkTol', '0.01',
]

if nominal_rotation_angle is not None:
Expand Down

0 comments on commit df37969

Please sign in to comment.