Index | Start Time | Stop Time | Max. Elevation | Phase | Primary GS | Type | Tasks | Status |
---|---|---|---|---|---|---|---|---|
161 | 2018-12-29 21:41:56+01:00 | 2018-12-29 21:54:22+01:00 | N/A° | After Sail | N/A | [TBD] | ☑ |
Goal
Telemetry download. Sail exp photos download.
Tasklist
tasks = [
[[tc.SetBitrate(1, BaudRate.BaudRate9600), 5], SendLoop, WaitMode.NoWait],
[[tc.SendBeacon(), 15], SendLoop, WaitMode.NoWait],
[tc.ListFiles(2, '/'), Send, WaitMode.Wait],
# Telemetry between session 160 and 161
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(100, '/telemetry.current', [i for i in range(1770, 1970, 12)]), Send, WaitMode.Wait],
[tc.DownloadFile(101, '/telemetry.current', [i for i in range(1776, 1970, 12)]), Send, WaitMode.Wait],
# More telemetry between session 158 and 160
[tc.DownloadFile(102, '/telemetry.current', [i for i in range(922, 1770, 50)]), Send, WaitMode.Wait],
# Missings of high-res photo after sail deployment - High priority
[tc.DownloadFile(87, '/sail.photo_87', [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]), Send, WaitMode.Wait],
[tc.DownloadFile(88, '/sail.photo_87', [11, 12, 13, 14, 15, 16, 17, 18, 19]), Send, WaitMode.Wait],
# Remove downloaded photos
[tc.SendBeacon(), Send, WaitMode.Wait],
[tc.RemoveFile(200, '/sail.photo_11'), Send, WaitMode.NoWait],
[tc.RemoveFile(201, '/sail.photo_45'), Send, WaitMode.NoWait],
[tc.RemoveFile(202, '/sail.photo_55'), Send, WaitMode.NoWait],
[tc.RemoveFile(203, '/sail.photo_67'), Send, WaitMode.NoWait],
[tc.RemoveFile(255, '/sail.photo_17'), Send, WaitMode.NoWait],
[tc.RemoveFile(254, '/sail.photo_19'), Send, WaitMode.NoWait],
# Missings of low-res photos just before and after sail deployment
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(13, '/sail.photo_13', [12]), Send, WaitMode.Wait],
[tc.DownloadFile(15, '/sail.photo_15', [0, 1, 2, 3, 4, 5, 6, 7, 8]), Send, WaitMode.Wait],
[tc.DownloadFile(16, '/sail.photo_15', [9, 10, 11, 12, 13, 14, 15]), Send, WaitMode.Wait],
[tc.DownloadFile(21, '/sail.photo_21', [0, 1, 2, 3, 4, 5, 6, 7]), Send, WaitMode.Wait],
[tc.DownloadFile(22, '/sail.photo_21', [8, 9, 10, 11, 12, 13, 14]), Send, WaitMode.Wait],
[tc.DownloadFile(23, '/sail.photo_23', [32, 33, 34, 35, 18, 19, 20, 21, 22]), Send, WaitMode.Wait],
[tc.DownloadFile(24, '/sail.photo_23', [23, 24, 25, 26, 27, 28, 29, 30, 31]), Send, WaitMode.Wait],
[tc.DownloadFile(27, '/sail.photo_27', [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]), Send, WaitMode.Wait],
[tc.DownloadFile(28, '/sail.photo_27', [10, 11, 12, 13, 14, 15, 16, 17]), Send, WaitMode.Wait],
# Remove black photos (covered by solar panels)
[tc.SendBeacon(), Send, WaitMode.Wait],
[tc.RemoveFile(204, '/sail.photo_0'), Send, WaitMode.NoWait],
[tc.RemoveFile(205, '/sail.photo_2'), Send, WaitMode.NoWait],
[tc.RemoveFile(206, '/sail.photo_4'), Send, WaitMode.NoWait],
[tc.RemoveFile(207, '/sail.photo_6'), Send, WaitMode.NoWait],
[tc.RemoveFile(208, '/sail.photo_8'), Send, WaitMode.NoWait],
[tc.RemoveFile(209, '/sail.photo_10'), Send, WaitMode.NoWait],
[tc.RemoveFile(210, '/sail.photo_12'), Send, WaitMode.NoWait],
[tc.RemoveFile(211, '/sail.photo_14'), Send, WaitMode.NoWait],
[tc.SendBeacon(), Send, WaitMode.Wait],
[tc.RemoveFile(212, '/sail.photo_16'), Send, WaitMode.NoWait],
[tc.RemoveFile(213, '/sail.photo_18'), Send, WaitMode.NoWait],
[tc.RemoveFile(214, '/sail.photo_20'), Send, WaitMode.NoWait],
[tc.RemoveFile(215, '/sail.photo_22'), Send, WaitMode.NoWait],
[tc.RemoveFile(216, '/sail.photo_24'), Send, WaitMode.NoWait],
[tc.RemoveFile(217, '/sail.photo_26'), Send, WaitMode.NoWait],
[tc.RemoveFile(218, '/sail.photo_28'), Send, WaitMode.NoWait],
[tc.RemoveFile(219, '/sail.photo_30'), Send, WaitMode.NoWait],
# Low-res photos just before and after sail deployment
[tc.DownloadFile(29, '/sail.photo_29', [i for i in range(0, 17, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(30, '/sail.photo_29', [i for i in range(17, 33, 1)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(31, '/sail.photo_31', [i for i in range(0, 15, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(32, '/sail.photo_31', [i for i in range(15, 29, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(33, '/sail.photo_33', [i for i in range(0, 22, 1)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(35, '/sail.photo_35', [i for i in range(0, 15, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(37, '/sail.photo_37', [i for i in range(0, 12, 1)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(39, '/sail.photo_39', [i for i in range(0, 21, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(41, '/sail.photo_41', [i for i in range(0, 15, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(42, '/sail.photo_41', [i for i in range(15, 32, 1)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.Wait],
[tc.RemoveFile(220, '/sail.photo_32'), Send, WaitMode.NoWait],
[tc.RemoveFile(221, '/sail.photo_34'), Send, WaitMode.NoWait],
[tc.RemoveFile(222, '/sail.photo_36'), Send, WaitMode.NoWait],
[tc.RemoveFile(223, '/sail.photo_38'), Send, WaitMode.NoWait],
[tc.RemoveFile(224, '/sail.photo_40'), Send, WaitMode.NoWait],
[tc.RemoveFile(225, '/sail.photo_42'), Send, WaitMode.NoWait],
[tc.RemoveFile(226, '/sail.photo_44'), Send, WaitMode.NoWait],
[tc.RemoveFile(227, '/sail.photo_46'), Send, WaitMode.NoWait],
[tc.SendBeacon(), Send, WaitMode.Wait],
[tc.RemoveFile(228, '/sail.photo_48'), Send, WaitMode.NoWait],
[tc.RemoveFile(229, '/sail.photo_50'), Send, WaitMode.NoWait],
[tc.RemoveFile(230, '/sail.photo_52'), Send, WaitMode.NoWait],
[tc.RemoveFile(231, '/sail.photo_54'), Send, WaitMode.NoWait],
[tc.RemoveFile(232, '/sail.photo_56'), Send, WaitMode.NoWait],
[tc.RemoveFile(233, '/sail.photo_58'), Send, WaitMode.NoWait],
[tc.RemoveFile(234, '/sail.photo_60'), Send, WaitMode.NoWait],
[tc.RemoveFile(235, '/sail.photo_62'), Send, WaitMode.NoWait],
# Low-res photos just before and after sail deployment
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(43, '/sail.photo_43', [i for i in range(0, 15, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(44, '/sail.photo_43', [i for i in range(15, 34, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(47, '/sail.photo_47', [i for i in range(0, 15, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(48, '/sail.photo_47', [i for i in range(15, 30, 1)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(49, '/sail.photo_49', [i for i in range(0, 15, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(50, '/sail.photo_49', [i for i in range(15, 30, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(51, '/sail.photo_51', [i for i in range(0, 15, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(52, '/sail.photo_51', [i for i in range(15, 32, 1)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(53, '/sail.photo_53', [i for i in range(0, 15, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(54, '/sail.photo_53', [i for i in range(15, 35, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(57, '/sail.photo_57', [i for i in range(0, 15, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(58, '/sail.photo_57', [i for i in range(15, 31, 1)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.Wait],
[tc.RemoveFile(236, '/sail.photo_64'), Send, WaitMode.NoWait],
[tc.RemoveFile(237, '/sail.photo_66'), Send, WaitMode.NoWait],
[tc.RemoveFile(238, '/sail.photo_68'), Send, WaitMode.NoWait],
[tc.RemoveFile(239, '/sail.photo_70'), Send, WaitMode.NoWait],
[tc.RemoveFile(240, '/sail.photo_72'), Send, WaitMode.NoWait],
[tc.RemoveFile(242, '/sail.photo_74'), Send, WaitMode.NoWait],
[tc.RemoveFile(243, '/sail.photo_76'), Send, WaitMode.NoWait],
[tc.RemoveFile(244, '/sail.photo_78'), Send, WaitMode.NoWait],
[tc.SendBeacon(), Send, WaitMode.Wait],
[tc.RemoveFile(245, '/sail.photo_80'), Send, WaitMode.NoWait],
[tc.RemoveFile(246, '/sail.photo_82'), Send, WaitMode.NoWait],
[tc.RemoveFile(247, '/sail.photo_84'), Send, WaitMode.NoWait],
[tc.RemoveFile(248, '/sail.photo_86'), Send, WaitMode.NoWait],
# Low-res photos just before and after sail deployment
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(59, '/sail.photo_59', [i for i in range(0, 15, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(60, '/sail.photo_59', [i for i in range(15, 29, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(61, '/sail.photo_61', [i for i in range(0, 15, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(62, '/sail.photo_61', [i for i in range(15, 27, 1)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(63, '/sail.photo_63', [i for i in range(0, 15, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(64, '/sail.photo_63', [i for i in range(15, 27, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(65, '/sail.photo_65', [i for i in range(0, 15, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(66, '/sail.photo_65', [i for i in range(15, 27, 1)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(69, '/sail.photo_69', [i for i in range(0, 22, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(71, '/sail.photo_71', [i for i in range(0, 23, 1)]), Send, WaitMode.Wait],
# Low-res photos just before and after sail deployment
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(73, '/sail.photo_73', [i for i in range(0, 23, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(75, '/sail.photo_75', [i for i in range(0, 21, 1)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(77, '/sail.photo_77', [i for i in range(0, 15, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(78, '/sail.photo_77', [i for i in range(15, 26, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(79, '/sail.photo_79', [i for i in range(0, 15, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(80, '/sail.photo_79', [i for i in range(15, 27, 1)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(81, '/sail.photo_81', [i for i in range(0, 15, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(82, '/sail.photo_81', [i for i in range(15, 30, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(83, '/sail.photo_83', [i for i in range(0, 16, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(84, '/sail.photo_83', [i for i in range(16, 33, 1)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(85, '/sail.photo_85', [i for i in range(0, 18, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(86, '/sail.photo_85', [i for i in range(18, 36, 1)]), Send, WaitMode.Wait],
[[tc.SendBeacon(), 15], SendLoop, WaitMode.NoWait],
]
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 [36m[Info] In SendLoop mode - a telecommand in every .[0m
3 ListFiles False 9600 5 1.28 1 1.04 1.1 N/A [33m[Warning] Waiting is not recommended[0m
4 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A
5 DownloadFile False 9600 17 3.6 1 1.61 3 N/A
6 DownloadFile False 9600 17 3.6 1 1.61 3 N/A
7 DownloadFile False 9600 17 3.6 1 1.61 3 N/A
8 DownloadFile False 9600 11 2.44 1 1.43 2 N/A
9 DownloadFile False 9600 9 2.06 1 1.37 1.7 N/A
10 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A [33m[Warning] Waiting is not recommended[0m
11 RemoveFile False 9600 1 0.33 1 1.13 0.3 N/A
12 RemoveFile False 9600 1 0.33 1 1.13 0.3 N/A
13 RemoveFile False 9600 1 0.33 1 1.13 0.3 N/A
14 RemoveFile False 9600 1 0.33 1 1.13 0.3 N/A
15 RemoveFile False 9600 1 0.33 1 1.13 0.3 N/A
16 RemoveFile False 9600 1 0.33 1 1.13 0.3 N/A
17 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A
18 DownloadFile False 9600 1 0.51 1 1.16 0.4 N/A
19 DownloadFile False 9600 9 2.06 1 1.37 1.7 N/A
20 DownloadFile False 9600 7 1.67 1 1.32 1.4 N/A
21 DownloadFile False 9600 8 1.86 1 1.35 1.6 N/A
22 DownloadFile False 9600 7 1.67 1 1.32 1.4 N/A
23 DownloadFile False 9600 9 2.06 1 1.37 1.7 N/A
24 DownloadFile False 9600 9 2.06 1 1.37 1.7 N/A
25 DownloadFile False 9600 10 2.25 1 1.4 1.9 N/A
26 DownloadFile False 9600 8 1.86 1 1.35 1.6 N/A
27 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A [33m[Warning] Waiting is not recommended[0m
28 RemoveFile False 9600 1 0.33 1 1.13 0.3 N/A
29 RemoveFile False 9600 1 0.33 1 1.13 0.3 N/A
30 RemoveFile False 9600 1 0.33 1 1.13 0.3 N/A
31 RemoveFile False 9600 1 0.33 1 1.13 0.3 N/A
32 RemoveFile False 9600 1 0.33 1 1.13 0.3 N/A
33 RemoveFile False 9600 1 0.33 1 1.13 0.3 N/A
34 RemoveFile False 9600 1 0.33 1 1.13 0.3 N/A
35 RemoveFile False 9600 1 0.33 1 1.13 0.3 N/A
36 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A [33m[Warning] Waiting is not recommended[0m
37 RemoveFile False 9600 1 0.33 1 1.13 0.3 N/A
38 RemoveFile False 9600 1 0.33 1 1.13 0.3 N/A
39 RemoveFile False 9600 1 0.33 1 1.13 0.3 N/A
40 RemoveFile False 9600 1 0.33 1 1.13 0.3 N/A
41 RemoveFile False 9600 1 0.33 1 1.13 0.3 N/A
42 RemoveFile False 9600 1 0.33 1 1.13 0.3 N/A
43 RemoveFile False 9600 1 0.33 1 1.13 0.3 N/A
44 RemoveFile False 9600 1 0.33 1 1.13 0.3 N/A
45 DownloadFile False 9600 17 3.6 1 1.59 3 N/A
46 DownloadFile False 9600 16 3.41 1 1.56 2.8 N/A
47 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A
48 DownloadFile False 9600 15 3.22 1 1.53 2.7 N/A
49 DownloadFile False 9600 14 3.02 1 1.51 2.5 N/A
50 DownloadFile False 9600 22 4.57 1 1.72 3.8 N/A
51 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A
52 DownloadFile False 9600 15 3.22 1 1.53 2.7 N/A
53 DownloadFile False 9600 12 2.64 1 1.45 2.2 N/A
54 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A
55 DownloadFile False 9600 21 4.38 1 1.69 3.6 N/A
56 DownloadFile False 9600 15 3.22 1 1.53 2.7 N/A
57 DownloadFile False 9600 17 3.6 1 1.59 3 N/A
58 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A [33m[Warning] Waiting is not recommended[0m
59 RemoveFile False 9600 1 0.33 1 1.13 0.3 N/A
60 RemoveFile False 9600 1 0.33 1 1.13 0.3 N/A
61 RemoveFile False 9600 1 0.33 1 1.13 0.3 N/A
62 RemoveFile False 9600 1 0.33 1 1.13 0.3 N/A
63 RemoveFile False 9600 1 0.33 1 1.13 0.3 N/A
64 RemoveFile False 9600 1 0.33 1 1.13 0.3 N/A
65 RemoveFile False 9600 1 0.33 1 1.13 0.3 N/A
66 RemoveFile False 9600 1 0.33 1 1.13 0.3 N/A
67 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A [33m[Warning] Waiting is not recommended[0m
68 RemoveFile False 9600 1 0.33 1 1.13 0.3 N/A
69 RemoveFile False 9600 1 0.33 1 1.13 0.3 N/A
70 RemoveFile False 9600 1 0.33 1 1.13 0.3 N/A
71 RemoveFile False 9600 1 0.33 1 1.13 0.3 N/A
72 RemoveFile False 9600 1 0.33 1 1.13 0.3 N/A
73 RemoveFile False 9600 1 0.33 1 1.13 0.3 N/A
74 RemoveFile False 9600 1 0.33 1 1.13 0.3 N/A
75 RemoveFile False 9600 1 0.33 1 1.13 0.3 N/A
76 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A
77 DownloadFile False 9600 15 3.22 1 1.53 2.7 N/A
78 DownloadFile False 9600 19 3.99 1 1.64 3.3 N/A
79 DownloadFile False 9600 15 3.22 1 1.53 2.7 N/A
80 DownloadFile False 9600 15 3.22 1 1.53 2.7 N/A
81 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A
82 DownloadFile False 9600 15 3.22 1 1.53 2.7 N/A
83 DownloadFile False 9600 15 3.22 1 1.53 2.7 N/A
84 DownloadFile False 9600 15 3.22 1 1.53 2.7 N/A
85 DownloadFile False 9600 17 3.6 1 1.59 3 N/A
86 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A
87 DownloadFile False 9600 15 3.22 1 1.53 2.7 N/A
88 DownloadFile False 9600 20 4.18 1 1.67 3.5 N/A
89 DownloadFile False 9600 15 3.22 1 1.53 2.7 N/A
90 DownloadFile False 9600 16 3.41 1 1.56 2.8 N/A
91 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A [33m[Warning] Waiting is not recommended[0m
92 RemoveFile False 9600 1 0.33 1 1.13 0.3 N/A
93 RemoveFile False 9600 1 0.33 1 1.13 0.3 N/A
94 RemoveFile False 9600 1 0.33 1 1.13 0.3 N/A
95 RemoveFile False 9600 1 0.33 1 1.13 0.3 N/A
96 RemoveFile False 9600 1 0.33 1 1.13 0.3 N/A
97 RemoveFile False 9600 1 0.33 1 1.13 0.3 N/A
98 RemoveFile False 9600 1 0.33 1 1.13 0.3 N/A
99 RemoveFile False 9600 1 0.33 1 1.13 0.3 N/A
100 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A [33m[Warning] Waiting is not recommended[0m
101 RemoveFile False 9600 1 0.33 1 1.13 0.3 N/A
102 RemoveFile False 9600 1 0.33 1 1.13 0.3 N/A
103 RemoveFile False 9600 1 0.33 1 1.13 0.3 N/A
104 RemoveFile False 9600 1 0.33 1 1.13 0.3 N/A
105 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A
106 DownloadFile False 9600 15 3.22 1 1.53 2.7 N/A
107 DownloadFile False 9600 14 3.02 1 1.51 2.5 N/A
108 DownloadFile False 9600 15 3.22 1 1.53 2.7 N/A
109 DownloadFile False 9600 12 2.64 1 1.45 2.2 N/A
110 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A
111 DownloadFile False 9600 15 3.22 1 1.53 2.7 N/A
112 DownloadFile False 9600 12 2.64 1 1.45 2.2 N/A
113 DownloadFile False 9600 15 3.22 1 1.53 2.7 N/A
114 DownloadFile False 9600 12 2.64 1 1.45 2.2 N/A
115 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A
116 DownloadFile False 9600 22 4.57 1 1.72 3.8 N/A
117 DownloadFile False 9600 23 4.76 1 1.75 4 N/A
118 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A
119 DownloadFile False 9600 23 4.76 1 1.75 4 N/A
120 DownloadFile False 9600 21 4.38 1 1.69 3.6 N/A
121 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A
122 DownloadFile False 9600 15 3.22 1 1.53 2.7 N/A
123 DownloadFile False 9600 11 2.44 1 1.43 2 N/A
124 DownloadFile False 9600 15 3.22 1 1.53 2.7 N/A
125 DownloadFile False 9600 12 2.64 1 1.45 2.2 N/A
126 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A
127 DownloadFile False 9600 15 3.22 1 1.53 2.7 N/A
128 DownloadFile False 9600 15 3.22 1 1.53 2.7 N/A
129 DownloadFile False 9600 16 3.41 1 1.56 2.8 N/A
130 DownloadFile False 9600 17 3.6 1 1.59 3 N/A
131 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A
132 DownloadFile False 9600 18 3.8 1 1.61 3.2 N/A
133 DownloadFile False 9600 18 3.8 1 1.61 3.2 N/A
134 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A [36m[Info] In SendLoop mode - a telecommand in every .[0m
Session downlink frames count: 926
Session downlink duration [s]: 212.15
Session uplink frames count: 134
Session uplink duration [s]: 171.56
Session power budget energy [mWh]: 176.8
Session power budget mean power [mW]: N/A
================ Resources utilization for SCHEDULED experiments or tasks ================
[Info] No scheduled experiments or tasks.
Artifacts
waterfalls
files
- sail.photo_61.missing
- sail.photo_65
- elka_versions
- downlink_frames.txt
- telemetry.current
- beacons.txt
- sail.photo_81
- requested_files.txt
- sail.photo_59
- sail.photo_79.missing
- file_list_2.txt
- sail.photo_29
- sail.photo_39
- sail.photo_63
- elka_downlink.frames
- sail.photo_73.missing
- sail.photo_31
- sail.photo_41
- sail.photo_75
- sail.photo_47
- sail.photo_63.missing
- sail.photo_43
- sail.photo_23
- sail.photo_69.missing
- sail.photo_59.missing
- sail.photo_85.missing
- sail.photo_77.missing
- sail.photo_21
- sail.photo_53
- sail.photo_35
- sail.photo_77
- sail.photo_71
- sail.photo_33
- sail.photo_71.missing
- sail.photo_81.missing
- sail.photo_87
- sail.photo_51
- sail.photo_79
- sail.photo_13
- sail.photo_37
- sail.photo_49
- sail.photo_83.missing
- sail.photo_69
- sail.photo_85
- sail.photo_65.missing
- telemetry.current.error
- sail.photo_15
- fp-gs_downlink.frames
- sail.photo_61
- sail.photo_27
- sail.photo_73
- all.frames
- sail.photo_33.missing
- sail.photo_75.missing
- sail.photo_31.missing
- fp-gs_versions
- sail.photo_57
- sail.photo_83
assembled
- sail_photo_57.jpg
- sail.photo_61.missing
- sail.photo_11.missing
- sail.photo_65
- sail_photo_35.jpg
- sail_photo_45.jpg
- sail_photo_75.jpg
- sail_photo_39.jpg
- sail_photo_71.jpg
- sail_photo_51.jpg
- sail.photo_81
- sail.photo_59
- sail_photo_43.jpg
- sail.photo_79.missing
- sail_photo_59.jpg
- sail.photo_29
- sail_photo_49.jpg
- sail.photo_39
- sail.photo_63
- sail_photo_13.jpg
- sail.photo_73.missing
- sail_photo_61.jpg
- sail.photo_31
- sail.photo_41
- sail.photo_75
- sail.photo_47
- sail.photo_17
- sail_photo_85.jpg
- sail.photo_63.missing
- sail_photo_19.jpg
- sail.photo_43
- sail.photo_23
- sail_photo_63.jpg
- sail.photo_69.missing
- sail.photo_59.missing
- sail_photo_55.jpg
- sail.photo_85.missing
- sail.photo_77.missing
- sail.photo_21
- sail.photo_53
- sail.photo_35
- sail_photo_53.jpg
- sail_photo_15.jpg
- sail_photo_21.jpg
- sail.photo_55
- sail_photo_47.jpg
- sail_photo_17.jpg
- sail.photo_77
- sail_photo_23.jpg
- sail.photo_71
- sail.photo_11
- sail.photo_33
- sail.photo_71.missing
- sail.photo_81.missing
- sail.photo_87
- sail_photo_25.jpg
- sail.photo_51
- sail_photo_11.jpg
- sail.photo_45
- sail.photo_79
- sail.photo_13
- sail_photo_79.jpg
- sail.photo_37
- sail.photo_49
- sail_photo_31.jpg
- sail_photo_33.jpg
- sail_photo_81.jpg
- sail.photo_83.missing
- sail.photo_69
- sail.photo_85
- sail.photo_19
- sail.photo_65.missing
- sail_photo_83.jpg
- sail_photo_65.jpg
- sail.photo_15
- sail_photo_41.jpg
- sail_photo_69.jpg
- sail.photo_61
- sail_photo_73.jpg
- sail_photo_77.jpg
- sail.photo_27
- sail.photo_73
- sail_photo_27.jpg
- sail_photo_37.jpg
- sail_photo_67.jpg
- sail.photo_33.missing
- sail.photo_75.missing
- sail_photo_29.jpg
- sail.photo_31.missing
- sail.photo_35.missing
- sail.photo_25
- sail_photo_87.jpg
- sail.photo_57
- sail.photo_83
- sail.photo_67