Skip to content

Commit

Permalink
Incremented version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchsig committed Mar 24, 2015
1 parent 61ac7ad commit d72b13f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion harp.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def __init__(self, app):
self.ui = Ui_MainWindow()
self.ui.setupUi(self)
self.app = app
self.HARP_VERSION = '2.0.5'
self.HARP_VERSION = '2.0.7'

# Store app-specific data such as last directory browsed
self.app_data = AppData()
Expand Down
2 changes: 1 addition & 1 deletion harp.py~
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class MainWindow(QtGui.QMainWindow):
self.ui = Ui_MainWindow()
self.ui.setupUi(self)
self.app = app
self.HARP_VERSION = '2.0.3'
self.HARP_VERSION = '2.0.5'

# Store app-specific data such as last directory browsed
self.app_data = AppData()
Expand Down
1 change: 1 addition & 0 deletions imgprocessing/zproject.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ def run_onthisthread(self):
print "performing z-projection on sparse file list"

max_array = self.max_projection(sparse_filelist, imdims, dtype)
max_array = max_array.astype(np.uint8)
imwriter = Imwriter(self.zprojection_output)
imwriter.imwrite(max_array, self.zprojection_output)

Expand Down

0 comments on commit d72b13f

Please sign in to comment.