Index | Start Time | Stop Time | Max. Elevation | Phase | Primary GS | Type | Tasks | Status |
---|---|---|---|---|---|---|---|---|
158 | 2018-12-29 12:23:15+01:00 | 2018-12-29 12:32:35+01:00 | N/A° | After Sail | N/A | [TBD] | ☑ |
Goal
Telemetry download. Sail exp photos download.
Tasklist
tasks = [
[[tc.SetBitrate(1, BaudRate.BaudRate1200), 5], SendLoop, WaitMode.NoWait],
[[tc.SendBeacon(), 15], SendLoop, WaitMode.NoWait],
[tc.ListFiles(2, '/'), Send, WaitMode.Wait],
# Telemetry during sail exp (T+10 to T+30min)
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(111, '/telemetry.current', [i for i in range(764, 820, 12)]), Send, WaitMode.Wait],
[tc.DownloadFile(112, '/telemetry.current', [i for i in range(770, 820, 12)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(113, '/telemetry.current', [i for i in range(773, 820, 12)]), Send, WaitMode.Wait],
[tc.DownloadFile(114, '/telemetry.current', [i for i in range(783, 820, 12)]), Send, WaitMode.Wait],
# Sail exp photos download (after sail deployment)
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(45, '/sail.photo_45', [i for i in range(0, 25, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(67, '/sail.photo_67', [i for i in range(0, 25, 1)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(55, '/sail.photo_55', [i for i in range(0, 25, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(79, '/sail.photo_79', [i for i in range(0, 25, 1)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(51, '/sail.photo_51', [i for i in range(0, 25, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(61, '/sail.photo_61', [i for i in range(0, 25, 1)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(73, '/sail.photo_73', [i for i in range(0, 25, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(85, '/sail.photo_85', [i for i in range(0, 25, 1)]), Send, WaitMode.Wait],
# Sail exp photos download (before sail deployment)
[tc.DownloadFile(5, '/sail.photo_5', [i for i in range(0, 25, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(15, '/sail.photo_15', [i for i in range(0, 25, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(25, '/sail.photo_25', [i for i in range(0, 25, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(35, '/sail.photo_35', [i for i in range(0, 25, 1)]), Send, WaitMode.Wait],
# More sail exp photos download (after sail deployment)
[tc.DownloadFile(47, '/sail.photo_47', [i for i in range(0, 25, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(49, '/sail.photo_49', [i for i in range(0, 25, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(53, '/sail.photo_53', [i for i in range(0, 25, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(57, '/sail.photo_57', [i for i in range(0, 25, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(59, '/sail.photo_59', [i for i in range(0, 25, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(63, '/sail.photo_63', [i for i in range(0, 25, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(65, '/sail.photo_65', [i for i in range(0, 25, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(69, '/sail.photo_69', [i for i in range(0, 25, 1)]), Send, WaitMode.Wait],
# More sail exp photos download (before sail deployment)
[tc.DownloadFile(11, '/sail.photo_11', [i for i in range(0, 25, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(21, '/sail.photo_21', [i for i in range(0, 25, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(31, '/sail.photo_31', [i for i in range(0, 25, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(41, '/sail.photo_41', [i for i in range(0, 25, 1)]), Send, WaitMode.Wait],
[[tc.SendBeacon(), 15], SendLoop, WaitMode.NoWait],
]
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 SetBitrate False 1200 1 0.45 1 1.03 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 [36m[Info] In SendLoop mode - a telecommand in every .[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 5 8.17 1 1.29 6.8 N/A
6 DownloadFile False 1200 5 8.17 1 1.29 6.8 N/A
7 SendBeacon False 1200 1 1.98 1 1.02 1.7 N/A
8 DownloadFile False 1200 4 6.62 1 1.27 5.5 N/A
9 DownloadFile False 1200 4 6.62 1 1.27 5.5 N/A
10 SendBeacon False 1200 1 1.98 1 1.02 1.7 N/A
11 DownloadFile False 1200 25 39.1 1 1.8 32.6 N/A
12 DownloadFile False 1200 25 39.1 1 1.8 32.6 N/A
13 SendBeacon False 1200 1 1.98 1 1.02 1.7 N/A
14 DownloadFile False 1200 25 39.1 1 1.8 32.6 N/A
15 DownloadFile False 1200 25 39.1 1 1.8 32.6 N/A
16 SendBeacon False 1200 1 1.98 1 1.02 1.7 N/A
17 DownloadFile False 1200 25 39.1 1 1.8 32.6 N/A
18 DownloadFile False 1200 25 39.1 1 1.8 32.6 N/A
19 SendBeacon False 1200 1 1.98 1 1.02 1.7 N/A
20 DownloadFile False 1200 25 39.1 1 1.8 32.6 N/A
21 DownloadFile False 1200 25 39.1 1 1.8 32.6 N/A
22 DownloadFile False 1200 25 39.1 1 1.79 32.6 N/A
23 DownloadFile False 1200 25 39.1 1 1.8 32.6 N/A
24 DownloadFile False 1200 25 39.1 1 1.8 32.6 N/A
25 DownloadFile False 1200 25 39.1 1 1.8 32.6 N/A
26 DownloadFile False 1200 25 39.1 1 1.8 32.6 N/A
27 DownloadFile False 1200 25 39.1 1 1.8 32.6 N/A
28 DownloadFile False 1200 25 39.1 1 1.8 32.6 N/A
29 DownloadFile False 1200 25 39.1 1 1.8 32.6 N/A
30 DownloadFile False 1200 25 39.1 1 1.8 32.6 N/A
31 DownloadFile False 1200 25 39.1 1 1.8 32.6 N/A
32 DownloadFile False 1200 25 39.1 1 1.8 32.6 N/A
33 DownloadFile False 1200 25 39.1 1 1.8 32.6 N/A
34 DownloadFile False 1200 25 39.1 1 1.8 32.6 N/A
35 DownloadFile False 1200 25 39.1 1 1.8 32.6 N/A
36 DownloadFile False 1200 25 39.1 1 1.8 32.6 N/A
37 DownloadFile False 1200 25 39.1 1 1.8 32.6 N/A
38 SendBeacon False 1200 1 1.98 1 1.02 1.7 N/A [36m[Info] In SendLoop mode - a telecommand in every .[0m
Session downlink frames count: 632
Session downlink duration [s]: 992.43
Session uplink frames count: 38
Session uplink duration [s]: 58.55
Session power budget energy [mWh]: 827.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
- sail_photo_57.jpg
- sail.photo_61.missing
- sail.photo_53.missing
- sail.photo_11.missing
- sail.photo_65
- sail_photo_35.jpg
- elka_versions
- downlink_frames.txt
- sail_photo_45.jpg
- telemetry.current
- sail.photo_41.missing
- sail_photo_51.jpg
- beacons.txt
- requested_files.txt
- sail.photo_59
- sail.photo_79.missing
- file_list_2.txt
- sail.photo_67.missing
- sail_photo_59.jpg
- sail.photo_15.missing
- sail.photo_63
- elka_downlink.frames
- sail.photo_73.missing
- sail.photo_47.missing
- sail_photo_61.jpg
- sail.photo_5.missing
- sail.photo_31
- sail.photo_41
- sail.photo_51.missing
- sail.photo_47
- sail_photo_85.jpg
- sail.photo_63.missing
- sail.photo_57.missing
- sail_photo_63.jpg
- sail.photo_69.missing
- sail.photo_59.missing
- sail_photo_55.jpg
- sail.photo_85.missing
- sail.photo_21
- sail.photo_53
- sail.photo_35
- sail_photo_53.jpg
- sail_photo_5.jpg
- sail.photo_5
- sail_photo_15.jpg
- sail_photo_21.jpg
- sail.photo_55
- sail_photo_47.jpg
- sail.photo_11
- sail_photo_25.jpg
- sail.photo_51
- sail_photo_11.jpg
- sail.photo_45
- sail.photo_49.missing
- sail.photo_79
- sail_photo_79.jpg
- sail.photo_49
- sail_photo_31.jpg
- sail.photo_69
- sail.photo_85
- sail.photo_65.missing
- sail.photo_15
- fp-gs_downlink.frames
- sail_photo_41.jpg
- sail_photo_69.jpg
- sail.photo_61
- sail_photo_73.jpg
- sail.photo_25.missing
- sail.photo_73
- all.frames
- sail_photo_67.jpg
- sail.photo_31.missing
- sail.photo_35.missing
- fp-gs_versions
- sail.photo_25
- sail.photo_57
- sail.photo_67
- sail.photo_21.missing