From b85ac728f88e13743cbd64a494b886e92a85c81f Mon Sep 17 00:00:00 2001
From: Lionel GUEZ <guez@lmd.ens.fr>
Date: Thu, 14 Apr 2022 15:13:15 +0200
Subject: [PATCH] Read orientation at run-time

We do not want to change the script to change orientation.
---
 gt_segmented_cf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gt_segmented_cf.py b/gt_segmented_cf.py
index aa76980f..b3ea4d64 100644
--- a/gt_segmented_cf.py
+++ b/gt_segmented_cf.py
@@ -100,7 +100,7 @@ delta_ro_std = 5.2168
 delta_r_mean = -0.0094709 * 1000 #[m] 
 delta_r_std = 8.6953 * 1000
 
-orientation = 'anti' 
+orientation = input("Enter orientation (anti or cyclo): ") 
 
 ##########################
 # load the edgelist file #
-- 
GitLab