Index | Start Time | Stop Time | Max. Elevation | Phase | Primary GS | Type | Tasks | Status |
---|---|---|---|---|---|---|---|---|
1085 | 2019-05-18 22:40:31+02:00 | 2019-05-18 22:53:11+02:00 | 60.42° | zZz | fp | [TBD] | 🗠 | ☑ |
Goal
Power cycle B. High-res and telemetry photos download.
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],
# Telemetry from previous sessions
[tc.DownloadFile(30, '/telemetry.current', [i for i in range(1200, 1380, 12)]), Send, WaitMode.Wait],
[tc.DownloadFile(31, '/telemetry.current', [i for i in range(1206, 1380, 12)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.Wait],
# High res photos
[tc.DownloadFile(50, '/p4_480_0', [i for i in range(0, 20, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(51, '/p4_480_0', [i for i in range(20, 40, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(52, '/p4_480_0', [i for i in range(40, 60, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(53, '/p4_480_0', [i for i in range(60, 80, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(54, '/p4_480_0', [i for i in range(80, 100, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(55, '/p4_480_0', [i for i in range(100, 120, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(56, '/p4_480_0', [i for i in range(120, 140, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(57, '/p4_480_0', [i for i in range(140, 151, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(60, '/p7_480_0', [i for i in range(0, 20, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(61, '/p7_480_0', [i for i in range(20, 40, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(62, '/p7_480_0', [i for i in range(40, 60, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(63, '/p7_480_0', [i for i in range(60, 80, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(64, '/p7_480_0', [i for i in range(80, 100, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(65, '/p7_480_0', [i for i in range(100, 120, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(66, '/p7_480_0', [i for i in range(120, 140, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(67, '/p7_480_0', [i for i in range(140, 157, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(70, '/p8_480_0', [i for i in range(0, 20, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(71, '/p8_480_0', [i for i in range(20, 40, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(72, '/p8_480_0', [i for i in range(40, 60, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(73, '/p8_480_0', [i for i in range(60, 80, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(74, '/p8_480_0', [i for i in range(80, 100, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(75, '/p8_480_0', [i for i in range(100, 120, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(76, '/p8_480_0', [i for i in range(120, 130, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(80, '/p9_480_0', [i for i in range(0, 20, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(81, '/p9_480_0', [i for i in range(20, 40, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(82, '/p9_480_0', [i for i in range(40, 60, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(83, '/p9_480_0', [i for i in range(60, 80, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(84, '/p9_480_0', [i for i in range(80, 100, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(85, '/p9_480_0', [i for i in range(100, 120, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(86, '/p9_480_0', [i for i in range(120, 140, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(87, '/p9_480_0', [i for i in range(140, 152, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(90, '/p10_480_0', [i for i in range(0, 20, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(91, '/p10_480_0', [i for i in range(20, 40, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(92, '/p10_480_0', [i for i in range(40, 60, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(93, '/p10_480_0', [i for i in range(60, 80, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(94, '/p10_480_0', [i for i in range(80, 100, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(95, '/p10_480_0', [i for i in range(100, 120, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(96, '/p10_480_0', [i for i in range(120, 140, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(97, '/p10_480_0', [i for i in range(140, 156, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(100, '/p5_480_0', [i for i in range(0, 20, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(101, '/p5_480_0', [i for i in range(20, 40, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(102, '/p5_480_0', [i for i in range(40, 60, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(103, '/p5_480_0', [i for i in range(60, 80, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(104, '/p5_480_0', [i for i in range(80, 100, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(105, '/p5_480_0', [i for i in range(100, 120, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(106, '/p5_480_0', [i for i in range(120, 129, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(110, '/p6_480_0', [i for i in range(0, 20, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(111, '/p6_480_0', [i for i in range(20, 40, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(112, '/p6_480_0', [i for i in range(40, 60, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(113, '/p6_480_0', [i for i in range(60, 80, 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 DownloadFile False 9600 15 3.22 1 1.56 2.7 N/A
12 DownloadFile False 9600 15 3.22 1 1.56 2.7 N/A
13 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A [33m[Warning] Waiting is not recommended[0m
14 DownloadFile False 9600 20 4.18 1 1.63 3.5 N/A
15 DownloadFile False 9600 20 4.18 1 1.63 3.5 N/A
16 DownloadFile False 9600 20 4.18 1 1.63 3.5 N/A
17 DownloadFile False 9600 20 4.18 1 1.63 3.5 N/A
18 DownloadFile False 9600 20 4.18 1 1.63 3.5 N/A
19 DownloadFile False 9600 20 4.18 1 1.63 3.5 N/A
20 DownloadFile False 9600 20 4.18 1 1.63 3.5 N/A
21 DownloadFile False 9600 11 2.44 1 1.39 2 N/A
22 DownloadFile False 9600 20 4.18 1 1.63 3.5 N/A
23 DownloadFile False 9600 20 4.18 1 1.63 3.5 N/A
24 DownloadFile False 9600 20 4.18 1 1.63 3.5 N/A
25 DownloadFile False 9600 20 4.18 1 1.63 3.5 N/A
26 DownloadFile False 9600 20 4.18 1 1.63 3.5 N/A
27 DownloadFile False 9600 20 4.18 1 1.63 3.5 N/A
28 DownloadFile False 9600 20 4.18 1 1.63 3.5 N/A
29 DownloadFile False 9600 17 3.6 1 1.55 3 N/A
30 DownloadFile False 9600 20 4.18 1 1.63 3.5 N/A
31 DownloadFile False 9600 20 4.18 1 1.63 3.5 N/A
32 DownloadFile False 9600 20 4.18 1 1.63 3.5 N/A
33 DownloadFile False 9600 20 4.18 1 1.63 3.5 N/A
34 DownloadFile False 9600 20 4.18 1 1.63 3.5 N/A
35 DownloadFile False 9600 20 4.18 1 1.63 3.5 N/A
36 DownloadFile False 9600 10 2.25 1 1.37 1.9 N/A
37 DownloadFile False 9600 20 4.18 1 1.63 3.5 N/A
38 DownloadFile False 9600 20 4.18 1 1.63 3.5 N/A
39 DownloadFile False 9600 20 4.18 1 1.63 3.5 N/A
40 DownloadFile False 9600 20 4.18 1 1.63 3.5 N/A
41 DownloadFile False 9600 20 4.18 1 1.63 3.5 N/A
42 DownloadFile False 9600 20 4.18 1 1.63 3.5 N/A
43 DownloadFile False 9600 20 4.18 1 1.63 3.5 N/A
44 DownloadFile False 9600 12 2.64 1 1.42 2.2 N/A
45 DownloadFile False 9600 20 4.18 1 1.64 3.5 N/A
46 DownloadFile False 9600 20 4.18 1 1.64 3.5 N/A
47 DownloadFile False 9600 20 4.18 1 1.64 3.5 N/A
48 DownloadFile False 9600 20 4.18 1 1.64 3.5 N/A
49 DownloadFile False 9600 20 4.18 1 1.64 3.5 N/A
50 DownloadFile False 9600 20 4.18 1 1.64 3.5 N/A
51 DownloadFile False 9600 20 4.18 1 1.64 3.5 N/A
52 DownloadFile False 9600 16 3.41 1 1.53 2.8 N/A
53 DownloadFile False 9600 20 4.18 1 1.63 3.5 N/A
54 DownloadFile False 9600 20 4.18 1 1.63 3.5 N/A
55 DownloadFile False 9600 20 4.18 1 1.63 3.5 N/A
56 DownloadFile False 9600 20 4.18 1 1.63 3.5 N/A
57 DownloadFile False 9600 20 4.18 1 1.63 3.5 N/A
58 DownloadFile False 9600 20 4.18 1 1.63 3.5 N/A
59 DownloadFile False 9600 9 2.06 1 1.34 1.7 N/A
60 DownloadFile False 9600 20 4.18 1 1.63 3.5 N/A
61 DownloadFile False 9600 20 4.18 1 1.63 3.5 N/A
62 DownloadFile False 9600 20 4.18 1 1.63 3.5 N/A
63 DownloadFile False 9600 20 4.18 1 1.63 3.5 N/A
64 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: 1002
Session downlink duration [s]: 213.26
Session uplink frames count: 64
Session uplink duration [s]: 95.99
Session power budget energy [mWh]: 177.7
Session power budget mean power [mW]: N/A
================ Resources utilization for SCHEDULED experiments or tasks ================
[Info] No scheduled experiments or tasks.
Artifacts
waterfalls
files
- p5_480_0
- elka_versions
- downlink_frames.txt
- telemetry.current
- p8_480_0.missing
- beacons.txt
- requested_files.txt
- p8_480_0
- p10_480_0
- elka_downlink.frames
- p9_480_0.missing
- memory_content_2
- p5_480_0.missing
- p6_480_0.missing
- p10_480_0.missing
- p4_480_0
- p6_480_0
- tasklist.missing.py
- file_list_5.txt
- p9_480_0
- fp-gs_downlink.frames
- all.frames
- p7_480_0
- fp-gs_versions
assembled
- p5_480_0
- p1_480_0
- p9_128_0
- p1_480_0.jpg
- p6_128_0.error
- p8_480_0.missing
- p8_480_0
- p10_480_0
- p1_128_0
- p4_480_0.jpg
- p10_128_0.error
- p2_128_0
- p9_480_0.missing
- p4_128_0.jpg
- p10_480_0.jpg
- p3_128_0
- p7_480_0.jpg
- p9_480_0.jpg
- p5_480_0.missing
- p4_128_0.error
- p6_480_0.missing
- p6_128_0.jpg
- p7_128_0.error
- p2_480_0.jpg
- p2_128_0.error
- p9_128_0.error
- p10_128_0
- p4_128_0
- p10_480_0.missing
- p10_128_0.jpg
- p4_480_0
- p6_480_0
- p8_128_0.jpg
- p7_128_0.jpg
- p5_128_0
- p8_128_0
- p9_480_0
- p7_128_0
- p3_480_0.jpg
- p2_480_0
- p8_128_0.error
- p1_128_0.error
- p5_128_0.error
- p6_480_0.jpg
- p2_128_0.jpg
- p5_128_0.jpg
- p3_128_0.jpg
- p9_128_0.jpg
- p5_480_0.jpg
- p8_480_0.jpg
- p3_480_0
- p7_480_0
- p6_128_0
- p1_128_0.jpg