Skip to content

Commit

Permalink
Merge pull request #320 from arayabrain/feature/cnmf-quality-params
Browse files Browse the repository at this point in the history
add cnmf quality params
  • Loading branch information
ReiHashimoto committed Mar 27, 2024
2 parents 647be4f + 7b3f114 commit e232fef
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions studio/app/optinist/wrappers/caiman/params/caiman_cnmf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,15 @@ advanced:
do_merge: True
merge_parallel: False
max_merge_area: null

quality_evaluation_params:
SNR_lowest: 0.5
cnn_lowest: 0.1
gSig_range: null
min_SNR: 2.5
min_cnn_thr: 0.9
rval_lowest: -1
rval_thr: 0.8
use_cnn: True
use_ecc: False
max_ecc: 3

0 comments on commit e232fef

Please sign in to comment.