Index | Start Time | Stop Time | Max. Elevation | Phase | Primary GS | Type | Tasks | Status |
---|---|---|---|---|---|---|---|---|
163 | 2018-12-30 09:17:48+01:00 | 2018-12-30 09:29:06+01:00 | N/A° | After Sail | N/A | [TBD] | ☑ |
Goal
Power cycle EPS B. Sail exp photos and telemetry download.
Tasklist
tasks = [
[[tc.SetBitrate(1, BaudRate.BaudRate9600), 5], SendLoop, WaitMode.NoWait],
[[tc.SendBeacon(), 15], SendLoop, WaitMode.NoWait],
# Power cycle EPS B
[tc.PowerCycleTelecommand(5), Send, WaitMode.Wait],
[tc.PingTelecommand(), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.Wait],
# Set 9600
[tc.SetBitrate(4, BaudRate.BaudRate9600), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.Wait],
[tc.ListFiles(2, '/'), Send, WaitMode.Wait],
# Telemetry between session 161 and 163
[tc.SendBeacon(), Send, WaitMode.Wait],
[tc.DownloadFile(100, '/telemetry.current', [i for i in range(0, 970, 50)]), Send, WaitMode.Wait],
[tc.DownloadFile(101, '/telemetry.current', [i for i in range(25, 970, 50)]), Send, WaitMode.Wait],
[tc.DownloadFile(102, '/telemetry.previous', [i for i in range(1930, 2280, 25)]), Send, WaitMode.Wait],
[tc.DownloadFile(103, '/telemetry.previous', [i for i in range(1942, 2280, 25)]), Send, WaitMode.Wait],
[tc.DownloadFile(104, '/telemetry.current', [i for i in range(12, 970, 50)]), Send, WaitMode.Wait],
[tc.DownloadFile(105, '/telemetry.current', [i for i in range(37, 970, 50)]), Send, WaitMode.Wait],
# Low-res photos just before and after sail deployment
[tc.SendBeacon(), Send, WaitMode.Wait],
[tc.DownloadFile(31, '/sail.photo_31', [12, 14]), Send, WaitMode.Wait],
[tc.DownloadFile(33, '/sail.photo_33', [11]), Send, WaitMode.Wait],
# Low-res photos just before and after sail deployment
[tc.SendBeacon(), Send, WaitMode.Wait],
[tc.DownloadFile(59, '/sail.photo_59', [i for i in range(0, 15, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(60, '/sail.photo_59', [i for i in range(15, 29, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(61, '/sail.photo_61', [i for i in range(0, 15, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(62, '/sail.photo_61', [i for i in range(15, 27, 1)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.Wait],
[tc.DownloadFile(63, '/sail.photo_63', [i for i in range(0, 15, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(64, '/sail.photo_63', [i for i in range(15, 27, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(65, '/sail.photo_65', [i for i in range(0, 15, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(66, '/sail.photo_65', [i for i in range(15, 27, 1)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.Wait],
[tc.DownloadFile(69, '/sail.photo_69', [i for i in range(0, 22, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(71, '/sail.photo_71', [i for i in range(0, 23, 1)]), Send, WaitMode.Wait],
# Low-res photos just before and after sail deployment
[tc.SendBeacon(), Send, WaitMode.Wait],
[tc.DownloadFile(73, '/sail.photo_73', [i for i in range(0, 23, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(75, '/sail.photo_75', [i for i in range(0, 21, 1)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.Wait],
[tc.DownloadFile(77, '/sail.photo_77', [i for i in range(0, 15, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(78, '/sail.photo_77', [i for i in range(15, 26, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(79, '/sail.photo_79', [i for i in range(0, 15, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(80, '/sail.photo_79', [i for i in range(15, 27, 1)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.Wait],
[tc.DownloadFile(81, '/sail.photo_81', [i for i in range(0, 15, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(82, '/sail.photo_81', [i for i in range(15, 30, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(83, '/sail.photo_83', [i for i in range(0, 16, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(84, '/sail.photo_83', [i for i in range(16, 33, 1)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.Wait],
[tc.DownloadFile(85, '/sail.photo_85', [i for i in range(0, 18, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(86, '/sail.photo_85', [i for i in range(18, 36, 1)]), Send, WaitMode.Wait],
# More telemetry between session 161 and 163
[tc.SendBeacon(), Send, WaitMode.Wait],
[tc.DownloadFile(200, '/telemetry.current', [i for i in range(6, 970, 50)]), Send, WaitMode.Wait],
[tc.DownloadFile(201, '/telemetry.current', [i for i in range(18, 970, 50)]), Send, WaitMode.Wait],
[tc.DownloadFile(202, '/telemetry.current', [i for i in range(31, 970, 50)]), Send, WaitMode.Wait],
[tc.DownloadFile(203, '/telemetry.current', [i for i in range(43, 970, 50)]), Send, WaitMode.Wait],
[tc.DownloadFile(204, '/telemetry.previous', [i for i in range(1936, 2280, 25)]), Send, WaitMode.Wait],
[tc.DownloadFile(205, '/telemetry.previous', [i for i in range(1948, 2280, 25)]), Send, WaitMode.Wait],
[[tc.SendBeacon(), 15], 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 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
4 PingTelecommand False 1200 1 0.46 1 1.02 0.4 N/A [33m[Warning] Waiting is not recommended[0m
5 SendBeacon False 1200 1 1.98 1 1.02 1.7 N/A [33m[Warning] Waiting is not recommended[0m
6 SetBitrate False 9600 1 0.32 1 1.03 0.3 N/A [33m[Warning] Waiting is not recommended[0m
7 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A [33m[Warning] Waiting is not recommended[0m
8 ListFiles False 9600 5 1.28 1 1.04 1.1 N/A [33m[Warning] Waiting is not recommended[0m
9 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A [33m[Warning] Waiting is not recommended[0m
10 DownloadFile False 9600 20 4.18 1 1.69 3.5 N/A
11 DownloadFile False 9600 19 3.99 1 1.67 3.3 N/A
12 DownloadFile False 9600 14 3.02 1 1.54 2.5 N/A
13 DownloadFile False 9600 14 3.02 1 1.54 2.5 N/A
14 DownloadFile False 9600 20 4.18 1 1.69 3.5 N/A
15 DownloadFile False 9600 19 3.99 1 1.67 3.3 N/A
16 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A [33m[Warning] Waiting is not recommended[0m
17 DownloadFile False 9600 2 0.7 1 1.19 0.6 N/A
18 DownloadFile False 9600 1 0.51 1 1.16 0.4 N/A
19 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A [33m[Warning] Waiting is not recommended[0m
20 DownloadFile False 9600 15 3.22 1 1.53 2.7 N/A
21 DownloadFile False 9600 14 3.02 1 1.51 2.5 N/A
22 DownloadFile False 9600 15 3.22 1 1.53 2.7 N/A
23 DownloadFile False 9600 12 2.64 1 1.45 2.2 N/A
24 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A [33m[Warning] Waiting is not recommended[0m
25 DownloadFile False 9600 15 3.22 1 1.53 2.7 N/A
26 DownloadFile False 9600 12 2.64 1 1.45 2.2 N/A
27 DownloadFile False 9600 15 3.22 1 1.53 2.7 N/A
28 DownloadFile False 9600 12 2.64 1 1.45 2.2 N/A
29 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A [33m[Warning] Waiting is not recommended[0m
30 DownloadFile False 9600 22 4.57 1 1.72 3.8 N/A
31 DownloadFile False 9600 23 4.76 1 1.75 4 N/A
32 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A [33m[Warning] Waiting is not recommended[0m
33 DownloadFile False 9600 23 4.76 1 1.75 4 N/A
34 DownloadFile False 9600 21 4.38 1 1.69 3.6 N/A
35 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A [33m[Warning] Waiting is not recommended[0m
36 DownloadFile False 9600 15 3.22 1 1.53 2.7 N/A
37 DownloadFile False 9600 11 2.44 1 1.43 2 N/A
38 DownloadFile False 9600 15 3.22 1 1.53 2.7 N/A
39 DownloadFile False 9600 12 2.64 1 1.45 2.2 N/A
40 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A [33m[Warning] Waiting is not recommended[0m
41 DownloadFile False 9600 15 3.22 1 1.53 2.7 N/A
42 DownloadFile False 9600 15 3.22 1 1.53 2.7 N/A
43 DownloadFile False 9600 16 3.41 1 1.56 2.8 N/A
44 DownloadFile False 9600 17 3.6 1 1.59 3 N/A
45 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A [33m[Warning] Waiting is not recommended[0m
46 DownloadFile False 9600 18 3.8 1 1.61 3.2 N/A
47 DownloadFile False 9600 18 3.8 1 1.61 3.2 N/A
48 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A [33m[Warning] Waiting is not recommended[0m
49 DownloadFile False 9600 20 4.18 1 1.69 3.5 N/A
50 DownloadFile False 9600 20 4.18 1 1.69 3.5 N/A
51 DownloadFile False 9600 19 3.99 1 1.67 3.3 N/A
52 DownloadFile False 9600 19 3.99 1 1.67 3.3 N/A
53 DownloadFile False 9600 14 3.02 1 1.54 2.5 N/A
54 DownloadFile False 9600 14 3.02 1 1.54 2.5 N/A
55 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: 589
Session downlink duration [s]: 132.22
Session uplink frames count: 55
Session uplink duration [s]: 75.67
Session power budget energy [mWh]: 110.2
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
- sail.photo_65
- elka_versions
- downlink_frames.txt
- telemetry.current
- beacons.txt
- sail.photo_81
- requested_files.txt
- sail.photo_59
- sail.photo_79.missing
- file_list_2.txt
- sail.photo_63
- elka_downlink.frames
- sail.photo_73.missing
- sail.photo_31
- sail.photo_75
- sail.photo_85.missing
- sail.photo_77.missing
- sail.photo_77
- sail.photo_71
- sail.photo_33
- sail.photo_81.missing
- sail.photo_79
- sail.photo_83.missing
- sail.photo_69
- sail.photo_85
- telemetry.current.error
- fp-gs_downlink.frames
- sail.photo_61
- telemetry.current.missing
- sail.photo_73
- all.frames
- telemetry.previous.missing
- sail.photo_75.missing
- fp-gs_versions
- sail.photo_83
assembled
- sail_photo_57.jpg
- sail.photo_11.missing
- sail.photo_65
- sail_photo_35.jpg
- sail_photo_45.jpg
- sail_photo_75.jpg
- sail_photo_39.jpg
- sail_photo_71.jpg
- sail_photo_51.jpg
- sail.photo_81
- sail.photo_59
- sail_photo_43.jpg
- sail.photo_79.missing
- sail_photo_59.jpg
- sail.photo_29
- sail_photo_49.jpg
- sail.photo_39
- sail.photo_63
- sail_photo_13.jpg
- sail.photo_73.missing
- sail_photo_61.jpg
- sail.photo_31
- sail.photo_41
- sail.photo_75
- sail.photo_47
- sail.photo_17
- sail_photo_85.jpg
- sail_photo_19.jpg
- sail.photo_43
- sail.photo_23
- sail_photo_63.jpg
- sail.photo_69.missing
- sail_photo_55.jpg
- sail.photo_85.missing
- sail.photo_77.missing
- sail.photo_21
- sail.photo_53
- sail.photo_35
- sail_photo_53.jpg
- sail_photo_15.jpg
- sail_photo_21.jpg
- sail.photo_55
- sail_photo_47.jpg
- sail_photo_17.jpg
- sail.photo_77
- sail_photo_23.jpg
- sail.photo_71
- sail.photo_11
- sail.photo_33
- sail.photo_81.missing
- sail.photo_87
- sail_photo_25.jpg
- sail.photo_51
- sail_photo_11.jpg
- sail.photo_45
- sail.photo_79
- sail.photo_13
- sail_photo_79.jpg
- sail.photo_37
- sail.photo_49
- sail_photo_31.jpg
- sail_photo_33.jpg
- sail_photo_81.jpg
- sail.photo_83.missing
- sail.photo_69
- sail.photo_85
- sail.photo_19
- sail_photo_83.jpg
- sail_photo_65.jpg
- sail.photo_15
- sail_photo_41.jpg
- sail_photo_69.jpg
- sail.photo_61
- sail_photo_73.jpg
- sail_photo_77.jpg
- sail.photo_27
- sail.photo_73
- sail_photo_27.jpg
- sail_photo_37.jpg
- sail_photo_67.jpg
- sail.photo_75.missing
- sail_photo_29.jpg
- sail.photo_35.missing
- sail.photo_25
- sail_photo_87.jpg
- sail.photo_57
- sail.photo_83
- sail.photo_67