From 0cdf0cca1e232e629045bf7c3309859f8b7bbdc4 Mon Sep 17 00:00:00 2001 From: lkaraba Date: Thu, 16 Apr 2026 12:18:39 -0400 Subject: [PATCH] fix bug --- BARRs/unitsForDetection.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BARRs/unitsForDetection.m b/BARRs/unitsForDetection.m index fb7111c..8a573d5 100644 --- a/BARRs/unitsForDetection.m +++ b/BARRs/unitsForDetection.m @@ -83,5 +83,5 @@ load([basepath '\' basename '.cell_metrics.cellinfo.mat']); cell_metrics.tags.BARR_UID = UIDkeep; -save([basepath '\' basename '.cell_metrics.cellinfo.mat']); +save([basepath '\' basename '.cell_metrics.cellinfo.mat'],'cell_metrics'); end \ No newline at end of file