Skip to content

Commit

Permalink
update from 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ver228 committed Jul 28, 2018
1 parent 5a2dbc6 commit 227933b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions tierpsy/analysis/traj_join/joinBlobsTrajectories.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ def _validRowsByArea(plate_worms):

# median location, it is likely the worm spend more time here since the
# stage movements tries to get it in the centre of the frame
# TODO this assuption could case errors if the videos were not taken using WT2
CMx_med = plate_worms_f['coord_x'].median()
CMy_med = plate_worms_f['coord_y'].median()
L_med = plate_worms_f['box_length'].median()
Expand Down
5 changes: 4 additions & 1 deletion tierpsy/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# # -*- coding: utf-8 -*-
__version__ = '1.5.0-beta'
__version__ = '1.5.0'

try:
import os
Expand All @@ -12,6 +12,9 @@
pass

'''
1.5.0
- Bug corrections.
1.5.0-beta
- Complete the integration with tierpsy features formalizing two different feature paths.
- Reorganize the types of analysis, and deal with deprecated values.
Expand Down

0 comments on commit 227933b

Please sign in to comment.