The job requires 2-3 hours to run successfully, so walltime was set at 4 hours to ensure completion.  Other SBATCH options included setting the number of tasks and nodes both to 1, and memory per CPU core to 16384M.  Because the bash profile will not be submitted when the program runs, environmental variables must be loaded.  The path to the ANTs program must be included and exported.  The buildtemplateparallel program within ANTs was used to create the initial template, and several options were included within the program.  The "-d" option was included and set to 3, indicating that the images were 3 dimensional.  It is recommended to run affine normalization only when building an initial template, and this was accomplished by setting the "-m" option to 1x0x0.  A SLURM compute cluster was used, and such was indicated by setting option "-c" to 5.  The following is the text of the job script included in vi text editor.