Skip to content

Commit

Permalink
[skip ci] STYLE: remove unused variable, fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpa authored Jun 9, 2022
1 parent 21d3459 commit aacdc61
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Scripts/antsAtroposN4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -392,11 +392,10 @@ ATROPOS_SEGMENTATION_POSTERIORS=${ATROPOS_SEGMENTATION_OUTPUT}Posteriors%${FORMA
#
# Preprocess anatomical images
# 1. Truncate input intensity (needed for N4)
# 1. Denoise image (if requested)
# 2. Denoise image (if requested)
#
################################################################################

PREPROCESSED_ANATOMICAL_IMAGES=()
if [[ ${DENOISE_ANATOMICAL_IMAGES} -ne 0 ]];
then
if [[ ! -s ${ANTSPATH}/DenoiseImage ]];
Expand Down

0 comments on commit aacdc61

Please sign in to comment.