Index | Start Time | Stop Time | Max. Elevation | Phase | Primary GS | Type | Tasks | Status |
---|---|---|---|---|---|---|---|---|
122 | 2018-12-23 11:48:02+01:00 | 2018-12-23 11:59:03+01:00 | N/A° | Extended Mission | N/A | [TBD] | ☑ |
Goal
Telemetry download. RadFET experiment file download.
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 121 and 122
[tc.DownloadFile(11, '/telemetry.current', [i for i in range(880, 1072, 12)]), Send, WaitMode.Wait],
# RadFET exp data
[tc.DownloadFile(20, '/radfet_6', [i for i in range(0, 16, 1)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.Wait],
[tc.ListFiles(30, '/'), Send, WaitMode.Wait],
# Previous telemetry
[tc.DownloadFile(100, '/telemetry.previous', [i for i in range(1733, 2280, 50)]), Send, WaitMode.Wait],
[tc.DownloadFile(101, '/telemetry.previous', [i for i in range(1734, 2280, 50)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.NoWait],
# More telemetry between session 121 and 122
[tc.DownloadFile(102, '/telemetry.current', [i for i in range(881, 1072, 12)]), Send, WaitMode.Wait],
[tc.DownloadFile(103, '/telemetry.current', [i for i in range(882, 1072, 12)]), Send, WaitMode.Wait],
[tc.DownloadFile(104, '/telemetry.current', [i for i in range(883, 1072, 12)]), Send, WaitMode.Wait],
[tc.DownloadFile(105, '/telemetry.current', [i for i in range(884, 1072, 12)]), Send, WaitMode.Wait],
[tc.DownloadFile(106, '/telemetry.current', [i for i in range(885, 1072, 12)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(107, '/telemetry.current', [i for i in range(886, 1072, 12)]), Send, WaitMode.Wait],
[tc.DownloadFile(108, '/telemetry.current', [i for i in range(887, 1072, 12)]), Send, WaitMode.Wait],
[tc.DownloadFile(109, '/telemetry.current', [i for i in range(888, 1072, 12)]), Send, WaitMode.Wait],
[tc.DownloadFile(110, '/telemetry.current', [i for i in range(889, 1072, 12)]), Send, WaitMode.Wait],
[tc.DownloadFile(111, '/telemetry.current', [i for i in range(890, 1072, 12)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.NoWait],
# Missing from previous session
[tc.DownloadFile(112, '/telemetry.current', [11, 26, 28, 32, 46, 48, 78, 82, 96, 98, 105, 128, 132, 146, 148, 178, 182, 196, 198, 199]), Send, WaitMode.Wait],
[tc.DownloadFile(113, '/telemetry.current', [205, 210, 224, 228, 232, 246, 248, 278, 282, 296, 298, 311, 328, 332, 346, 348, 355, 541, 546, 548, 552, 578, 582]), Send, WaitMode.Wait],
[tc.DownloadFile(114, '/telemetry.current', [378, 382, 391, 396, 398, 410, 411, 428, 432, 441, 446, 448, 462, 478, 482, 493, 496, 498, 510, 528, 532, 536]), Send, WaitMode.Wait],
[tc.DownloadFile(115, '/telemetry.current', [596, 598, 607, 617, 621, 628, 632, 646, 648, 652, 655, 678, 682, 696, 698, 705, 710, 711, 728, 732, 746]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(116, '/telemetry.current', [748, 755, 760, 778, 782, 796, 798, 801, 805, 828, 832, 843, 846, 848, 855, 860, 878, 882, 896, 898]), Send, WaitMode.Wait],
[tc.DownloadFile(117, '/telemetry.previous', [1710, 1716, 1721, 1723, 1775, 1783, 1785, 1787, 1800, 1845, 1849, 1870, 1880, 1881, 1884, 1905, 1913, 1915, 1919, 1926, 1940, 1975]), Send, WaitMode.Wait],
[tc.DownloadFile(118, '/telemetry.previous', [1980, 1983, 2010, 2022, 2045, 2055, 2080, 2090, 2096, 2125, 2171, 2195, 2230, 2232, 2239, 2262, 2265, 2277]), 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 16 3.41 1 1.59 2.8 N/A
5 DownloadFile False 9600 16 3.41 1 1.53 2.8 N/A
6 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A [33m[Warning] Waiting is not recommended[0m
7 ListFiles False 9600 5 1.28 1 1.04 1.1 N/A [33m[Warning] Waiting is not recommended[0m
8 DownloadFile False 9600 11 2.44 1 1.46 2 N/A
9 DownloadFile False 9600 11 2.44 1 1.46 2 N/A
10 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A
11 DownloadFile False 9600 16 3.41 1 1.59 2.8 N/A
12 DownloadFile False 9600 16 3.41 1 1.59 2.8 N/A
13 DownloadFile False 9600 16 3.41 1 1.59 2.8 N/A
14 DownloadFile False 9600 16 3.41 1 1.59 2.8 N/A
15 DownloadFile False 9600 16 3.41 1 1.59 2.8 N/A
16 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A
17 DownloadFile False 9600 16 3.41 1 1.59 2.8 N/A
18 DownloadFile False 9600 16 3.41 1 1.59 2.8 N/A
19 DownloadFile False 9600 16 3.41 1 1.59 2.8 N/A
20 DownloadFile False 9600 16 3.41 1 1.59 2.8 N/A
21 DownloadFile False 9600 16 3.41 1 1.59 2.8 N/A
22 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A
23 DownloadFile False 9600 20 4.18 1 1.69 3.5 N/A
24 DownloadFile False 9600 23 4.76 1 1.77 4 N/A
25 DownloadFile False 9600 22 4.57 1 1.75 3.8 N/A
26 DownloadFile False 9600 21 4.38 1 1.72 3.6 N/A
27 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A
28 DownloadFile False 9600 20 4.18 1 1.69 3.5 N/A
29 DownloadFile False 9600 22 4.57 1 1.75 3.8 N/A
30 DownloadFile False 9600 18 3.8 1 1.65 3.2 N/A
31 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A [33m[Warning] Waiting is not recommended[0m
Session downlink frames count: 378
Session downlink duration [s]: 82.68
Session uplink frames count: 31
Session uplink duration [s]: 44.18
Session power budget energy [mWh]: 68.9
Session power budget mean power [mW]: N/A
================ Resources utilization for SCHEDULED experiments or tasks ================
[Info] No scheduled experiments or tasks.
Artifacts
waterfalls
files
- telemetry.previous
- elka_versions
- downlink_frames.txt
- telemetry.current
- beacons.txt
- requested_files.txt
- elka_downlink.frames
- telemetry.current.error
- radfet_6
- fp-gs_downlink.frames
- telemetry.current.missing
- all.frames
- telemetry.previous.missing
- fp-gs_versions