Index | Start Time | Stop Time | Max. Elevation | Phase | Primary GS | Type | Tasks | Status |
---|---|---|---|---|---|---|---|---|
86 | 2018-12-17 20:32:29+01:00 | 2018-12-17 20:44:51+01:00 | N/A° | Extended Mission | N/A | [TBD] | ☑ |
Goal
Telemetry download. Take photo. On 9600.
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 85 and 86
[tc.DownloadFile(3, '/telemetry.current', [i for i in range(2030, 2230, 12)]), Send, WaitMode.Wait],
[tc.DownloadFile(4, '/telemetry.current', [i for i in range(2036, 2230, 12)]), Send, WaitMode.Wait],
[tc.DownloadFile(5, '/telemetry.current', [i for i in range(2033, 2230, 12)]), Send, WaitMode.Wait],
[tc.DownloadFile(6, '/telemetry.current', [i for i in range(2039, 2230, 12)]), Send, WaitMode.Wait],
# Wait until 21:37 on SendBeacon telecommand
[tc.SendBeacon(), Send, WaitMode.Wait],
# Start at 21:37
# Group 1
[tc.TakePhotoTelecommand(102, CameraLocation.Nadir, PhotoResolution.p128, 1, datetime.timedelta(minutes=14), 'p1_128'), Send, WaitMode.Wait],
[tc.TakePhotoTelecommand(103, CameraLocation.Nadir, PhotoResolution.p480, 1, datetime.timedelta(minutes=0), 'p1_480'), Send, WaitMode.Wait],
# Group 2
[tc.TakePhotoTelecommand(104, CameraLocation.Nadir, PhotoResolution.p128, 1, datetime.timedelta(minutes=1), 'p2_128'), Send, WaitMode.Wait],
[tc.TakePhotoTelecommand(105, CameraLocation.Nadir, PhotoResolution.p480, 1, datetime.timedelta(minutes=0), 'p2_480'), Send, WaitMode.Wait],
# Group 3
[tc.TakePhotoTelecommand(106, CameraLocation.Nadir, PhotoResolution.p128, 1, datetime.timedelta(minutes=1), 'p3_128'), Send, WaitMode.Wait],
[tc.TakePhotoTelecommand(107, CameraLocation.Nadir, PhotoResolution.p480, 1, datetime.timedelta(minutes=0), 'p3_480'), Send, WaitMode.Wait],
# Group 4
[tc.TakePhotoTelecommand(108, CameraLocation.Nadir, PhotoResolution.p128, 1, datetime.timedelta(minutes=1), 'p4_128'), Send, WaitMode.Wait],
[tc.TakePhotoTelecommand(109, CameraLocation.Nadir, PhotoResolution.p480, 1, datetime.timedelta(minutes=0), 'p4_480'), Send, WaitMode.Wait],
# Group 5
[tc.TakePhotoTelecommand(110, CameraLocation.Nadir, PhotoResolution.p128, 1, datetime.timedelta(minutes=1), 'p5_128'), Send, WaitMode.Wait],
[tc.TakePhotoTelecommand(111, CameraLocation.Nadir, PhotoResolution.p480, 1, datetime.timedelta(minutes=0), 'p5_480'), Send, WaitMode.Wait],
# Group 6
[tc.TakePhotoTelecommand(112, CameraLocation.Nadir, PhotoResolution.p128, 1, datetime.timedelta(minutes=1), 'p6_128'), Send, WaitMode.Wait],
[tc.TakePhotoTelecommand(113, CameraLocation.Nadir, PhotoResolution.p480, 1, datetime.timedelta(minutes=0), 'p6_480'), Send, WaitMode.Wait],
# Group 7
[tc.TakePhotoTelecommand(114, CameraLocation.Nadir, PhotoResolution.p128, 1, datetime.timedelta(minutes=1), 'p7_128'), Send, WaitMode.Wait],
[tc.TakePhotoTelecommand(115, CameraLocation.Nadir, PhotoResolution.p480, 1, datetime.timedelta(minutes=0), 'p7_480'), Send, WaitMode.Wait],
# Group 8
[tc.TakePhotoTelecommand(116, CameraLocation.Nadir, PhotoResolution.p128, 1, datetime.timedelta(minutes=1), 'p8_128'), Send, WaitMode.Wait],
[tc.TakePhotoTelecommand(117, CameraLocation.Nadir, PhotoResolution.p480, 1, datetime.timedelta(minutes=0), 'p8_480'), Send, WaitMode.Wait],
# Group 9
[tc.TakePhotoTelecommand(118, CameraLocation.Nadir, PhotoResolution.p128, 1, datetime.timedelta(minutes=1), 'p9_128'), Send, WaitMode.Wait],
[tc.TakePhotoTelecommand(119, CameraLocation.Nadir, PhotoResolution.p480, 1, datetime.timedelta(minutes=0), 'p9_480'), Send, WaitMode.Wait],
# Group 10
[tc.TakePhotoTelecommand(120, CameraLocation.Nadir, PhotoResolution.p128, 1, datetime.timedelta(minutes=1), 'p10_128'), Send, WaitMode.Wait],
[tc.TakePhotoTelecommand(121, CameraLocation.Nadir, PhotoResolution.p480, 1, datetime.timedelta(minutes=0), 'p10_480'), Send, WaitMode.Wait],
# Group 11
[tc.TakePhotoTelecommand(122, CameraLocation.Nadir, PhotoResolution.p128, 1, datetime.timedelta(minutes=1), 'p11_128'), Send, WaitMode.Wait],
[tc.TakePhotoTelecommand(123, CameraLocation.Nadir, PhotoResolution.p480, 1, datetime.timedelta(minutes=0), 'p11_480'), Send, WaitMode.Wait],
# Group 12
[tc.TakePhotoTelecommand(124, CameraLocation.Nadir, PhotoResolution.p128, 1, datetime.timedelta(minutes=1), 'p12_128'), Send, WaitMode.Wait],
[tc.TakePhotoTelecommand(125, CameraLocation.Nadir, PhotoResolution.p480, 1, datetime.timedelta(minutes=0), 'p12_480'), Send, WaitMode.Wait],
# Group 13
[tc.TakePhotoTelecommand(126, CameraLocation.Nadir, PhotoResolution.p128, 1, datetime.timedelta(minutes=1), 'p13_128'), Send, WaitMode.Wait],
[tc.TakePhotoTelecommand(127, CameraLocation.Nadir, PhotoResolution.p480, 1, datetime.timedelta(minutes=0), 'p13_480'), Send, WaitMode.Wait],
# Group 14
[tc.TakePhotoTelecommand(128, CameraLocation.Nadir, PhotoResolution.p128, 1, datetime.timedelta(minutes=1), 'p14_128'), Send, WaitMode.Wait],
[tc.TakePhotoTelecommand(129, CameraLocation.Nadir, PhotoResolution.p480, 1, datetime.timedelta(minutes=0), 'p14_480'), Send, WaitMode.Wait],
# Group 15
[tc.TakePhotoTelecommand(130, CameraLocation.Nadir, PhotoResolution.p128, 1, datetime.timedelta(minutes=1), 'p15_128'), Send, WaitMode.Wait],
[tc.TakePhotoTelecommand(131, CameraLocation.Nadir, PhotoResolution.p480, 1, datetime.timedelta(minutes=0), 'p15_480'), Send, WaitMode.Wait],
# Group 16
[tc.TakePhotoTelecommand(132, CameraLocation.Nadir, PhotoResolution.p128, 1, datetime.timedelta(minutes=1), 'p16_128'), Send, WaitMode.Wait],
[tc.TakePhotoTelecommand(133, CameraLocation.Nadir, PhotoResolution.p480, 1, datetime.timedelta(minutes=0), 'p16_480'), Send, WaitMode.Wait],
# Group 17
[tc.TakePhotoTelecommand(134, CameraLocation.Nadir, PhotoResolution.p128, 1, datetime.timedelta(minutes=1), 'p17_128'), Send, WaitMode.Wait],
[tc.TakePhotoTelecommand(135, CameraLocation.Nadir, PhotoResolution.p480, 1, datetime.timedelta(minutes=0), 'p17_480'), Send, WaitMode.Wait],
# Group 18
[tc.TakePhotoTelecommand(136, CameraLocation.Nadir, PhotoResolution.p128, 1, datetime.timedelta(minutes=1), 'p18_128'), Send, WaitMode.Wait],
[tc.TakePhotoTelecommand(137, CameraLocation.Nadir, PhotoResolution.p480, 1, datetime.timedelta(minutes=0), 'p18_480'), Send, WaitMode.Wait],
# Group 19
[tc.TakePhotoTelecommand(138, CameraLocation.Nadir, PhotoResolution.p128, 1, datetime.timedelta(minutes=1), 'p19_128'), Send, WaitMode.Wait],
[tc.TakePhotoTelecommand(139, CameraLocation.Nadir, PhotoResolution.p480, 1, datetime.timedelta(minutes=0), 'p19_480'), Send, WaitMode.Wait],
# Group 20
[tc.TakePhotoTelecommand(140, CameraLocation.Nadir, PhotoResolution.p128, 1, datetime.timedelta(minutes=1), 'p20_128'), Send, WaitMode.Wait],
[tc.TakePhotoTelecommand(141, CameraLocation.Nadir, PhotoResolution.p480, 1, datetime.timedelta(minutes=0), 'p20_480'), Send, WaitMode.Wait],
# Second bunch of photos over Antarctica
[tc.TakePhotoTelecommand(142, CameraLocation.Nadir, PhotoResolution.p128, 1, datetime.timedelta(minutes=20), 'p21_128'), Send, WaitMode.Wait],
[tc.TakePhotoTelecommand(143, CameraLocation.Nadir, PhotoResolution.p128, 1, datetime.timedelta(minutes=3), 'p22_128'), Send, WaitMode.Wait],
[tc.TakePhotoTelecommand(144, CameraLocation.Nadir, PhotoResolution.p128, 1, datetime.timedelta(minutes=3), 'p23_128'), Send, WaitMode.Wait],
[tc.TakePhotoTelecommand(145, CameraLocation.Nadir, PhotoResolution.p128, 1, datetime.timedelta(minutes=3), 'p24_128'), Send, WaitMode.Wait],
[tc.TakePhotoTelecommand(146, CameraLocation.Nadir, PhotoResolution.p128, 1, datetime.timedelta(minutes=3), 'p25_128'), Send, WaitMode.Wait],
# More telemetry between session 85 and 86
[tc.DownloadFile(200, '/telemetry.current', [i for i in range(2031, 2230, 12)]), Send, WaitMode.Wait],
[tc.DownloadFile(201, '/telemetry.current', [i for i in range(2032, 2230, 12)]), Send, WaitMode.Wait],
[tc.DownloadFile(202, '/telemetry.current', [i for i in range(2034, 2230, 12)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(203, '/telemetry.current', [i for i in range(2035, 2230, 12)]), Send, WaitMode.Wait],
[tc.DownloadFile(204, '/telemetry.current', [i for i in range(2037, 2230, 12)]), Send, WaitMode.Wait],
[tc.DownloadFile(205, '/telemetry.current', [i for i in range(2038, 2230, 12)]), Send, WaitMode.Wait],
[tc.DownloadFile(206, '/telemetry.current', [i for i in range(2040, 2230, 12)]), Send, WaitMode.Wait],
[tc.DownloadFile(207, '/telemetry.current', [i for i in range(2041, 2230, 12)]), Send, WaitMode.Wait],
# More telemetry between session 84 and 85
[tc.DownloadFile(208, '/telemetry.current', [i for i in range(1351, 2200, 25)]), Send, WaitMode.Wait],
[tc.DownloadFile(209, '/telemetry.current', [i for i in range(1352, 2200, 25)]), Send, WaitMode.Wait],
[tc.DownloadFile(210, '/telemetry.current', [i for i in range(1354, 2200, 25)]), Send, WaitMode.Wait],
[tc.DownloadFile(211, '/telemetry.current', [i for i in range(1355, 2200, 25)]), Send, WaitMode.Wait],
[tc.DownloadFile(212, '/telemetry.current', [i for i in range(1357, 2200, 25)]), Send, WaitMode.Wait],
[tc.DownloadFile(213, '/telemetry.current', [i for i in range(1358, 2200, 25)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(214, '/telemetry.current', [i for i in range(1360, 2200, 25)]), Send, WaitMode.Wait],
[tc.DownloadFile(215, '/telemetry.current', [i for i in range(1361, 2200, 25)]), Send, WaitMode.Wait],
[tc.DownloadFile(216, '/telemetry.current', [i for i in range(1363, 2200, 25)]), Send, WaitMode.Wait],
[tc.DownloadFile(217, '/telemetry.current', [i for i in range(1364, 2200, 25)]), Send, WaitMode.Wait],
[tc.DownloadFile(218, '/telemetry.current', [i for i in range(1366, 2200, 25)]), Send, WaitMode.Wait],
[tc.DownloadFile(219, '/telemetry.current', [i for i in range(1367, 2200, 25)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(220, '/telemetry.current', [i for i in range(1369, 2200, 25)]), Send, WaitMode.Wait],
[tc.DownloadFile(221, '/telemetry.current', [i for i in range(1370, 2200, 25)]), Send, WaitMode.Wait],
[tc.DownloadFile(222, '/telemetry.current', [i for i in range(1372, 2200, 25)]), Send, WaitMode.Wait],
[tc.DownloadFile(223, '/telemetry.current', [i for i in range(1373, 2200, 25)]), 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 17 3.6 1 1.61 3 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 16 3.41 1 1.59 2.8 N/A
8 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A [33m[Warning] Waiting is not recommended[0m
9 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
10 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
11 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
12 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
13 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
14 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
15 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
16 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
17 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
18 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
19 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
20 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
21 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
22 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
23 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
24 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
25 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
26 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
27 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
28 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
29 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
30 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
31 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
32 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
33 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
34 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
35 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
36 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
37 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
38 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
39 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
40 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
41 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
42 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
43 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
44 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
45 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
46 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
47 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
48 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
49 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
50 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
51 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
52 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
53 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
54 DownloadFile False 9600 17 3.6 1 1.61 3 N/A
55 DownloadFile False 9600 17 3.6 1 1.61 3 N/A
56 DownloadFile False 9600 17 3.6 1 1.61 3 N/A
57 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A
58 DownloadFile False 9600 17 3.6 1 1.61 3 N/A
59 DownloadFile False 9600 17 3.6 1 1.61 3 N/A
60 DownloadFile False 9600 16 3.41 1 1.59 2.8 N/A
61 DownloadFile False 9600 16 3.41 1 1.59 2.8 N/A
62 DownloadFile False 9600 16 3.41 1 1.59 2.8 N/A
63 DownloadFile False 9600 34 6.89 1 2.07 5.7 N/A
64 DownloadFile False 9600 34 6.89 1 2.07 5.7 N/A
65 DownloadFile False 9600 34 6.89 1 2.07 5.7 N/A
66 DownloadFile False 9600 34 6.89 1 2.07 5.7 N/A
67 DownloadFile False 9600 34 6.89 1 2.07 5.7 N/A
68 DownloadFile False 9600 34 6.89 1 2.07 5.7 N/A
69 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A
70 DownloadFile False 9600 34 6.89 1 2.07 5.7 N/A
71 DownloadFile False 9600 34 6.89 1 2.07 5.7 N/A
72 DownloadFile False 9600 34 6.89 1 2.07 5.7 N/A
73 DownloadFile False 9600 34 6.89 1 2.07 5.7 N/A
74 DownloadFile False 9600 34 6.89 1 2.07 5.7 N/A
75 DownloadFile False 9600 34 6.89 1 2.07 5.7 N/A
76 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A
77 DownloadFile False 9600 34 6.89 1 2.07 5.7 N/A
78 DownloadFile False 9600 34 6.89 1 2.07 5.7 N/A
79 DownloadFile False 9600 34 6.89 1 2.07 5.7 N/A
80 DownloadFile False 9600 34 6.89 1 2.07 5.7 N/A
81 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A [33m[Warning] Waiting is not recommended[0m
Session downlink frames count: 801
Session downlink duration [s]: 171.63
Session uplink frames count: 81
Session uplink duration [s]: 110.49
Session power budget energy [mWh]: 143.0
Session power budget mean power [mW]: N/A
================ Resources utilization for SCHEDULED experiments or tasks ================
# Name Scheduled Scheduled downlink Scheduled power Scheduled power Scheduled Scheduled
downlink durations budget energy budget mean power task storage
frames 1200 2400 4800 9600 1200 2400 4800 9600 1200 2400 4800 9600 duration usage
count [s] [mWh] [mW] [s] [kB]
--- -------------------- ----------- --------------------- --------------------- --------------------- ----------- -----------
9 TakePhotoTelecommand 12 20 11 6 4 17 9 5 3 N/A N/A N/A N/A 841.25 2.8
10 TakePhotoTelecommand 80 129 66 35 18 110 57 31 17 N/A N/A N/A N/A 19 18.4
11 TakePhotoTelecommand 12 20 11 6 4 17 9 5 3 N/A N/A N/A N/A 61.25 2.8
12 TakePhotoTelecommand 80 129 66 35 18 110 57 31 17 N/A N/A N/A N/A 19 18.4
13 TakePhotoTelecommand 12 20 11 6 4 17 9 5 3 N/A N/A N/A N/A 61.25 2.8
14 TakePhotoTelecommand 80 129 66 35 18 110 57 31 17 N/A N/A N/A N/A 19 18.4
15 TakePhotoTelecommand 12 20 11 6 4 17 9 5 3 N/A N/A N/A N/A 61.25 2.8
16 TakePhotoTelecommand 80 129 66 35 18 110 57 31 17 N/A N/A N/A N/A 19 18.4
17 TakePhotoTelecommand 12 20 11 6 4 17 9 5 3 N/A N/A N/A N/A 61.25 2.8
18 TakePhotoTelecommand 80 129 66 35 18 110 57 31 17 N/A N/A N/A N/A 19 18.4
19 TakePhotoTelecommand 12 20 11 6 4 17 9 5 3 N/A N/A N/A N/A 61.25 2.8
20 TakePhotoTelecommand 80 129 66 35 18 110 57 31 17 N/A N/A N/A N/A 19 18.4
21 TakePhotoTelecommand 12 20 11 6 4 17 9 5 3 N/A N/A N/A N/A 61.25 2.8
22 TakePhotoTelecommand 80 129 66 35 18 110 57 31 17 N/A N/A N/A N/A 19 18.4
23 TakePhotoTelecommand 12 20 11 6 4 17 9 5 3 N/A N/A N/A N/A 61.25 2.8
24 TakePhotoTelecommand 80 129 66 35 18 110 57 31 17 N/A N/A N/A N/A 19 18.4
25 TakePhotoTelecommand 12 20 11 6 4 17 9 5 3 N/A N/A N/A N/A 61.25 2.8
26 TakePhotoTelecommand 80 129 66 35 18 110 57 31 17 N/A N/A N/A N/A 19 18.4
27 TakePhotoTelecommand 12 20 11 6 4 17 9 5 3 N/A N/A N/A N/A 61.25 2.8
28 TakePhotoTelecommand 80 129 66 35 18 110 57 31 17 N/A N/A N/A N/A 19 18.4
29 TakePhotoTelecommand 12 20 11 6 4 17 9 5 3 N/A N/A N/A N/A 61.25 2.8
30 TakePhotoTelecommand 80 129 66 35 18 110 57 31 17 N/A N/A N/A N/A 19 18.4
31 TakePhotoTelecommand 12 20 11 6 4 17 9 5 3 N/A N/A N/A N/A 61.25 2.8
32 TakePhotoTelecommand 80 129 66 35 18 110 57 31 17 N/A N/A N/A N/A 19 18.4
33 TakePhotoTelecommand 12 20 11 6 4 17 9 5 3 N/A N/A N/A N/A 61.25 2.8
34 TakePhotoTelecommand 80 129 66 35 18 110 57 31 17 N/A N/A N/A N/A 19 18.4
35 TakePhotoTelecommand 12 20 11 6 4 17 9 5 3 N/A N/A N/A N/A 61.25 2.8
36 TakePhotoTelecommand 80 129 66 35 18 110 57 31 17 N/A N/A N/A N/A 19 18.4
37 TakePhotoTelecommand 12 20 11 6 4 17 9 5 3 N/A N/A N/A N/A 61.25 2.8
38 TakePhotoTelecommand 80 129 66 35 18 110 57 31 17 N/A N/A N/A N/A 19 18.4
39 TakePhotoTelecommand 12 20 11 6 4 17 9 5 3 N/A N/A N/A N/A 61.25 2.8
40 TakePhotoTelecommand 80 129 66 35 18 110 57 31 17 N/A N/A N/A N/A 19 18.4
41 TakePhotoTelecommand 12 20 11 6 4 17 9 5 3 N/A N/A N/A N/A 61.25 2.8
42 TakePhotoTelecommand 80 129 66 35 18 110 57 31 17 N/A N/A N/A N/A 19 18.4
43 TakePhotoTelecommand 12 20 11 6 4 17 9 5 3 N/A N/A N/A N/A 61.25 2.8
44 TakePhotoTelecommand 80 129 66 35 18 110 57 31 17 N/A N/A N/A N/A 19 18.4
45 TakePhotoTelecommand 12 20 11 6 4 17 9 5 3 N/A N/A N/A N/A 61.25 2.8
46 TakePhotoTelecommand 80 129 66 35 18 110 57 31 17 N/A N/A N/A N/A 19 18.4
47 TakePhotoTelecommand 12 20 11 6 4 17 9 5 3 N/A N/A N/A N/A 61.25 2.8
48 TakePhotoTelecommand 80 129 66 35 18 110 57 31 17 N/A N/A N/A N/A 19 18.4
49 TakePhotoTelecommand 12 20 11 6 4 17 9 5 3 N/A N/A N/A N/A 1201.25 2.8
50 TakePhotoTelecommand 12 20 11 6 4 17 9 5 3 N/A N/A N/A N/A 181.25 2.8
51 TakePhotoTelecommand 12 20 11 6 4 17 9 5 3 N/A N/A N/A N/A 181.25 2.8
52 TakePhotoTelecommand 12 20 11 6 4 17 9 5 3 N/A N/A N/A N/A 181.25 2.8
53 TakePhotoTelecommand 12 20 11 6 4 17 9 5 3 N/A N/A N/A N/A 181.25 2.8
Scheduled downlink frames count: 1900
Scheduled downlink duration at 1200 2400 4800 9600 [s]: 3079 1594 849 458
Scheduled power budget energy at 1200 2400 4800 9600 [mWh]: 2609 1371 750 424
Scheduled power budget mean power at 1200 2400 4800 9600 [mW]: N/A N/A N/A N/A
Scheduled tasks duration [s]: 4311.25
Scheduled storage usage [kB]: 436.0
Artifacts
waterfalls
files
- elka_versions
- downlink_frames.txt
- telemetry.current
- beacons.txt
- requested_files.txt
- file_list_2.txt
- elka_downlink.frames
- telemetry.current.error
- fp-gs_downlink.frames
- all.frames
- fp-gs_versions