unravel.image_tools.max module# Use img_max (max) from UNRAVEL to load an image.nii.gz and print its max intensity value. Usage:# img_max -i path/image.nii.gz [-v] unravel.image_tools.max.parse_args()[source]# unravel.image_tools.max.find_max_intensity(file_path)[source]# Find the maximum intensity value in the NIfTI image file. unravel.image_tools.max.main()[source]#