Skip to content

Commit

Permalink
Count only non-linear registrations as being complete, compliments tw…
Browse files Browse the repository at this point in the history
…o-stage registration
  • Loading branch information
gdevenyi committed Jul 18, 2017
1 parent da5ad20 commit 3e231cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/mb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ info " $(echo ${subjects} | wc -w) subjects in input/subject"
info " $(echo ${models} | wc -w) models in input/models"

info "Progress:"
info " $(find output/transforms/atlas-template -name '*0_GenericAffine.xfm' | wc -l) of $(( $(echo ${atlases} | wc -w) * $(echo ${templates} | wc -w) )) atlas-template registrations completed"
info " $(find output/transforms/template-subject -name '*0_GenericAffine.xfm' | wc -l) of $(( $(echo ${templates} | wc -w) * $(echo ${subjects} | wc -w) - $(echo ${templates} | wc -w) )) template-subject registrations completed"
info " $(find output/transforms/atlas-template -name '*1_NL.xfm' | wc -l) of $(( $(echo ${atlases} | wc -w) * $(echo ${templates} | wc -w) )) atlas-template registrations completed"
info " $(find output/transforms/template-subject -name '*1_NL.xfm' | wc -l) of $(( $(echo ${templates} | wc -w) * $(echo ${subjects} | wc -w) - $(echo ${templates} | wc -w) )) template-subject registrations completed"
info " $(find output/labels/candidates -type f | wc -l) of $(( $(echo ${atlases} | wc -w) * $(echo ${templates} | wc -w) * $(echo ${subjects} | wc -w) * $(echo ${labels} | wc -w) )) resample labels completed"
info " $(ls output/labels/majorityvote | wc -l) of $(( $(echo ${subjects} | wc -w) * $(echo ${labels} | wc -w) )) voted labels completed"
if [[ -d output/multiatlas ]]
Expand Down

0 comments on commit 3e231cd

Please sign in to comment.