Index | Start Time | Stop Time | Max. Elevation | Phase | Primary GS | Type | Tasks | Status |
---|---|---|---|---|---|---|---|---|
87 | 2018-12-17 22:08:17+01:00 | 2018-12-17 22:20:09+01:00 | N/A° | Extended Mission | N/A | [TBD] | ☑ |
Goal
Low res photo download and few telemetry chunks.
Tasklist
tasks = [
[[tc.SetBitrate(10, BaudRate.BaudRate9600), 5], SendLoop, WaitMode.NoWait],
[tc.SendBeacon(), Send, WaitMode.Wait],
[tc.ListFiles(11, '/'), Send, WaitMode.Wait],
# Telemetry between session 86 and 87
[tc.DownloadFile(12, '/telemetry.previous', [i for i in range(2200, 2280, 12)]), Send, WaitMode.Wait],
[tc.DownloadFile(13, '/telemetry.previous', [i for i in range(2206, 2280, 12)]), Send, WaitMode.Wait],
[tc.DownloadFile(14, '/telemetry.current', [i for i in range(0, 120, 6)]), Send, WaitMode.Wait],
# Low res photos - few error frames expected
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(40, '/p1_128_0', [i for i in range(0, 25, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(41, '/p2_128_0', [i for i in range(0, 25, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(42, '/p3_128_0', [i for i in range(0, 25, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(43, '/p4_128_0', [i for i in range(0, 25, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(44, '/p5_128_0', [i for i in range(0, 25, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(45, '/p6_128_0', [i for i in range(0, 25, 1)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(46, '/p7_128_0', [i for i in range(0, 25, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(47, '/p8_128_0', [i for i in range(0, 25, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(48, '/p9_128_0', [i for i in range(0, 25, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(49, '/p10_128_0', [i for i in range(0, 25, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(50, '/p11_128_0', [i for i in range(0, 25, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(51, '/p12_128_0', [i for i in range(0, 25, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(52, '/p13_128_0', [i for i in range(0, 25, 1)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(53, '/p14_128_0', [i for i in range(0, 25, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(54, '/p15_128_0', [i for i in range(0, 25, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(55, '/p16_128_0', [i for i in range(0, 25, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(56, '/p17_128_0', [i for i in range(0, 25, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(57, '/p18_128_0', [i for i in range(0, 25, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(58, '/p19_128_0', [i for i in range(0, 25, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(59, '/p20_128_0', [i for i in range(0, 25, 1)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(70, '/p21_128_0', [i for i in range(0, 25, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(71, '/p22_128_0', [i for i in range(0, 25, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(72, '/p23_128_0', [i for i in range(0, 25, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(73, '/p24_128_0', [i for i in range(0, 25, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(74, '/p25_128_0', [i for i in range(0, 25, 1)]), Send, WaitMode.Wait],
# More telemetry between session 86 and 87
[tc.DownloadFile(100, '/telemetry.previous', [i for i in range(2203, 2280, 12)]), Send, WaitMode.Wait],
[tc.DownloadFile(101, '/telemetry.previous', [i for i in range(2209, 2280, 12)]), Send, WaitMode.Wait],
[tc.DownloadFile(102, '/telemetry.previous', [i for i in range(2201, 2280, 12)]), Send, WaitMode.Wait],
[tc.DownloadFile(103, '/telemetry.previous', [i for i in range(2202, 2280, 12)]), Send, WaitMode.Wait],
[tc.DownloadFile(104, '/telemetry.previous', [i for i in range(2204, 2280, 12)]), Send, WaitMode.Wait],
[tc.DownloadFile(105, '/telemetry.previous', [i for i in range(2205, 2280, 12)]), Send, WaitMode.Wait],
[tc.DownloadFile(106, '/telemetry.previous', [i for i in range(2207, 2280, 12)]), Send, WaitMode.Wait],
[tc.DownloadFile(107, '/telemetry.previous', [i for i in range(2208, 2280, 12)]), Send, WaitMode.Wait],
[tc.DownloadFile(108, '/telemetry.previous', [i for i in range(2210, 2280, 12)]), Send, WaitMode.Wait],
[tc.DownloadFile(109, '/telemetry.previous', [i for i in range(2211, 2280, 12)]), Send, WaitMode.Wait],
[tc.DownloadFile(200, '/telemetry.current', [i for i in range(1, 120, 6)]), Send, WaitMode.Wait],
[tc.DownloadFile(201, '/telemetry.current', [i for i in range(2, 120, 6)]), Send, WaitMode.Wait],
[tc.DownloadFile(202, '/telemetry.current', [i for i in range(3, 120, 6)]), Send, WaitMode.Wait],
[tc.DownloadFile(203, '/telemetry.current', [i for i in range(4, 120, 6)]), Send, WaitMode.Wait],
[tc.DownloadFile(204, '/telemetry.current', [i for i in range(5, 120, 6)]), 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 7 1.67 1 1.35 1.4 N/A
5 DownloadFile False 9600 7 1.67 1 1.35 1.4 N/A
6 DownloadFile False 9600 20 4.18 1 1.69 3.5 N/A
7 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A
8 DownloadFile False 9600 25 5.15 1 1.77 4.3 N/A
9 DownloadFile False 9600 25 5.15 1 1.77 4.3 N/A
10 DownloadFile False 9600 25 5.15 1 1.77 4.3 N/A
11 DownloadFile False 9600 25 5.15 1 1.77 4.3 N/A
12 DownloadFile False 9600 25 5.15 1 1.77 4.3 N/A
13 DownloadFile False 9600 25 5.15 1 1.77 4.3 N/A
14 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A
15 DownloadFile False 9600 25 5.15 1 1.77 4.3 N/A
16 DownloadFile False 9600 25 5.15 1 1.77 4.3 N/A
17 DownloadFile False 9600 25 5.15 1 1.77 4.3 N/A
18 DownloadFile False 9600 25 5.15 1 1.77 4.3 N/A
19 DownloadFile False 9600 25 5.15 1 1.77 4.3 N/A
20 DownloadFile False 9600 25 5.15 1 1.77 4.3 N/A
21 DownloadFile False 9600 25 5.15 1 1.77 4.3 N/A
22 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A
23 DownloadFile False 9600 25 5.15 1 1.77 4.3 N/A
24 DownloadFile False 9600 25 5.15 1 1.77 4.3 N/A
25 DownloadFile False 9600 25 5.15 1 1.77 4.3 N/A
26 DownloadFile False 9600 25 5.15 1 1.77 4.3 N/A
27 DownloadFile False 9600 25 5.15 1 1.77 4.3 N/A
28 DownloadFile False 9600 25 5.15 1 1.77 4.3 N/A
29 DownloadFile False 9600 25 5.15 1 1.77 4.3 N/A
30 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A
31 DownloadFile False 9600 25 5.15 1 1.77 4.3 N/A
32 DownloadFile False 9600 25 5.15 1 1.77 4.3 N/A
33 DownloadFile False 9600 25 5.15 1 1.77 4.3 N/A
34 DownloadFile False 9600 25 5.15 1 1.77 4.3 N/A
35 DownloadFile False 9600 25 5.15 1 1.77 4.3 N/A
36 DownloadFile False 9600 7 1.67 1 1.35 1.4 N/A
37 DownloadFile False 9600 6 1.48 1 1.33 1.2 N/A
38 DownloadFile False 9600 7 1.67 1 1.35 1.4 N/A
39 DownloadFile False 9600 7 1.67 1 1.35 1.4 N/A
40 DownloadFile False 9600 7 1.67 1 1.35 1.4 N/A
41 DownloadFile False 9600 7 1.67 1 1.35 1.4 N/A
42 DownloadFile False 9600 7 1.67 1 1.35 1.4 N/A
43 DownloadFile False 9600 6 1.48 1 1.33 1.2 N/A
44 DownloadFile False 9600 6 1.48 1 1.33 1.2 N/A
45 DownloadFile False 9600 6 1.48 1 1.33 1.2 N/A
46 DownloadFile False 9600 20 4.18 1 1.69 3.5 N/A
47 DownloadFile False 9600 20 4.18 1 1.69 3.5 N/A
48 DownloadFile False 9600 20 4.18 1 1.69 3.5 N/A
49 DownloadFile False 9600 20 4.18 1 1.69 3.5 N/A
50 DownloadFile False 9600 20 4.18 1 1.69 3.5 N/A
51 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A [33m[Warning] Waiting is not recommended[0m
Session downlink frames count: 837
Session downlink duration [s]: 177.74
Session uplink frames count: 51
Session uplink duration [s]: 78.76
Session power budget energy [mWh]: 148.1
Session power budget mean power [mW]: N/A
================ Resources utilization for SCHEDULED experiments or tasks ================
[Info] No scheduled experiments or tasks.
Artifacts
waterfalls
files
- p24_128_0.jpg
- telemetry.previous
- p16_128_0
- p5_128_0.missing
- p17_128_0.jpg
- p17_128_0.error
- elka_versions
- p23_128_0
- downlink_frames.txt
- p24_128_0
- p23_128_0.missing
- p3_128_0.missing
- telemetry.current
- p9_128_0
- p6_128_0.error
- p14_128_0.jpg
- beacons.txt
- p24_128_0.error
- requested_files.txt
- p6_128_0.missing
- p25_128_0.missing
- p1_128_0
- p7_128_0.missing
- p25_128_0.jpg
- p21_128_0
- p15_128_0
- p10_128_0.error
- elka_downlink.frames
- p2_128_0
- p24_128_0.missing
- p13_128_0.error
- p4_128_0.jpg
- p3_128_0
- p18_128_0
- p15_128_0.jpg
- p4_128_0.missing
- p4_128_0.error
- p12_128_0.jpg
- p6_128_0.jpg
- p11_128_0.jpg
- p21_128_0.missing
- p18_128_0.jpg
- p22_128_0
- p7_128_0.error
- p20_128_0
- p13_128_0
- p17_128_0.missing
- p14_128_0.error
- p13_128_0.jpg
- p20_128_0.missing
- p2_128_0.error
- p19_128_0.missing
- p2_128_0.missing
- p9_128_0.error
- p22_128_0.missing
- p10_128_0
- p23_128_0.error
- p18_128_0.error
- p16_128_0.error
- p4_128_0
- p19_128_0.error
- p16_128_0.missing
- p21_128_0.error
- p12_128_0
- p1_128_0.missing
- p11_128_0.error
- p10_128_0.jpg
- p22_128_0.error
- p9_128_0.missing
- p21_128_0.jpg
- p12_128_0.error
- p8_128_0.jpg
- p7_128_0.jpg
- p5_128_0
- p19_128_0
- p8_128_0
- p11_128_0.missing
- p15_128_0.missing
- p7_128_0
- p11_128_0
- telemetry.current.error
- fp-gs_downlink.frames
- p8_128_0.error
- p1_128_0.error
- p14_128_0
- p5_128_0.error
- p20_128_0.jpg
- p22_128_0.jpg
- p2_128_0.jpg
- telemetry.current.missing
- p20_128_0.error
- p12_128_0.missing
- p15_128_0.error
- p5_128_0.jpg
- p14_128_0.missing
- p3_128_0.jpg
- p23_128_0.jpg
- p19_128_0.jpg
- p3_128_0.error
- p9_128_0.jpg
- p13_128_0.missing
- all.frames
- p10_128_0.missing
- p25_128_0.error
- p25_128_0
- p16_128_0.jpg
- p8_128_0.missing
- p6_128_0
- p18_128_0.missing
- p1_128_0.jpg
- p17_128_0
- file_list_11.txt
- fp-gs_versions