Skip to content

Commit

Permalink
ver.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ekatrukha committed Apr 1, 2017
1 parent 13a4cd9 commit 00e4e3f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Binary file modified KymoResliceWide_.jar
Binary file not shown.
Binary file modified bin/KymoResliceWide_.class
Binary file not shown.
3 changes: 3 additions & 0 deletions src/KymoResliceWide_.java
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 00e4e3f

Please sign in to comment.