Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/scilpy/io/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def get_data_as_mask(mask_img, dtype=np.uint8):
'with a mask.\n'
'To convert your data, you may use tools like mrconvert '
'or \n'
'>> scil_volume_math.py convert IMG IMG '
'>> scil_volume_math convert IMG IMG '
'--data_type uint8 -f'.format(basename, curr_type))

return data