Skip to content

Commit

Permalink
BUG: check for inverse warp completion
Browse files Browse the repository at this point in the history
  • Loading branch information
stnava committed Apr 19, 2016
1 parent 705348d commit 411e54d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/antsBrainExtraction.sh
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ if [[ ! -f ${EXTRACTION_MASK} || ! -f ${EXTRACTION_WM} ]];
echo

## Step 1 ##
if [[ ! -f ${EXTRACTION_WARP} ]];
if [[ ! -f ${EXTRACTION_INVERSE_WARP} ]];
then
logCmd ${ANTSPATH}/ResampleImageBySpacing ${DIMENSION} ${EXTRACTION_TEMPLATE} ${EXTRACTION_INITIAL_AFFINE_FIXED} 4 4 4 1
logCmd ${ANTSPATH}/ResampleImageBySpacing ${DIMENSION} ${N4_CORRECTED_IMAGES[0]} ${EXTRACTION_INITIAL_AFFINE_MOVING} 4 4 4 1
Expand Down

0 comments on commit 411e54d

Please sign in to comment.