From b9246fe0eb3c7602fc80c36d0d6f91e7a8d85a57 Mon Sep 17 00:00:00 2001 From: liuzzo Date: Fri, 26 Apr 2019 15:10:27 +0200 Subject: [PATCH] some extra elements in the ACU layout --- +ebs/CreateOpticsFiles.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/+ebs/CreateOpticsFiles.m b/+ebs/CreateOpticsFiles.m index fb5063c..d4fcc10 100755 --- a/+ebs/CreateOpticsFiles.m +++ b/+ebs/CreateOpticsFiles.m @@ -93,7 +93,7 @@ saveas(gca,[opticsname '.jpg']); close(f); % layout file for closed orbit application -atwriteacu(r,[opticsname '_layout.txt']); +atwriteacu([r;r(1:ceil(length(r)/32)+10)],[opticsname '_layout.txt']); rfull=ebs.model(r); -- GitLab