-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH: Allow InitialTransformParameterFileName relative to parameter file
Allow the file name specified by the "InitialTransformParameterFileName" parameter in a transform parameter file to be relative to that transform parameter file.
- Loading branch information
Showing
4 changed files
with
95 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
Testing/Data/Translation(1,-2)/InitialTransformParameters.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
(InitialTransformParameterFileName "NoInitialTransform") | ||
(NumberOfParameters 2) | ||
(Transform "TranslationTransform") | ||
(TransformParameters 1 0) |
4 changes: 4 additions & 0 deletions
4
Testing/Data/Translation(1,-2)/TransformParametersWithInitialTransformParameterFile.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
(InitialTransformParameterFileName "InitialTransformParameters.txt") | ||
(NumberOfParameters 2) | ||
(Transform "TranslationTransform") | ||
(TransformParameters 0 -2) |