Skip to content

Commit

Permalink
Document and fix collate field
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis committed Jun 26, 2020
1 parent 8bac7c5 commit f21cc8e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
2 changes: 2 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ Collate:
'dist3D_Segment_to_Segment.R'
'neuron.R'
'dotprops.R'
'elastix.R'
'elastix_io.R'
'geometry.R'
'graph-nodes.R'
'hxsurf.R'
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ S3method(xformimage,reglist)
S3method(xformpoints,character)
S3method(xformpoints,cmtkreg)
S3method(xformpoints,default)
S3method(xformpoints,elastixreg)
S3method(xformpoints,reglist)
S3method(xformpoints,tpsreg)
S3method(xyzmatrix,default)
Expand Down
2 changes: 1 addition & 1 deletion R/elastix_io.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ read.elastixreg <- function(x, ...) {
l
}

#' internal function to read the elastix files into an R list
# internal function to read the elastix files into an R list
read.elastix<-function(con, CheckLabel=TRUE){

l=list()
Expand Down
17 changes: 13 additions & 4 deletions man/xformpoints.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f21cc8e

Please sign in to comment.