From fba30265a6bb9634e60fe2b00ea59e687ef899f1 Mon Sep 17 00:00:00 2001 From: sarabsethi Date: Thu, 18 Aug 2016 09:37:34 +1000 Subject: [PATCH] minor run option changes --- SS_SetupRunOptions.m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SS_SetupRunOptions.m b/SS_SetupRunOptions.m index 056ec41..3320a2d 100644 --- a/SS_SetupRunOptions.m +++ b/SS_SetupRunOptions.m @@ -2,13 +2,13 @@ function SS_SetupRunInfo( ks , kToUse , op_km_repeats , ts_km_repeats , ... inMatFileName , outTxtFileName , corr_dist_threshold , av_ts_cluster_size) if ~exist('ks','var') - ks = [3,7,10:20:100,200,500]; + ks = [5042]; end if ~exist('kToUse','var') - kToUse = 50; + kToUse = 5042; end if ~exist('op_km_repeats','var') - op_km_repeats = 300; + op_km_repeats = 10; end if ~exist('ts_km_repeats','var') ts_km_repeats = 1000;