echo"The script applies the preprocessing pipeline on FLAIR, T1, T1ce and T2 to be used in FSL truenet_tumseg with a specified output basename"
echo"Base_modality_name and output_basename are mandatory inputs"
echo"Remaining inputs are optional, image corresponding to Base_modality_name must be provided. Images to be provided in the given order."
echo"In case you do not have a modality, provide 'None' for that modality."
echo"Base_modality_name = name of the modality that the rest will be registered to (preferable ~1mm iso); valid options: flair, t1, t1ce, t2"
echo"output_basename = name to be used for the processed images (use absolute path); output_basename_FLAIR.nii.gz, output_basename_T1.nii.gz .... will be saved"
echo"FLAIR_image_name = name of the input unprocessed FLAIR image"
echo"T1_image_name = name of the input unprocessed T1 image"
echo"T1ce_image_name = name of the input unprocessed T1-contrast enhanced image"
echo"T2_image_name = name of the input unprocessed T2 image"
echo" "
echo"For example, if you have flair, t1 and t2 and want to register everything to t1, use the following command"