Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasHoffmann77 authored May 24, 2024
1 parent 974db1f commit 09901cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lil_aretomo/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def get_aretomo_command(
) -> List[str]:
"""Generate a command which can be used to run AreTomo."""
command = [
executable,
f'{executable}',
'-InMrc', f'{tilt_series_file}',
'-OutMrc', f'{reconstruction_file}',
'-OutBin', f'{binning_factor:.3f}',
Expand Down

0 comments on commit 09901cc

Please sign in to comment.