Skip to content

Commit

Permalink
fixed mergeChannels typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ncullen93 committed Feb 16, 2024
1 parent 4b9c082 commit ed84040
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 28 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

Meta
# ignore all the backup files created by editors
*~
Expand Down
2 changes: 1 addition & 1 deletion R/mergeChannels.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ mergeChannels <- function(imageList) {
}
}

ANTsRCore::mergeChannels(imageList)
img <- ANTsRCore::mergeChannels(imageList)
return(img)
}
54 changes: 27 additions & 27 deletions man/brackets.Rd

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

Binary file modified tests/testthat/output.nii.gz
Binary file not shown.

0 comments on commit ed84040

Please sign in to comment.