Index | Start Time | Stop Time | Max. Elevation | Phase | Primary GS | Type | Tasks | Status |
---|---|---|---|---|---|---|---|---|
10 | 2018-12-05 19:24:36+01:00 | 2018-12-05 19:34:36+01:00 | N/A° | Payload Commissioning | N/A | [TBD] | ☑ |
Goal
Download payload commissiong data `/pld_1` and last chunks of `leop`.
Tasklist
tasks = [
[[tc.PingTelecommand(), 3], SendLoop, WaitMode.NoWait],
[tc.SendBeacon(), Send, WaitMode.Wait],
[tc.ListFiles(217, '/'), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(10, '/pld_1', [i for i in range(0, 4, 1)]), Send, WaitMode.Wait],
# Wing CAM - low res
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(11, '/pld_1_0.jpg', [i for i in range(0, 11, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(55, '/pld_1_0.jpg', [i for i in range(11, 22, 1)]), Send, WaitMode.Wait],
# Nadir CAM - low res
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(12, '/pld_1_3.jpg', [i for i in range(0, 10, 1)]), Send, WaitMode.Wait],
# Wing CAM - mid res
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(13, '/pld_1_1.jpg', [i for i in range(0, 12, 1)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(14, '/pld_1_1.jpg', [i for i in range(12, 25, 1)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(15, '/pld_1_1.jpg', [i for i in range(25, 37, 1)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(16, '/pld_1_1.jpg', [i for i in range(37, 58, 1)]), Send, WaitMode.Wait],
# Nadir CAM - mid res
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(17, '/pld_1_4.jpg', [i for i in range(0, 11, 1)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(18, '/pld_1_4.jpg', [i for i in range(11, 22, 1)]), Send, WaitMode.Wait],
# Nadir CAM - high res
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(20, '/pld_1_5.jpg', [i for i in range(0, 11, 1)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(21, '/pld_1_5.jpg', [i for i in range(11, 22, 1)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(22, '/pld_1_5.jpg', [i for i in range(22, 37, 1)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(23, '/pld_1_5.jpg', [i for i in range(37, 56, 1)]), Send, WaitMode.Wait],
# Last leop file chunks
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(174, '/leop', [i for i in range(3, 580, 50)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(175, '/leop', [i for i in range(9, 580, 50)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(176, '/leop', [i for i in range(15, 580, 50)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(177, '/leop', [i for i in range(21, 580, 50)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(178, '/leop', [i for i in range(28, 580, 50)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(179, '/leop', [i for i in range(34, 580, 50)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(180, '/leop', [i for i in range(40, 580, 50)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(181, '/leop', [i for i in range(46, 580, 50)]), Send, WaitMode.Wait],
]
Analyzer Output
======================================= General =======================================
======================== 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 PingTelecommand False 1200 1 0.46 1 1.02 0.4 N/A [36m[Info] In SendLoop mode - a telecommand in every .[0m
2 SendBeacon False 1200 1 1.98 1 1.02 1.7 N/A [33m[Warning] Waiting is not recommended[0m
3 ListFiles False 1200 5 8.17 1 1.04 6.8 N/A [33m[Warning] Waiting is not recommended[0m
4 SendBeacon False 1200 1 1.98 1 1.02 1.7 N/A
5 DownloadFile False 1200 4 6.62 1 1.19 5.5 N/A
6 SendBeacon False 1200 1 1.98 1 1.02 1.7 N/A
7 DownloadFile False 1200 11 17.45 1 1.41 14.5 N/A
8 DownloadFile False 1200 11 17.45 1 1.41 14.5 N/A
9 SendBeacon False 1200 1 1.98 1 1.02 1.7 N/A
10 DownloadFile False 1200 10 15.9 1 1.39 13.3 N/A
11 SendBeacon False 1200 1 1.98 1 1.02 1.7 N/A
12 DownloadFile False 1200 12 18.99 1 1.44 15.8 N/A
13 SendBeacon False 1200 1 1.98 1 1.02 1.7 N/A
14 DownloadFile False 1200 13 20.54 1 1.47 17.1 N/A
15 SendBeacon False 1200 1 1.98 1 1.02 1.7 N/A
16 DownloadFile False 1200 12 18.99 1 1.44 15.8 N/A
17 SendBeacon False 1200 1 1.98 1 1.02 1.7 N/A
18 DownloadFile False 1200 21 32.91 1 1.68 27.4 N/A
19 SendBeacon False 1200 1 1.98 1 1.02 1.7 N/A
20 DownloadFile False 1200 11 17.45 1 1.41 14.5 N/A
21 SendBeacon False 1200 1 1.98 1 1.02 1.7 N/A
22 DownloadFile False 1200 11 17.45 1 1.41 14.5 N/A
23 SendBeacon False 1200 1 1.98 1 1.02 1.7 N/A
24 DownloadFile False 1200 11 17.45 1 1.41 14.5 N/A
25 SendBeacon False 1200 1 1.98 1 1.02 1.7 N/A
26 DownloadFile False 1200 11 17.45 1 1.41 14.5 N/A
27 SendBeacon False 1200 1 1.98 1 1.02 1.7 N/A
28 DownloadFile False 1200 15 23.63 1 1.52 19.7 N/A
29 SendBeacon False 1200 1 1.98 1 1.02 1.7 N/A
30 DownloadFile False 1200 19 29.82 1 1.63 24.8 N/A
31 SendBeacon False 1200 1 1.98 1 1.02 1.7 N/A
32 DownloadFile False 1200 12 18.99 1 1.39 15.8 N/A
33 SendBeacon False 1200 1 1.98 1 1.02 1.7 N/A
34 DownloadFile False 1200 12 18.99 1 1.39 15.8 N/A
35 SendBeacon False 1200 1 1.98 1 1.02 1.7 N/A
36 DownloadFile False 1200 12 18.99 1 1.39 15.8 N/A
37 SendBeacon False 1200 1 1.98 1 1.02 1.7 N/A
38 DownloadFile False 1200 12 18.99 1 1.39 15.8 N/A
39 SendBeacon False 1200 1 1.98 1 1.02 1.7 N/A
40 DownloadFile False 1200 12 18.99 1 1.39 15.8 N/A
41 SendBeacon False 1200 1 1.98 1 1.02 1.7 N/A
42 DownloadFile False 1200 11 17.45 1 1.37 14.5 N/A
43 SendBeacon False 1200 1 1.98 1 1.02 1.7 N/A
44 DownloadFile False 1200 11 17.45 1 1.37 14.5 N/A
45 SendBeacon False 1200 1 1.98 1 1.02 1.7 N/A
46 DownloadFile False 1200 11 17.45 1 1.37 14.5 N/A
Session downlink frames count: 293
Session downlink duration [s]: 471.59
Session uplink frames count: 46
Session uplink duration [s]: 55.79
Session power budget energy [mWh]: 393.0
Session power budget mean power [mW]: N/A
================ Resources utilization for SCHEDULED experiments or tasks ================
[Info] No scheduled experiments or tasks.
Artifacts
waterfalls
files
- pld_1_3.jpg
- pld_1_0.jpg
- pld_1_1.raw
- elka_downlink.frames
- pld_1
- pld_1_1.jpg
- pld_1.parsed
- pld_1_0.raw
- pld_1_4.jpg
- list_files.txt
- pld_1_5.jpg
- gliwice_downlink.frames
- pld_1_5.raw
- leop
- all.frames
- pld_1_4.raw
- pld_1_3.raw