Skip to content

Commit

Permalink
Merge pull request #162 from ANTsX/n4maskdoc
Browse files Browse the repository at this point in the history
DOC:  Correct n3/n4 documentation re. mask
  • Loading branch information
ntustison authored Mar 8, 2024
2 parents 1c79a80 + 3d34797 commit ebe8d2b
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion R/n3BiasFieldCorrection.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ n3BiasFieldCorrection <- function( img, downsampleFactor, ... ) {
#' Perform N3 bias field correction on the given image
#'
#' @param img input antsImage
#' @param mask input mask, if one is not passed one will be made
#' @param mask input mask. If not specified, the entire image will be used.
#' @param rescaleIntensities At each iteration, a new intensity mapping is
#' calculated and applied but there is nothing which constrains the new
#' intensity range to be within certain values. The result is that the
Expand Down
2 changes: 1 addition & 1 deletion R/n4BiasFieldCorrection.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#' Perform N4 bias field correction on the given image
#'
#' @param img input antsImage
#' @param mask input mask, if one is not passed one will be made
#' @param mask input mask. If not specified, the entire image will be used.
#' @param rescaleIntensities At each iteration, a new intensity mapping is
#' calculated and applied but there is nothing which constrains the new
#' intensity range to be within certain values. The result is that the
Expand Down
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.

2 changes: 1 addition & 1 deletion man/labelClusters.Rd

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

4 changes: 2 additions & 2 deletions man/n3BiasFieldCorrection2.Rd

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

4 changes: 2 additions & 2 deletions man/n4BiasFieldCorrection.Rd

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

2 changes: 1 addition & 1 deletion man/ripmmarcBasisImage.Rd

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

0 comments on commit ebe8d2b

Please sign in to comment.