Skip to content

Commit

Permalink
Version 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
abalijepalli committed Oct 8, 2017
1 parent a2c8dc9 commit 801e7e5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ Report problems using our `issue tracker <https://github.com/usnistgov/mosaic/is
Change Log
=================================

**v1.3.5**

- Saves raw events in database. Resolves #93.

**v1.3.4**

- Fixed a bug in the default settings that prevented the analysis from starting in some instances.
Expand Down
4 changes: 2 additions & 2 deletions mosaic/apps/SingleChannelAnalysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
__docformat__ = 'restructuredtext'

import mosaic.settings as settings
from mosaic.utilities.ga import registerRun
from mosaic.utilities.ga import registerLaunch
import multiprocessing
import os
import signal
import json

__all__ = ["SingleChannelAnalysis", "run_eventpartition"]

# @registerRun
@registerLaunch
def run_eventpartition( dataPath, trajDataHnd, dataFilterHnd, eventPartHnd, eventProcHnd, dbFilename):
# Read and parse the settings file
settingsdict=settings.settings( dataPath )
Expand Down
2 changes: 1 addition & 1 deletion runMOSAIC
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import multiprocessing

from mosaicgui.mplwidget import update_rcParams

# @registerRun
@registerRun
def startMOSAIC():
update_rcParams()

Expand Down

0 comments on commit 801e7e5

Please sign in to comment.