Skip to content

Commit

Permalink
ENH: elastic only
Browse files Browse the repository at this point in the history
  • Loading branch information
stnava committed Aug 10, 2020
1 parent c2e9299 commit 7ed730f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/antsRegistration.R
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ antsRegistration <- function(
args=lappend( args, list( "-x", maskopt ) ) else args=lappend( args, list( "-x", "[NA,NA]" ) )
}
if (typeofTransform == "ElasticOnly") {
mysyn = paste("Elastic[",gradStep,",",flowSigma,",",totalSigma,"]", sep = "")
mysyn = paste("GaussianDisplacementField[",gradStep,",",flowSigma,",",totalSigma,"]", sep = "")
}
if (typeofTransform == "SyNOnly" | typeofTransform == "ElasticOnly" ) {
args <- list("-d", as.character(fixed@dimension), "-r", initx,
Expand Down
2 changes: 1 addition & 1 deletion data/antsVersions.csv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Dependency;GitTag
ANTs;0f2c30172171dce0eafc2dbefc42fb0ebde2d87f
ANTsRCore;3725d4dff7137db5821f2e0e42a348c6e5a0329b
ANTsRCore;c2e92990848dbb620992293c270e0e8bd0997128
ANTsURL;https://github.com/ANTsX/ANTs.git
ITK;bcd762e7bd743341c2dce84852ced49d8292f293

0 comments on commit 7ed730f

Please sign in to comment.