Skip to content

Commit

Permalink
Merge pull request #1798 from ANTsX/motioncorr_usage
Browse files Browse the repository at this point in the history
DOC: Usage, --write-displacement 0
  • Loading branch information
cookpa authored Sep 26, 2024
2 parents 8c4e207 + 17eaf2d commit a9c2fed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Examples/antsMotionCorr.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1961,7 +1961,7 @@ antsMotionCorrInitializeCommandLineOptions(itk::ants::CommandLineParser * parser
}

{
std::string description = std::string("Average the input time series image.");
std::string description = std::string("Average the input time series image.");
OptionType::Pointer option = OptionType::New();
option->SetLongName("average-image");
option->SetShortName('a');
Expand All @@ -1974,6 +1974,7 @@ antsMotionCorrInitializeCommandLineOptions(itk::ants::CommandLineParser * parser
OptionType::Pointer option = OptionType::New();
option->SetLongName("write-displacement");
option->SetShortName('w');
option->SetUsageOption(0, "(0)/1");
option->SetDescription(description);
parser->AddOption(option);
}
Expand Down

0 comments on commit a9c2fed

Please sign in to comment.