|
a |
|
b/man/ct_dcm2nii.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/ct_dcm2nii.R |
|
|
3 |
\name{ct_dcm2nii} |
|
|
4 |
\alias{ct_dcm2nii} |
|
|
5 |
\title{CT DICOM to NIfTI conversion} |
|
|
6 |
\usage{ |
|
|
7 |
ct_dcm2nii( |
|
|
8 |
basedir = ".", |
|
|
9 |
merge_files = TRUE, |
|
|
10 |
verbose = TRUE, |
|
|
11 |
drop_dim = TRUE, |
|
|
12 |
..., |
|
|
13 |
ignore_roi_if_multiple = FALSE, |
|
|
14 |
fail_on_error = FALSE |
|
|
15 |
) |
|
|
16 |
} |
|
|
17 |
\arguments{ |
|
|
18 |
\item{basedir}{(character) directory to get files} |
|
|
19 |
|
|
|
20 |
\item{merge_files}{Should files be merged, passed do \code{\link{dcm2nii}} |
|
|
21 |
options} |
|
|
22 |
|
|
|
23 |
\item{verbose}{print diagnostic messages} |
|
|
24 |
|
|
|
25 |
\item{drop_dim}{passed to \code{\link{readnii}} for dropping empty |
|
|
26 |
dimensions} |
|
|
27 |
|
|
|
28 |
\item{...}{Additional parameters passed to \code{\link{dcm2nii}}} |
|
|
29 |
|
|
|
30 |
\item{ignore_roi_if_multiple}{additional argument to pass to |
|
|
31 |
\code{\link{check_dcm2nii}} to remove ROI overlays if present} |
|
|
32 |
} |
|
|
33 |
\value{ |
|
|
34 |
A list or singular \code{nifti} image |
|
|
35 |
} |
|
|
36 |
\description{ |
|
|
37 |
CT DICOM to NIfTI conversion |
|
|
38 |
} |