Skip to content

Instantly share code, notes, and snippets.

@adhusch
adhusch / warpPD25toDeep7t.sh
Last active November 14, 2018 11:32
WarpPD25toDeep7t
#!/bin/bash
ANTSPATH="/opt/ANTSGit/bin/"
DIR_TEMPLATE_DEEPBRAIN7T="/home/andreas/AutoPaCEREval/templates/deepbrain7t"
DIR_TEMPLATE_PD25="/home/andreas/AutoPaCEREval/templates/PD25"
DIR_OUTPUT="output"
DIR_OUTPUT_RAW=$DIR_OUTPUT"/raw"
DIR_OUTPUT_SUBJECT_MNI=$DIR_OUTPUT"/subjectMni"
DIR_OUTPUT_DEEPBRAIN7T=$DIR_OUTPUT"/deepbrain7t"