Skip to content

Commit

Permalink
fixed indent
Browse files Browse the repository at this point in the history
  • Loading branch information
EuanPyle committed Nov 2, 2021
1 parent 425f8cf commit c4df532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relion2dynamo/relion2dynamo.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def relion2dynamo(relion_star_file, output_dynamo_table_file):

#########################################

dynamo_data['tdrot'] = eulers_dynamo[:, 0]
dynamo_data['tdrot'] = eulers_dynamo[:, 0]
dynamo_data['tilt'] = eulers_dynamo[:, 1]
dynamo_data['narot'] = eulers_dynamo[:, 2]

Expand Down

0 comments on commit c4df532

Please sign in to comment.