Skip to content

Commit

Permalink
fix online script and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
epnev committed Aug 22, 2019
1 parent 4229b12 commit 4911022
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion caiman/source_extraction/cnmf/params.py
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ def __init__(self, fnames=None, dims=None, dxy=(1, 1),
'decay_time': decay_time,
'dxy': dxy,
'var_name_hdf5': var_name_hdf5,
'caiman_version': '1.6',
'caiman_version': '1.6.1',
'last_commit': None,
'mmap_F': None,
'mmap_C': None
Expand Down
8 changes: 4 additions & 4 deletions caiman/tests/comparison_humans_online.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@
'p': 1, # order of indicator dynamics
'gnb': 2, # number of background components
'epochs': 2, # number of passes over the data
'rval_thr': 0.75, # spatial correlation threshold
'max_thr': 0.15, # parameter for thresholding components when cleaning up shapes
'rval_thr': 0.80, # spatial correlation threshold
'max_thr': 0.25, # parameter for thresholding components when cleaning up shapes
'mot_corr': False, # flag for motion correction (set to False to compare directly on the same FOV)
'min_num_trial': 10, # maximum number of candidate components per frame
'use_peak_max': True,
Expand Down Expand Up @@ -129,7 +129,7 @@
# % YST
params_movie[3] = {
'folder_name': 'YST/',
'epochs': 2,
'epochs': 3,
'ds_factor': 1,
'fr': 10,
'decay_time': .75,
Expand All @@ -140,7 +140,7 @@
# % neurofinder.04.00.test
params_movie[4] = {
'folder_name': 'N.04.00.t/',
'epochs': 2,
'epochs': 3,
'ds_factor': 1,
'fr': 8,
'gSig': [7, 7], # expected half size of neurons
Expand Down

0 comments on commit 4911022

Please sign in to comment.