Skip to content

Commit

Permalink
Merge pull request #1175 from andife/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ntustison authored Apr 9, 2021
2 parents e62eca0 + 21c7135 commit 4631329
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Examples/antsRegistration.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ static void antsRegistrationInitializeCommandLineOptions( itk::ants::CommandLine
OptionType::Pointer option = OptionType::New();
option->SetLongName( "save-state" );
option->SetShortName( 'j' );
option->SetUsageOption( 0, "saveSateAsTransform" );
option->SetUsageOption( 0, "saveStateAsTransform" );
option->SetDescription( description );
parser->AddOption( option );
}
Expand Down Expand Up @@ -123,7 +123,7 @@ static void antsRegistrationInitializeCommandLineOptions( itk::ants::CommandLine

// This is currently not functioning properly for all linear transforms. If I
// restrict the linear transforms to rigid transforms, then it seems to work.
// I think there's something in working with images that doesn't work properly
// I think there's something in working with images that don't work properly
// with a generic affine transform in the header. You can certainly store it
// and read it from the header but perhaps this interferes with something fundamental
// like transforming indices to physical coordinates. I'll have to investigate
Expand Down

0 comments on commit 4631329

Please sign in to comment.