From 23aa8723bc8c6ba0e96bc7cbac88075591116110 Mon Sep 17 00:00:00 2001 From: hanemile Date: Sat, 9 Dec 2017 16:01:33 +0100 Subject: added command line argument for specifying the location where the star coordinates should be saved --- src/coord.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coord.py b/src/coord.py index b5d9f49..4094b25 100755 --- a/src/coord.py +++ b/src/coord.py @@ -14,7 +14,7 @@ arr_saved_stars = np.zeros((int(nos), 3)) # define various paths path = "data/rho6.csv" -save_path = "stars/star19.csv" +save_path = "stars/" + sys.argv[2] # star13 -> 586 stars # define the random-value range [rho_min; rho_max] -- cgit 1.4.1