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

Method d2s

ij/src/main/java/ij/plugin/ImageInfo.java:555–557  ·  view source on GitHub ↗
(double n)

Source from the content-addressed store, hash-verified

553 }
554
555 private static String d2s(double n) {
556 return IJ.d2s(n,Tools.getDecimalPlaces(n));
557 }
558
559 private String getImageProperties(ImagePlus imp) {
560 String[] props = imp.getPropertiesAsArray();

Callers 2

getInfoMethod · 0.95
getDisplayRangesMethod · 0.95

Calls 2

d2sMethod · 0.95
getDecimalPlacesMethod · 0.95

Tested by

no test coverage detected