Learn R Programming

oro.dicom (version 0.2.7)

dicom2analyze: Convert DICOM Header to Analyze

Description

A subset of header information from DICOM is placed into Analyze 7.5 format.

Usage

dicom2analyze(dcm, reslice = TRUE, descrip = "SeriesDescription", ...)

Arguments

dcm
DICOM object containing both header and image information.
reslice
Logical variable (default = TRUE) indicating if the data volume should be resliced.
descrip
DICOM header field(s) to be included in the descrip
...
Arguments to be passed to anlz

Value

  • An object of class anlz.

Details

See the references.

References

Analyze 7.5 http://www.mayo.edu/bir/PDF/ANALYZE75.pdf Digital Imaging and Communications in Medicine (DICOM) http://medical.nema.org

See Also

dicom2nifti, anlz

Examples

Run this code
dcmList <- dicomSeparate(system.file("hk-40", package="oro.dicom"))
require("oro.nifti")
dcmAnlz <- dicom2analyze(dcmList, datatype=4, mode="integer")
image(dcmAnlz)
orthographic(dcmAnlz)

Run the code above in your browser using DataLab