diff --git a/KymoResliceWide_.jar b/KymoResliceWide_.jar index 7092cb2..fbec44b 100644 Binary files a/KymoResliceWide_.jar and b/KymoResliceWide_.jar differ diff --git a/bin/KymoResliceWide_.class b/bin/KymoResliceWide_.class index 1efee01..ffd98fc 100644 Binary files a/bin/KymoResliceWide_.class and b/bin/KymoResliceWide_.class differ diff --git a/src/KymoResliceWide_.java b/src/KymoResliceWide_.java index fa3ff65..8ac970c 100644 --- a/src/KymoResliceWide_.java +++ b/src/KymoResliceWide_.java @@ -111,6 +111,9 @@ public void run(String arg) double min = ip.getMin(); double max = ip.getMax(); if (!rgb) imp2.getProcessor().setMinAndMax(min, max); + //remove calibration + if(bCalIgnore) + imp2.setCalibration(new Calibration()); imp2.show(); if (noRoi) imp.deleteRoi();