Skip to content

Commit

Permalink
- updated changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
coraxx committed Jun 9, 2016
1 parent 336efd7 commit 8ee932b
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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]

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 ###

Expand Down
2 changes: 1 addition & 1 deletion tdct/TDCT_debug.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
"""
# ======================================================================================================================

debug = True
debug = False

0 comments on commit 8ee932b

Please sign in to comment.