summaryrefslogtreecommitdiff
path: root/ckt0.sh
diff options
context:
space:
mode:
authorwukong <wukong@longaeva>2026-04-14 20:45:20 -0700
committerwukong <wukong@longaeva>2026-04-14 20:45:20 -0700
commit40548183b45666afc50373b0ee172465660fc479 (patch)
tree98c7a7c9f178bf9179b91eaee7cb1b25e4fdb90d /ckt0.sh
parente13d388ced9ae1269b19506051a7d70d2113b9a8 (diff)
changed plot markers to dots;
reduced iteration in ckt0.sh;
Diffstat (limited to 'ckt0.sh')
-rw-r--r--ckt0.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ckt0.sh b/ckt0.sh
index 7d58bd6..76a9c09 100644
--- a/ckt0.sh
+++ b/ckt0.sh
@@ -20,7 +20,7 @@ if [ -f /tmp/t0_est.log ] ; then {
} fi
printf "n t_est t_unc t_up_est t_up_unc t0_est t0_unc\n" | column -t
-for N in $(seq 0 10080) ; do
+for N in $(seq 0 1440) ; do
printf "${N} ${t0_est}\n" | column -t
t0_est=$( awk -f ckt0.awk ${t0_est} | tail -n2 )