a b/man/mean_image.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/amoment.R
3
\name{mean_image}
4
\alias{mean_image}
5
\title{Calculate Mean Image by FFT}
6
\usage{
7
mean_image(x, nvoxels, shift = TRUE, verbose = TRUE)
8
}
9
\arguments{
10
\item{x}{3D array}
11
12
\item{nvoxels}{window (in voxels) for the neighborhood
13
(1 results in a 3x3 cube)}
14
15
\item{shift}{Should results be shifted back?}
16
17
\item{verbose}{Diagnostic outputing}
18
}
19
\value{
20
Array of size of x
21
}
22
\description{
23
This function calculates the mean image using fft
24
}