about summary refs log tree commit diff
path: root/main2.py
diff options
context:
space:
mode:
Diffstat (limited to 'main2.py')
-rw-r--r--main2.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/main2.py b/main2.py
index 62a4426..7745d86 100644
--- a/main2.py
+++ b/main2.py
@@ -87,7 +87,7 @@ class TLE:
 start = timer()
 
 # controll values
-category = "iridium"
+category = "argos"
 globalScale = 1
 satSize = 0.5
 orbitSubDivs = 256
@@ -95,7 +95,7 @@ resolution = 100        # get position of sat each x frames
 threshold = 0.001
 
 # if internet connection available:
-TLE.download(category)
+# TLE.download(category)
 
 # define
 sce = bpy.context.scene