From c1df2378552b5840a192f5c0b97c0e43b1571dab Mon Sep 17 00:00:00 2001
From: ac_fx <arc334@drexel.edu>
Date: Tue, 2 Jan 2024 13:21:13 -0500
Subject: [PATCH] drawKymosCondition time labels

---
 matlab/+SSF/drawKymosCondition.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/matlab/+SSF/drawKymosCondition.m b/matlab/+SSF/drawKymosCondition.m
index 337f3c0c..921a8782 100644
--- a/matlab/+SSF/drawKymosCondition.m
+++ b/matlab/+SSF/drawKymosCondition.m
@@ -92,7 +92,7 @@ for cc = 1:length(xClasses)
             'VerticalAlignment','top');
         
         % label time
-        tHours = [24:24:szim(ff,2)-12];
+        tHours = [48:48:szim(ff,2)-12];
         for i = 1:length(tHours)
             text(x+tHours(i),y+szim(ff,1),num2str(round(tHours(i)./framesPerHour)),'Interpreter','none','FontSize',6,...
             'VerticalAlignment','bottom');
-- 
GitLab