(double n)
| 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(); |
no test coverage detected