Skip to content

Commit

Permalink
Update __main__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
epongpipat authored Jul 28, 2021
1 parent 95b0a22 commit 6884e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compare_nii_gif/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def main():
else:
print(str(i + 1) + '. ' + args.titles[i] + ': ' + args.in_paths[i])

core.compare_nii_gif(paths = args.in_paths, out_path = args.out_path, titles = args.titles, frames_per_sec = args.frames_per_sec, x_coords = args.x_coords, y_coords = args.y_coords, z_coords = args.z_coords)
core.compare_nii_gif(paths = args.in_paths, out_path = args.out_path, titles = args.titles, frames_per_sec = args.frames_per_sec, x_coords = args.x_slices, y_coords = args.y_slices, z_coords = args.z_slices)

print('\noutput successfully saved to ' + args.out_path + '\n')

Expand Down

0 comments on commit 6884e29

Please # to comment.