Skip to content

Commit

Permalink
BUG: Part of the description was discarded
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenanz committed Jan 12, 2024
1 parent f5759f3 commit a5120de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/Atropos.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1331,7 +1331,7 @@ AtroposInitializeCommandLineOptions(itk::ants::CommandLineParser * parser)
std::string("a traditional code set for a proper ICM update will be created. ") +
std::string("Otherwise, a synchronous update step will take place at each iteration. ") +
std::string("The annealing temperature, T, converts the posteriorProbability ") +
std::string("to posteriorProbability^(1/T) over the course of optimization. ");
std::string("to posteriorProbability^(1/T) over the course of optimization. ") +
std::string("Options include the following: ") +
std::string(" Socrates: posteriorProbability = (spatialPrior)^priorWeight") +
std::string("*(likelihood*mrfPrior)^(1-priorWeight), ") + std::string(" Plato: posteriorProbability = 1.0, ") +
Expand Down

0 comments on commit a5120de

Please sign in to comment.