[3b2327]: / man / reduce_scan.Rd

Download this file

23 lines (21 with data), 522 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/reduce_scan.R
\name{reduce_scan}
\alias{reduce_scan}
\title{Reduction of Scan Dimensions from Mask}
\usage{
reduce_scan(img, mask)
}
\arguments{
\item{img}{Image to reduce}
\item{mask}{Mask to reduce image by}
}
\value{
List of antsImage objects for reduced image and mask
}
\description{
Reduces the dimensions of a scan based on extent of
a mask. Combines
\code{\link{getEmptyImageDimensions}} and
\code{\link{applyEmptyImageDimensions}}.
}