MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / getInfo

Method getInfo

ij/src/main/java/ij/plugin/DICOM.java:195–200  ·  view source on GitHub ↗

Returns the DICOM tags of the specified file as a string.

(String path)

Source from the content-addressed store, hash-verified

193
194 /** Returns the DICOM tags of the specified file as a string. */
195 public String getInfo(String path) {
196 showErrors = false;
197 gettingInfo = true;
198 run(path);
199 return info;
200 }
201
202 /** Convert 16-bit signed to unsigned if all pixels>=0. */
203 void convertToUnsigned(ImagePlus imp, FileInfo fi) {

Callers 1

getSliceLabelMethod · 0.95

Calls 1

runMethod · 0.95

Tested by

no test coverage detected