Index | Start Time | Stop Time | Max. Elevation | Phase | Primary GS | Type | Tasks | Status |
---|---|---|---|---|---|---|---|---|
1001 | 2019-05-04 22:08:01+02:00 | 2019-05-04 22:20:45+02:00 | 85.15° | zZz | elka | [TBD] | 🗠 | ☑ |
Goal
Power cycle B. RadFET experiment and as much data as possible.
Tasklist
tasks = [
# Generated on 2019-04-05 21:21:02.361000
[[tc.SetBitrate(1, BaudRate.BaudRate9600), 5], SendLoop, WaitMode.NoWait],
[[tc.SendBeacon(), 10], SendLoop, WaitMode.NoWait],
# ReadMemory, weird telecommands
[tc.ReadMemory(2, 0x8801b620, 248), Send, WaitMode.Wait], # scrubbing
# Wait until good communication
[tc.SendBeacon(), Send, WaitMode.Wait],
# Power cycle EPS B
[tc.PowerCycleTelecommand(3), Send, WaitMode.Wait],
[tc.PingTelecommand(), Send, WaitMode.Wait],
# Set 9600
[tc.SetBitrate(4, BaudRate.BaudRate9600), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.Wait],
[tc.ListFiles(5, '/'), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.Wait],
# 11th RadFET Experiment
[tc.PerformRadFETExperiment(10, 150, 110, 'radfet_12'), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.Wait],
# Telemetry from previous sessions
[tc.DownloadFile(30, '/telemetry.current', [176, 226, 276, 326, 376, 426, 476, 526, 576, 626, 676, 726, 776, 826, 876, 926, 976, 1026, 1076, 1126]), Send, WaitMode.Wait],
[tc.DownloadFile(31, '/telemetry.current', [1176, 1226, 201, 251, 301, 351, 401, 451, 501, 551, 601, 651, 701, 751, 801, 851, 901, 951, 1001, 1051]), Send, WaitMode.Wait],
[tc.DownloadFile(32, '/telemetry.current', [1101, 1151, 1201, 189, 239, 289, 339, 389, 439, 489, 539, 589, 639, 689, 739, 789, 839, 889, 939, 989]), Send, WaitMode.Wait],
[tc.DownloadFile(33, '/telemetry.current', [1039, 1089, 1139, 1189, 1239, 213, 263, 313, 363, 413, 463, 513, 563, 613, 663, 713, 763, 813, 863, 913]), Send, WaitMode.Wait],
[tc.DownloadFile(34, '/telemetry.current', [963, 1013, 1063, 1113, 1163, 1213, 183, 233, 283, 333, 383, 433, 483, 533, 583, 633, 683, 733, 783, 833]), Send, WaitMode.Wait],
[tc.DownloadFile(35, '/telemetry.current', [883, 933, 983, 1033, 1083, 1133, 1183, 1233, 195, 245, 295, 345, 395, 445, 495, 545, 595, 645, 695, 745]), Send, WaitMode.Wait],
[tc.DownloadFile(36, '/telemetry.current', [795, 845, 895, 945, 995, 1045, 1095, 1145, 1195, 207, 257, 307, 357, 407, 457, 507, 557, 607, 657, 707]), Send, WaitMode.Wait],
[tc.DownloadFile(37, '/telemetry.current', [757, 807, 857, 907, 957, 1007, 1057, 1107, 1157, 1207, 219, 269, 319, 369, 419, 469, 519, 569, 619, 669]), Send, WaitMode.Wait],
[tc.DownloadFile(38, '/telemetry.current', [719, 769, 819, 869, 919, 969, 1019, 1069, 1119, 1169, 1219]), Send, WaitMode.Wait],
[tc.DownloadFile(39, '/telemetry.current', range(150, 176, 3)), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.Wait],
# Low res photos download
[tc.DownloadFile(103, '/p3_128_0', [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31]), Send, WaitMode.Wait],
[tc.DownloadFile(104, '/p4_128_0', [i for i in range(0, 18, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(105, '/p4_128_0', [i for i in range(18, 26, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(106, '/p5_128_0', [i for i in range(0, 18, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(107, '/p5_128_0', [i for i in range(18, 29, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(108, '/p6_128_0', [i for i in range(0, 18, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(109, '/p6_128_0', [i for i in range(18, 26, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(110, '/p7_128_0', [i for i in range(0, 18, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(111, '/p7_128_0', [i for i in range(18, 26, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(112, '/p8_128_0', [i for i in range(0, 18, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(113, '/p8_128_0', [i for i in range(18, 28, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(114, '/p9_128_0', [i for i in range(0, 18, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(115, '/p9_128_0', [i for i in range(18, 31, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(116, '/p10_128_0', [i for i in range(0, 18, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(117, '/p10_128_0', [i for i in range(18, 36, 1)]), Send, WaitMode.Wait],
[[tc.SendBeacon(), 20], 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 ReadMemory False 9600 2 0.52 1 1.08 0.4 N/A
4 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A [33m[Warning] Waiting is not recommended[0m
5 PowerCycleTelecommand False 1200 1 0.45 1 1.03 0.4 N/A [33m[Warning] Waiting is not recommended[0m
[33m[Warning] Communication with satellite will be unavailable for the next few minutes[0m
6 PingTelecommand False 1200 1 0.46 1 1.02 0.4 N/A [33m[Warning] Waiting is not recommended[0m
7 SetBitrate False 9600 1 0.32 1 1.03 0.3 N/A [33m[Warning] Waiting is not recommended[0m
8 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A [33m[Warning] Waiting is not recommended[0m
9 ListFiles False 9600 5 1.28 1 1.04 1.1 N/A [33m[Warning] Waiting is not recommended[0m
10 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A [33m[Warning] Waiting is not recommended[0m
11 PerformRadFETExperiment True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
12 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A [33m[Warning] Waiting is not recommended[0m
13 DownloadFile False 9600 20 4.18 1 1.69 3.5 N/A
14 DownloadFile False 9600 20 4.18 1 1.69 3.5 N/A
15 DownloadFile False 9600 20 4.18 1 1.69 3.5 N/A
16 DownloadFile False 9600 20 4.18 1 1.69 3.5 N/A
17 DownloadFile False 9600 20 4.18 1 1.69 3.5 N/A
18 DownloadFile False 9600 20 4.18 1 1.69 3.5 N/A
19 DownloadFile False 9600 20 4.18 1 1.69 3.5 N/A
20 DownloadFile False 9600 20 4.18 1 1.69 3.5 N/A
21 DownloadFile False 9600 11 2.44 1 1.45 2 N/A
22 DownloadFile False 9600 9 2.06 1 1.4 1.7 N/A
23 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A [33m[Warning] Waiting is not recommended[0m
24 DownloadFile False 9600 14 3.02 1 1.47 2.5 N/A
25 DownloadFile False 9600 18 3.8 1 1.58 3.2 N/A
26 DownloadFile False 9600 8 1.86 1 1.31 1.6 N/A
27 DownloadFile False 9600 18 3.8 1 1.58 3.2 N/A
28 DownloadFile False 9600 11 2.44 1 1.39 2 N/A
29 DownloadFile False 9600 18 3.8 1 1.58 3.2 N/A
30 DownloadFile False 9600 8 1.86 1 1.31 1.6 N/A
31 DownloadFile False 9600 18 3.8 1 1.58 3.2 N/A
32 DownloadFile False 9600 8 1.86 1 1.31 1.6 N/A
33 DownloadFile False 9600 18 3.8 1 1.58 3.2 N/A
34 DownloadFile False 9600 10 2.25 1 1.37 1.9 N/A
35 DownloadFile False 9600 18 3.8 1 1.58 3.2 N/A
36 DownloadFile False 9600 13 2.83 1 1.45 2.4 N/A
37 DownloadFile False 9600 18 3.8 1 1.59 3.2 N/A
38 DownloadFile False 9600 18 3.8 1 1.59 3.2 N/A
39 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: 415
Session downlink duration [s]: 91.68
Session uplink frames count: 39
Session uplink duration [s]: 53.15
Session power budget energy [mWh]: 76.4
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]
--- ----------------------- ----------- --------------------- --------------------- --------------------- ----------- -----------
11 PerformRadFETExperiment 16 27 14 8 5 444 433 428 426 N/A N/A N/A N/A 4253 3.7
Scheduled downlink frames count: 16
Scheduled downlink duration at 1200 2400 4800 9600 [s]: 27 14 8 5
Scheduled power budget energy at 1200 2400 4800 9600 [mWh]: 444 433 428 426
Scheduled power budget mean power at 1200 2400 4800 9600 [mW]: N/A N/A N/A N/A
Scheduled tasks duration [s]: 4253.0
Scheduled storage usage [kB]: 3.7
Artifacts
waterfalls
files
- p5_128_0.missing
- elka_versions
- downlink_frames.txt
- telemetry.current
- p9_128_0
- beacons.txt
- requested_files.txt
- p10_128_0.error
- elka_downlink.frames
- memory_content_2
- p3_128_0
- p10_128_0
- p4_128_0
- tasklist.missing.py
- p9_128_0.missing
- file_list_5.txt
- p5_128_0
- p8_128_0
- p7_128_0
- telemetry.current.error
- fp-gs_downlink.frames
- all.frames
- p8_128_0.missing
- p6_128_0
- fp-gs_versions
assembled
- p5_128_0.missing
- p9_128_0
- p6_128_0.missing
- p1_128_0
- p7_128_0.missing
- p10_128_0.error
- p2_128_0
- p4_128_0.jpg
- p3_128_0
- p4_128_0.missing
- p6_128_0.jpg
- p10_128_0
- p4_128_0
- p10_128_0.jpg
- p9_128_0.missing
- p8_128_0.jpg
- p7_128_0.jpg
- p5_128_0
- p8_128_0
- p7_128_0
- p2_128_0.jpg
- p5_128_0.jpg
- p3_128_0.jpg
- p9_128_0.jpg
- p8_128_0.missing
- p6_128_0
- p1_128_0.jpg