Index | Start Time | Stop Time | Max. Elevation | Phase | Primary GS | Type | Tasks | Status |
---|---|---|---|---|---|---|---|---|
82 | 2018-12-17 09:37:43+01:00 | 2018-12-17 09:49:46+01:00 | N/A° | Extended Mission | N/A | [TBD] | ☑ |
Goal
Telemetry and high res photos download on 9600. Third RadFET experiment.
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 81 and 82
[tc.DownloadFile(3, '/telemetry.current', [i for i in range(0, 1170, 50)]), Send, WaitMode.Wait],
[tc.DownloadFile(4, '/telemetry.current', [i for i in range(25, 1170, 50)]), Send, WaitMode.Wait],
[tc.DownloadFile(5, '/telemetry.previous', [i for i in range(2000, 2280, 12)]), Send, WaitMode.Wait],
[tc.DownloadFile(6, '/telemetry.previous', [i for i in range(2006, 2280, 12)]), Send, WaitMode.Wait],
# Third RadFET experiment
[tc.PerformRadFETExperiment(7, 150, 110, 'radfet_3'), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.Wait],
# Missing chunks of high res photos
[tc.DownloadFile(11, '/p6_480_0', [0, 1, 6, 7]), Send, WaitMode.NoWait],
[tc.DownloadFile(12, '/p7_480_0', [35]), Send, WaitMode.Wait],
# Delete downloaded low photos
[tc.SendBeacon(), Send, WaitMode.Wait],
[tc.RemoveFile(20, '/p1_480_0'), Send, WaitMode.NoWait],
[tc.RemoveFile(21, '/p2_480_0'), Send, WaitMode.NoWait],
[tc.RemoveFile(22, '/p3_128_0'), Send, WaitMode.NoWait],
[tc.RemoveFile(23, '/p4_128_0'), Send, WaitMode.NoWait],
[tc.RemoveFile(24, '/p4_480_0'), Send, WaitMode.NoWait],
[tc.RemoveFile(25, '/p5_128_0'), Send, WaitMode.NoWait],
[tc.RemoveFile(26, '/p5_480_0'), Send, WaitMode.NoWait],
[tc.RemoveFile(27, '/p6_128_0'), Send, WaitMode.NoWait],
# p6_480_0 not downloaded yet
[tc.RemoveFile(28, '/p7_128_0'), Send, WaitMode.Wait],
# p7_480_0 not downloaded yet
[tc.RemoveFile(29, '/p8_128_0'), Send, WaitMode.NoWait],
[tc.RemoveFile(30, '/p8_480_0'), Send, WaitMode.NoWait],
[tc.RemoveFile(31, '/p9_128_0'), Send, WaitMode.NoWait],
[tc.RemoveFile(32, '/p9_480_0'), Send, WaitMode.NoWait],
[tc.RemoveFile(33, '/p10_128_0'), Send, WaitMode.NoWait],
[tc.RemoveFile(34, '/p10_480_0'), Send, WaitMode.NoWait],
[tc.RemoveFile(35, '/p12_128_0'), Send, WaitMode.NoWait],
[tc.RemoveFile(36, '/p12_480_0'), Send, WaitMode.NoWait], # overexposed Earth
[tc.RemoveFile(37, '/p13_128_0'), Send, WaitMode.Wait],
[tc.RemoveFile(38, '/p10_480_0'), Send, WaitMode.NoWait], # overexposed Earth
[tc.RemoveFile(39, '/p14_128_0'), Send, WaitMode.NoWait],
[tc.RemoveFile(40, '/p10_480_0'), Send, WaitMode.NoWait], # Sun or overexposed Earth
[tc.RemoveFile(41, '/p15_128_0'), Send, WaitMode.NoWait],
[tc.RemoveFile(42, '/p10_480_0'), Send, WaitMode.NoWait], # Sun
[tc.RemoveFile(43, '/p16_128_0'), Send, WaitMode.NoWait],
[tc.RemoveFile(44, '/p10_480_0'), Send, WaitMode.NoWait], # Sun
[tc.RemoveFile(45, '/p17_128_0'), Send, WaitMode.Wait],
[tc.RemoveFile(46, '/p10_480_0'), Send, WaitMode.NoWait], # Sun
[tc.RemoveFile(47, '/p18_128_0'), Send, WaitMode.NoWait],
[tc.RemoveFile(48, '/p10_480_0'), Send, WaitMode.NoWait], # Sun
[tc.RemoveFile(49, '/p19_128_0'), Send, WaitMode.NoWait],
[tc.RemoveFile(50, '/p10_480_0'), Send, WaitMode.NoWait], # Sun
[tc.RemoveFile(51, '/p20_128_0'), Send, WaitMode.NoWait],
[tc.RemoveFile(52, '/p20_480_0'), Send, WaitMode.NoWait], # Sun
[tc.ListFiles(53, '/'), Send, WaitMode.Wait],
# Fourth SunS Experiment secondary data
[tc.DownloadFile(54, '/suns_4_sec', [i for i in range(0, 20, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(55, '/suns_4_sec', [i for i in range(20, 40, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(56, '/suns_4_sec', [i for i in range(40, 60, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(57, '/suns_4_sec', [i for i in range(60, 80, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(58, '/suns_4_sec', [i for i in range(80, 100, 1)]), Send, WaitMode.Wait],
[tc.DownloadFile(59, '/suns_4_sec', [i for i in range(100, 125, 1)]), Send, WaitMode.Wait],
# More telemetry between session 81 and 82
[tc.DownloadFile(60, '/telemetry.current', [i for i in range(6, 1170, 50)]), Send, WaitMode.Wait],
[tc.DownloadFile(61, '/telemetry.current', [i for i in range(12, 1170, 50)]), Send, WaitMode.Wait],
[tc.DownloadFile(62, '/telemetry.current', [i for i in range(18, 1170, 50)]), Send, WaitMode.Wait],
[tc.DownloadFile(63, '/telemetry.current', [i for i in range(31, 1170, 50)]), Send, WaitMode.Wait],
[tc.DownloadFile(64, '/telemetry.current', [i for i in range(37, 1170, 50)]), Send, WaitMode.Wait],
[tc.DownloadFile(65, '/telemetry.current', [i for i in range(43, 1170, 50)]), Send, WaitMode.Wait],
[tc.DownloadFile(80, '/telemetry.previous', [i for i in range(2001, 2280, 12)]), Send, WaitMode.Wait],
[tc.DownloadFile(82, '/telemetry.previous', [i for i in range(2002, 2280, 12)]), Send, WaitMode.Wait],
[tc.DownloadFile(83, '/telemetry.previous', [i for i in range(2003, 2280, 12)]), Send, WaitMode.Wait],
[tc.DownloadFile(84, '/telemetry.previous', [i for i in range(2004, 2280, 12)]), Send, WaitMode.Wait],
[tc.DownloadFile(85, '/telemetry.previous', [i for i in range(2005, 2280, 12)]), Send, WaitMode.Wait],
[tc.DownloadFile(86, '/telemetry.previous', [i for i in range(2007, 2280, 12)]), Send, WaitMode.Wait],
[tc.DownloadFile(87, '/telemetry.previous', [i for i in range(2008, 2280, 12)]), Send, WaitMode.Wait],
[tc.DownloadFile(88, '/telemetry.previous', [i for i in range(2009, 2280, 12)]), Send, WaitMode.Wait],
[tc.DownloadFile(89, '/telemetry.previous', [i for i in range(2010, 2280, 12)]), Send, WaitMode.Wait],
[tc.DownloadFile(90, '/telemetry.previous', [i for i in range(2011, 2280, 12)]), Send, WaitMode.Wait],
[tc.DownloadFile(91, '/telemetry.current', [i for i in range(3, 1170, 50)]), Send, WaitMode.Wait],
[tc.DownloadFile(92, '/telemetry.current', [i for i in range(9, 1170, 50)]), Send, WaitMode.Wait],
[tc.DownloadFile(93, '/telemetry.current', [i for i in range(15, 1170, 50)]), Send, WaitMode.Wait],
[tc.DownloadFile(94, '/telemetry.current', [i for i in range(21, 1170, 50)]), Send, WaitMode.Wait],
[tc.DownloadFile(95, '/telemetry.current', [i for i in range(28, 1170, 50)]), Send, WaitMode.Wait],
[tc.DownloadFile(96, '/telemetry.current', [i for i in range(34, 1170, 50)]), Send, WaitMode.Wait],
[tc.DownloadFile(97, '/telemetry.current', [i for i in range(40, 1170, 50)]), Send, WaitMode.Wait],
[tc.DownloadFile(98, '/telemetry.current', [i for i in range(46, 1170, 50)]), Send, WaitMode.Wait],
[tc.DownloadFile(99, '/telemetry.current', [i for i in range(48, 1170, 50)]), 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 [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 24 4.96 1 1.8 4.1 N/A
5 DownloadFile False 9600 23 4.76 1 1.77 4 N/A
6 DownloadFile False 9600 24 4.96 1 1.81 4.1 N/A
7 DownloadFile False 9600 23 4.76 1 1.78 4 N/A
8 PerformRadFETExperiment True 9600 1 0.32 1 1.1 0.3 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 4 1.09 1 1.21 0.9 N/A [33m[Warning] Waiting is suggested[0m
11 DownloadFile False 9600 1 0.51 1 1.13 0.4 N/A
12 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A [33m[Warning] Waiting is not recommended[0m
13 RemoveFile False 9600 1 0.32 1 1.1 0.3 N/A
14 RemoveFile False 9600 1 0.32 1 1.1 0.3 N/A
15 RemoveFile False 9600 1 0.32 1 1.1 0.3 N/A
16 RemoveFile False 9600 1 0.32 1 1.1 0.3 N/A
17 RemoveFile False 9600 1 0.32 1 1.1 0.3 N/A
18 RemoveFile False 9600 1 0.32 1 1.1 0.3 N/A
19 RemoveFile False 9600 1 0.32 1 1.1 0.3 N/A
20 RemoveFile False 9600 1 0.32 1 1.1 0.3 N/A
21 RemoveFile False 9600 1 0.32 1 1.1 0.3 N/A [33m[Warning] Waiting is not recommended[0m
22 RemoveFile False 9600 1 0.32 1 1.1 0.3 N/A
23 RemoveFile False 9600 1 0.32 1 1.1 0.3 N/A
24 RemoveFile False 9600 1 0.32 1 1.1 0.3 N/A
25 RemoveFile False 9600 1 0.32 1 1.1 0.3 N/A
26 RemoveFile False 9600 1 0.33 1 1.11 0.3 N/A
27 RemoveFile False 9600 1 0.33 1 1.11 0.3 N/A
28 RemoveFile False 9600 1 0.33 1 1.11 0.3 N/A
29 RemoveFile False 9600 1 0.33 1 1.11 0.3 N/A
30 RemoveFile False 9600 1 0.33 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
31 RemoveFile False 9600 1 0.33 1 1.11 0.3 N/A
32 RemoveFile False 9600 1 0.33 1 1.11 0.3 N/A
33 RemoveFile False 9600 1 0.33 1 1.11 0.3 N/A
34 RemoveFile False 9600 1 0.33 1 1.11 0.3 N/A
35 RemoveFile False 9600 1 0.33 1 1.11 0.3 N/A
36 RemoveFile False 9600 1 0.33 1 1.11 0.3 N/A
37 RemoveFile False 9600 1 0.33 1 1.11 0.3 N/A
38 RemoveFile False 9600 1 0.33 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
39 RemoveFile False 9600 1 0.33 1 1.11 0.3 N/A
40 RemoveFile False 9600 1 0.33 1 1.11 0.3 N/A
41 RemoveFile False 9600 1 0.33 1 1.11 0.3 N/A
42 RemoveFile False 9600 1 0.33 1 1.11 0.3 N/A
43 RemoveFile False 9600 1 0.33 1 1.11 0.3 N/A
44 RemoveFile False 9600 1 0.33 1 1.11 0.3 N/A
45 RemoveFile False 9600 1 0.33 1 1.11 0.3 N/A
46 ListFiles False 9600 5 1.28 1 1.04 1.1 N/A [33m[Warning] Waiting is not recommended[0m
47 DownloadFile False 9600 20 4.18 1 1.65 3.5 N/A
48 DownloadFile False 9600 20 4.18 1 1.65 3.5 N/A
49 DownloadFile False 9600 20 4.18 1 1.65 3.5 N/A
50 DownloadFile False 9600 20 4.18 1 1.65 3.5 N/A
51 DownloadFile False 9600 20 4.18 1 1.65 3.5 N/A
52 DownloadFile False 9600 25 5.15 1 1.78 4.3 N/A
53 DownloadFile False 9600 24 4.96 1 1.8 4.1 N/A
54 DownloadFile False 9600 24 4.96 1 1.8 4.1 N/A
55 DownloadFile False 9600 24 4.96 1 1.8 4.1 N/A
56 DownloadFile False 9600 23 4.76 1 1.77 4 N/A
57 DownloadFile False 9600 23 4.76 1 1.77 4 N/A
58 DownloadFile False 9600 23 4.76 1 1.77 4 N/A
59 DownloadFile False 9600 24 4.96 1 1.81 4.1 N/A
60 DownloadFile False 9600 24 4.96 1 1.81 4.1 N/A
61 DownloadFile False 9600 24 4.96 1 1.81 4.1 N/A
62 DownloadFile False 9600 23 4.76 1 1.78 4 N/A
63 DownloadFile False 9600 23 4.76 1 1.78 4 N/A
64 DownloadFile False 9600 23 4.76 1 1.78 4 N/A
65 DownloadFile False 9600 23 4.76 1 1.78 4 N/A
66 DownloadFile False 9600 23 4.76 1 1.78 4 N/A
67 DownloadFile False 9600 23 4.76 1 1.78 4 N/A
68 DownloadFile False 9600 23 4.76 1 1.78 4 N/A
69 DownloadFile False 9600 24 4.96 1 1.8 4.1 N/A
70 DownloadFile False 9600 24 4.96 1 1.8 4.1 N/A
71 DownloadFile False 9600 24 4.96 1 1.8 4.1 N/A
72 DownloadFile False 9600 23 4.76 1 1.77 4 N/A
73 DownloadFile False 9600 23 4.76 1 1.77 4 N/A
74 DownloadFile False 9600 23 4.76 1 1.77 4 N/A
75 DownloadFile False 9600 23 4.76 1 1.77 4 N/A
76 DownloadFile False 9600 23 4.76 1 1.77 4 N/A
77 DownloadFile False 9600 23 4.76 1 1.77 4 N/A
78 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: 857
Session downlink duration [s]: 183.88
Session uplink frames count: 78
Session uplink duration [s]: 108.87
Session power budget energy [mWh]: 153.2
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]
--- ----------------------- ----------- --------------------- --------------------- --------------------- ----------- -----------
8 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
- telemetry.previous
- elka_versions
- downlink_frames.txt
- telemetry.current
- beacons.txt
- requested_files.txt
- suns_4_sec.missing
- file_list_2.txt
- elka_downlink.frames
- file_list_53.txt
- p6_480_0
- fp-gs_downlink.frames
- suns_4_sec
- telemetry.current.missing
- all.frames
- telemetry.previous.missing
- p7_480_0
- p7_480_0.missing
- fp-gs_versions