diff --git a/CHANGELOG.md b/CHANGELOG.md index eab05c4..d95d9d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog # +## 2.0.3 ## +2016-06-09[^1] + +##### Minor Changes: ##### +- added some in-code documentation +- added missing matlab function in matlab roatation script generator +- stack processing of CorrSight sequences now include tiles. They are added in sequence, i.e. stack after stack in one file + +##### Bugfixes:##### +- fixed loading of RGB images. Some were imported incorrectly and showed tiling +- coordinate offset calculation for rotation center other than 0,0,0 +- matlab roatation script generator variable typo fixed + +##### Known bugs:##### +- file list order from working directory in 3DCT main window not sorted correctly under Linux (tested under Ubuntu 15.04) +- when changing contrast/brightness and the focus is switched quickly during the process (like clicking on the other image) the order of added markers is not correct anymore. A workaround is to click on the affected image and change the contrast/brightness again, or reset it. + + ## 2.0.2 ## 2016-04-27[^1] diff --git a/README.md b/README.md index bddbff8..b110ee4 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ The Toolbox is written in Python 2.7 and comes with a PyQt4 GUI. Further depende + cv2 [^2] + tifffile [^2] (Christoph Gohlke) + colorama [^2] (optional for colored stdout when debugging) ++ qimage2ndarray [^2] [^1]: usually available via your favorite package manager [^2]: available via pip @@ -45,7 +46,7 @@ Copyright (C) 2016 Jan Arnold Version 2.0 is the first public release and received a revised GUI and image stack handling (reslicing) done in python (formerly outsourced to FIJI) -Most recent stable release version is 2.0.2. +Most recent stable release version is 2.0.3. ### Binaries ### diff --git a/tdct/TDCT_debug.py b/tdct/TDCT_debug.py index dac70ba..2fcf207 100644 --- a/tdct/TDCT_debug.py +++ b/tdct/TDCT_debug.py @@ -21,4 +21,4 @@ """ # ====================================================================================================================== -debug = True +debug = False