Skip to content

Commit

Permalink
Merge branch 'release-0.1.15' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
mcvaneede committed Jul 13, 2016
2 parents 914a884 + 485b58c commit e664ba2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
New in Version 0.1.15
=====================
* fairly big overhaul of rotational_minctracc.py: it turns out that the centre of gravity (cog)
of the two input files to rotational_minctracc.py do not always reflect the same part of the
object. In those cases, the alignment most likely will fail because a mask is used, and
representative areas of the input files might not even be compared. For this reason
rotation_minctracc.py now also runs a "translational" part. Multiple centers of gravity
are determined which serve as seeds for the initial translational alignment. All possible
pairs of seeds are tried and by default the best 3 pairs are used for the rotational part
of the code.
* some more Python3 compatibility related fixes
* added options for minc_label_ops

New in Version 0.1.14
=====================
* completely remove the multiprocessing machinery from pmincaverage since this caused extra processes
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import sys

setup(name="python-stuffs",
version='0.1.14',
version='0.1.15',
scripts=["python/TFCE",
"python/smooth_vector",
"python/measure_xcorr",
Expand All @@ -16,5 +16,5 @@
"python/voxel_vote",
"python/replace_label_with_nearest_valid_label",
"python/rotational_minctracc.py"]
# "minc-scripts-jscholz/vtk_meshconvert.py"],
"minc-scripts-jscholz/vtk_meshconvert.py"],
)

0 comments on commit e664ba2

Please sign in to comment.