Skip to content

Commit

Permalink
Added newline
Browse files Browse the repository at this point in the history
  • Loading branch information
po09i committed Nov 11, 2020
1 parent fc662ac commit a056a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shimmingtoolbox/load_nifti.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,4 @@ def read_nii(nii_path, auto_scale=True):
or ('ImageType' in json_data) and ('P' in json_data['ImageType'])):
image = image * (2 * math.pi / PHASE_SCALING_SIEMENS)

return info, json_data, image
return info, json_data, image

0 comments on commit a056a4a

Please sign in to comment.