Diff of /man/jacobian_lung.Rd [000000] .. [3b2327]

Switch to unified view

a b/man/jacobian_lung.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/jacobian_lung.R
3
\name{jacobian_lung}
4
\alias{jacobian_lung}
5
\title{Calculate Jacobian Determinant Image for the Lungs}
6
\usage{
7
jacobian_lung(
8
  right_transformation,
9
  left_transformation,
10
  mask,
11
  doLog = TRUE,
12
  geom = FALSE,
13
  relative = TRUE
14
)
15
}
16
\arguments{
17
\item{right_transformation}{Transformations for the right lung}
18
19
\item{left_transformation}{Transformations for the left lung}
20
21
\item{mask}{Fixed mask (or standard lung template mask)}
22
23
\item{doLog}{Return the log Jacobian}
24
25
\item{geom}{Use the geometric Jacobian calculation}
26
27
\item{relative}{Returen the relative Jacobian (Jacobian divided by mean Jacobian)}
28
}
29
\value{
30
Jacobian Image
31
}
32
\description{
33
This function calculates the Jacobian determinant image for the left and right lungs separately.
34
}