From 608e767e2b98dff64ca87facd92efa0166dc3e18 Mon Sep 17 00:00:00 2001 From: Paul Wiggins Date: Tue, 14 Aug 2018 09:35:48 -0700 Subject: [PATCH] added missing fields in FLAGS structure to viz/makeFrameMosaic.m viz/makeKymographC.m so they can be called from the command line without the FLAGS input. --- viz/makeFrameMosaic.m | 3 +++ viz/makeKymographC.m | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/viz/makeFrameMosaic.m b/viz/makeFrameMosaic.m index e0aade4..77d1065 100644 --- a/viz/makeFrameMosaic.m +++ b/viz/makeFrameMosaic.m @@ -23,6 +23,9 @@ FLAGS.composite = 1; FLAGS.f_flag = 1; FLAGS.Outline_flag = 0; + FLAGS.filt = zeros( [1,10] ); + FLAGS.include = true( [1,10] ); + FLAGS.level = 0.7*ones( [1,10] ); end diff --git a/viz/makeKymographC.m b/viz/makeKymographC.m index 4c9bd68..b5edac9 100644 --- a/viz/makeKymographC.m +++ b/viz/makeKymographC.m @@ -41,7 +41,9 @@ FLAGS.composite = 1; FLAGS.f_flag = 1; FLAGS.Outline_flag = 0; - FLAGS.filt = zeros( [1,10] );; + FLAGS.filt = zeros( [1,10] ); + FLAGS.include = true( [1,10] ); + FLAGS.level = 0.7*ones( [1,10] ); end