Index | Start Time | Stop Time | Max. Elevation | Phase | Primary GS | Type | Tasks | Status |
---|---|---|---|---|---|---|---|---|
88 | 2018-12-18 09:43:29+01:00 | 2018-12-18 09:55:39+01:00 | N/A° | Extended Mission | N/A | [TBD] | ☑ |
Goal
High res photo download and telemetry.
Tasklist
tasks = [
[[tc.SetBitrate(1, BaudRate.BaudRate9600), 5], SendLoop, WaitMode.NoWait],
[tc.SendBeacon(), Send, WaitMode.Wait],
[tc.ListFiles(2, '/'), Send, WaitMode.Wait],
# Telemetry between session 87 and 88
[tc.DownloadFile(10, '/telemetry.current', [i for i in range(50, 1500, 100)]), Send, WaitMode.Wait],
[tc.DownloadFile(11, '/telemetry.current', [i for i in range(100, 1500, 100)]), Send, WaitMode.Wait],
[tc.DownloadFile(12, '/telemetry.current', [i for i in range(75, 1500, 100)]), Send, WaitMode.Wait],
[tc.DownloadFile(13, '/telemetry.current', [i for i in range(125, 1500, 100)]), Send, WaitMode.Wait],
[tc.DownloadFile(14, '/telemetry.current', [i for i in range(62, 1500, 100)]), Send, WaitMode.Wait],
[tc.DownloadFile(15, '/telemetry.current', [i for i in range(87, 1500, 100)]), Send, WaitMode.Wait],
[tc.DownloadFile(16, '/telemetry.current', [i for i in range(112, 1500, 100)]), Send, WaitMode.Wait],
[tc.DownloadFile(17, '/telemetry.current', [i for i in range(137, 1500, 100)]), Send, WaitMode.Wait],
# High res photos
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(30, '/p2_480_0', [i for i in range(0, 20, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(31, '/p2_480_0', [i for i in range(20, 40, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(32, '/p2_480_0', [i for i in range(40, 60, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(33, '/p2_480_0', [i for i in range(60, 78, 1)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(40, '/p4_480_0', [i for i in range(0, 20, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(41, '/p4_480_0', [i for i in range(20, 40, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(42, '/p4_480_0', [i for i in range(40, 60, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(43, '/p4_480_0', [i for i in range(60, 80, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(44, '/p4_480_0', [i for i in range(80, 89, 1)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(50, '/p3_480_0', [i for i in range(0, 20, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(51, '/p3_480_0', [i for i in range(20, 40, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(52, '/p3_480_0', [i for i in range(40, 60, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(53, '/p3_480_0', [i for i in range(60, 80, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(54, '/p3_480_0', [i for i in range(80, 91, 1)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(60, '/p5_480_0', [i for i in range(0, 20, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(61, '/p5_480_0', [i for i in range(20, 40, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(62, '/p5_480_0', [i for i in range(40, 53, 1)]), Send, WaitMode.Wait],
# More telemetry between session 87 and 88
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(70, '/telemetry.current', [i for i in range(56, 1500, 100)]), Send, WaitMode.Wait],
[tc.DownloadFile(71, '/telemetry.current', [i for i in range(68, 1500, 100)]), Send, WaitMode.Wait],
[tc.DownloadFile(72, '/telemetry.current', [i for i in range(81, 1500, 100)]), Send, WaitMode.Wait],
[tc.DownloadFile(73, '/telemetry.current', [i for i in range(93, 1500, 100)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(74, '/telemetry.current', [i for i in range(106, 1500, 100)]), Send, WaitMode.Wait],
[tc.DownloadFile(75, '/telemetry.current', [i for i in range(118, 1500, 100)]), Send, WaitMode.Wait],
[tc.DownloadFile(77, '/telemetry.current', [i for i in range(130, 1500, 100)]), Send, WaitMode.Wait],
[tc.DownloadFile(78, '/telemetry.current', [i for i in range(143, 1500, 100)]), Send, WaitMode.Wait],
# More high res photos
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(80, '/p17_480_0', [i for i in range(0, 20, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(81, '/p17_480_0', [i for i in range(20, 45, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(82, '/p18_480_0', [i for i in range(0, 20, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(83, '/p18_480_0', [i for i in range(20, 45, 1)]), Send, WaitMode.Wait],
# Much more telemetry between session 87 and 88
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(90, '/telemetry.current', [i for i in range(53, 1500, 100)]), Send, WaitMode.Wait],
[tc.DownloadFile(91, '/telemetry.current', [i for i in range(59, 1500, 100)]), Send, WaitMode.Wait],
[tc.DownloadFile(92, '/telemetry.current', [i for i in range(65, 1500, 100)]), Send, WaitMode.Wait],
[tc.DownloadFile(93, '/telemetry.current', [i for i in range(71, 1500, 100)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(94, '/telemetry.current', [i for i in range(74, 1500, 100)]), Send, WaitMode.Wait],
[tc.DownloadFile(95, '/telemetry.current', [i for i in range(77, 1500, 100)]), Send, WaitMode.Wait],
[tc.DownloadFile(96, '/telemetry.current', [i for i in range(85, 1500, 100)]), Send, WaitMode.Wait],
[tc.DownloadFile(97, '/telemetry.current', [i for i in range(90, 1500, 100)]), Send, WaitMode.Wait],
[tc.DownloadFile(98, '/telemetry.current', [i for i in range(96, 1500, 100)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(100, '/telemetry.current', [i for i in range(103, 1500, 100)]), Send, WaitMode.Wait],
[tc.DownloadFile(101, '/telemetry.current', [i for i in range(109, 1500, 100)]), Send, WaitMode.Wait],
[tc.DownloadFile(102, '/telemetry.current', [i for i in range(115, 1500, 100)]), Send, WaitMode.Wait],
[tc.DownloadFile(103, '/telemetry.current', [i for i in range(121, 1500, 100)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(104, '/telemetry.current', [i for i in range(128, 1500, 100)]), Send, WaitMode.Wait],
[tc.DownloadFile(105, '/telemetry.current', [i for i in range(131, 1500, 100)]), Send, WaitMode.Wait],
[tc.DownloadFile(106, '/telemetry.current', [i for i in range(138, 1500, 100)]), Send, WaitMode.Wait],
[tc.DownloadFile(107, '/telemetry.current', [i for i in range(141, 1500, 100)]), Send, WaitMode.Wait],
[tc.DownloadFile(108, '/telemetry.current', [i for i in range(147, 1500, 100)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.Wait],
]
Analyzer Output
======================================= General =======================================
[33m[Warning] Bitrate not restored (1200)[0m
======================== Resources utilization for THIS session ========================
# Name Is Current Session Session Session Session Session Session Notes
scheduled? bitrate downlink downlink uplink uplink power power
[bps] frames duration frames duration budget budget
count [s] count [s] energy mean
[mWh] power
[mW]
--- ------------ ------------ --------- ---------- ---------- --------- ---------- --------- --------- ---------------------------------------------------------------------
1 SetBitrate False 9600 1 0.32 1 1.03 0.3 N/A [36m[Info] In SendLoop mode - a telecommand in every .[0m
2 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A [33m[Warning] Waiting is not recommended[0m
3 ListFiles False 9600 5 1.28 1 1.04 1.1 N/A [33m[Warning] Waiting is not recommended[0m
4 DownloadFile False 9600 15 3.22 1 1.56 2.7 N/A
5 DownloadFile False 9600 14 3.02 1 1.53 2.5 N/A
6 DownloadFile False 9600 15 3.22 1 1.56 2.7 N/A
7 DownloadFile False 9600 14 3.02 1 1.53 2.5 N/A
8 DownloadFile False 9600 15 3.22 1 1.56 2.7 N/A
9 DownloadFile False 9600 15 3.22 1 1.56 2.7 N/A
10 DownloadFile False 9600 14 3.02 1 1.53 2.5 N/A
11 DownloadFile False 9600 14 3.02 1 1.53 2.5 N/A
12 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A
13 DownloadFile False 9600 20 4.18 1 1.63 3.5 N/A
14 DownloadFile False 9600 20 4.18 1 1.63 3.5 N/A
15 DownloadFile False 9600 20 4.18 1 1.63 3.5 N/A
16 DownloadFile False 9600 18 3.8 1 1.58 3.2 N/A
17 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A
18 DownloadFile False 9600 20 4.18 1 1.63 3.5 N/A
19 DownloadFile False 9600 20 4.18 1 1.63 3.5 N/A
20 DownloadFile False 9600 20 4.18 1 1.63 3.5 N/A
21 DownloadFile False 9600 20 4.18 1 1.63 3.5 N/A
22 DownloadFile False 9600 9 2.06 1 1.34 1.7 N/A
23 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A
24 DownloadFile False 9600 20 4.18 1 1.63 3.5 N/A
25 DownloadFile False 9600 20 4.18 1 1.63 3.5 N/A
26 DownloadFile False 9600 20 4.18 1 1.63 3.5 N/A
27 DownloadFile False 9600 20 4.18 1 1.63 3.5 N/A
28 DownloadFile False 9600 11 2.44 1 1.39 2 N/A
29 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A
30 DownloadFile False 9600 20 4.18 1 1.63 3.5 N/A
31 DownloadFile False 9600 20 4.18 1 1.63 3.5 N/A
32 DownloadFile False 9600 13 2.83 1 1.45 2.4 N/A
33 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A
34 DownloadFile False 9600 15 3.22 1 1.56 2.7 N/A
35 DownloadFile False 9600 15 3.22 1 1.56 2.7 N/A
36 DownloadFile False 9600 15 3.22 1 1.56 2.7 N/A
37 DownloadFile False 9600 15 3.22 1 1.56 2.7 N/A
38 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A
39 DownloadFile False 9600 14 3.02 1 1.53 2.5 N/A
40 DownloadFile False 9600 14 3.02 1 1.53 2.5 N/A
41 DownloadFile False 9600 14 3.02 1 1.53 2.5 N/A
42 DownloadFile False 9600 14 3.02 1 1.53 2.5 N/A
43 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A
44 DownloadFile False 9600 20 4.18 1 1.64 3.5 N/A
45 DownloadFile False 9600 25 5.15 1 1.77 4.3 N/A
46 DownloadFile False 9600 20 4.18 1 1.64 3.5 N/A
47 DownloadFile False 9600 25 5.15 1 1.77 4.3 N/A
48 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A
49 DownloadFile False 9600 15 3.22 1 1.56 2.7 N/A
50 DownloadFile False 9600 15 3.22 1 1.56 2.7 N/A
51 DownloadFile False 9600 15 3.22 1 1.56 2.7 N/A
52 DownloadFile False 9600 15 3.22 1 1.56 2.7 N/A
53 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A
54 DownloadFile False 9600 15 3.22 1 1.56 2.7 N/A
55 DownloadFile False 9600 15 3.22 1 1.56 2.7 N/A
56 DownloadFile False 9600 15 3.22 1 1.56 2.7 N/A
57 DownloadFile False 9600 15 3.22 1 1.56 2.7 N/A
58 DownloadFile False 9600 15 3.22 1 1.56 2.7 N/A
59 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A
60 DownloadFile False 9600 14 3.02 1 1.53 2.5 N/A
61 DownloadFile False 9600 14 3.02 1 1.53 2.5 N/A
62 DownloadFile False 9600 14 3.02 1 1.53 2.5 N/A
63 DownloadFile False 9600 14 3.02 1 1.53 2.5 N/A
64 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A
65 DownloadFile False 9600 14 3.02 1 1.53 2.5 N/A
66 DownloadFile False 9600 14 3.02 1 1.53 2.5 N/A
67 DownloadFile False 9600 14 3.02 1 1.53 2.5 N/A
68 DownloadFile False 9600 14 3.02 1 1.53 2.5 N/A
69 DownloadFile False 9600 14 3.02 1 1.53 2.5 N/A
70 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A [33m[Warning] Waiting is not recommended[0m
Session downlink frames count: 913
Session downlink duration [s]: 198.43
Session uplink frames count: 70
Session uplink duration [s]: 101.74
Session power budget energy [mWh]: 165.4
Session power budget mean power [mW]: N/A
================ Resources utilization for SCHEDULED experiments or tasks ================
[Info] No scheduled experiments or tasks.
Artifacts
waterfalls
files
- p5_480_0
- elka_versions
- downlink_frames.txt
- telemetry.current
- p4_480_0.missing
- p2_480_0.missing
- beacons.txt
- requested_files.txt
- file_list_2.txt
- p17_480_0.missing
- p4_480_0.jpg
- elka_downlink.frames
- p5_480_0.missing
- p4_480_0.error
- p3_480_0.missing
- p2_480_0.jpg
- p4_480_0
- p18_480_0.missing
- p18_480_0
- p3_480_0.jpg
- p2_480_0
- telemetry.current.error
- fp-gs_downlink.frames
- telemetry.current.missing
- p17_480_0
- p5_480_0.jpg
- all.frames
- p3_480_0
- fp-gs_versions