java.lang.Object
ij.util.DicomTools
DICOM utilities
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
Returns the value (as a string) of the specified DICOM tag id (in the form "0018,0050") of the specified image or stack slice.static String
getTagName
(String id) Returns the name of the specified DICOM tag id.static double
getVoxelDepth
(ImageStack stack) Calculates the voxel depth of the specified DICOM stack based on the distance between the first and last slices.static ImageStack
sort
(ImageStack stack) Sorts a DICOM stack by image number.
-
Constructor Details
-
DicomTools
public DicomTools()
-
-
Method Details
-
sort
Sorts a DICOM stack by image number. -
getVoxelDepth
Calculates the voxel depth of the specified DICOM stack based on the distance between the first and last slices. -
getTag
Returns the value (as a string) of the specified DICOM tag id (in the form "0018,0050") of the specified image or stack slice. Returns null if the tag id is not found. -
getTagName
Returns the name of the specified DICOM tag id.
-