Index |
Start Time |
Stop Time |
Max. Elevation |
Phase |
Primary GS |
Type |
Tasks |
Status |
3117 |
2020-03-28 10:51:36+01:00 |
2020-03-28 11:04:08+01:00 |
81.2° |
zZz |
elka |
[TBD] |
|
☑ |
Goal
Tasklist
tasks = [
# Get beacons from deep-sleep
[[tc.SendBeacon(), 15], SendLoop, WaitMode.NoWait],
# Wake-up from deep-sleep
[[tc.PingTelecommand(), 15], SendLoop, WaitMode.NoWait],
# Set bitrate
[tc.SetBitrate(1, BaudRate.BaudRate9600), Send, WaitMode.Wait],
# Get few beacons from nominal OBC
[tc.SendBeacon(), Send, WaitMode.Wait],
[tc.ListFiles(2, '/'), Send, WaitMode.Wait],
[tc.PerformRadFETExperiment(10, 150, 110, 'radfet_35'), Send, WaitMode.Wait],
["The next step is Take Photo.", Print, WaitMode.Wait],
# Photo queue
# Group 1
[tc.SendBeacon(), Send, WaitMode.Wait],
[tc.TakePhotoTelecommand(10, CameraLocation.Wing, PhotoResolution.p128, 1, datetime.timedelta(minutes=0), 'p1_128'), Send, WaitMode.Wait],
[tc.TakePhotoTelecommand(11, CameraLocation.Wing, PhotoResolution.p480, 1, datetime.timedelta(minutes=0), 'p1_480'), Send, WaitMode.Wait],
# Group 2
[tc.TakePhotoTelecommand(12, CameraLocation.Nadir, PhotoResolution.p128, 1, datetime.timedelta(minutes=4), 'p2_128'), Send, WaitMode.Wait],
[tc.TakePhotoTelecommand(13, CameraLocation.Nadir, PhotoResolution.p480, 1, datetime.timedelta(minutes=0), 'p2_480'), Send, WaitMode.Wait],
# Group 3
[tc.TakePhotoTelecommand(14, CameraLocation.Wing, PhotoResolution.p128, 1, datetime.timedelta(minutes=4), 'p3_128'), Send, WaitMode.Wait],
[tc.TakePhotoTelecommand(15, CameraLocation.Wing, PhotoResolution.p480, 1, datetime.timedelta(minutes=0), 'p3_480'), Send, WaitMode.Wait],
# Group 4
[tc.TakePhotoTelecommand(16, CameraLocation.Nadir, PhotoResolution.p128, 1, datetime.timedelta(minutes=4), 'p4_128'), Send, WaitMode.Wait],
[tc.TakePhotoTelecommand(17, CameraLocation.Nadir, PhotoResolution.p480, 1, datetime.timedelta(minutes=0), 'p4_480'), Send, WaitMode.Wait],
# Group 5
[tc.TakePhotoTelecommand(18, CameraLocation.Wing, PhotoResolution.p128, 1, datetime.timedelta(minutes=4), 'p5_128'), Send, WaitMode.Wait],
[tc.TakePhotoTelecommand(19, CameraLocation.Wing, PhotoResolution.p480, 1, datetime.timedelta(minutes=0), 'p5_480'), Send, WaitMode.Wait],
# Group 6
[tc.TakePhotoTelecommand(20, CameraLocation.Nadir, PhotoResolution.p128, 1, datetime.timedelta(minutes=4), 'p6_128'), Send, WaitMode.Wait],
[tc.TakePhotoTelecommand(21, CameraLocation.Nadir, PhotoResolution.p480, 1, datetime.timedelta(minutes=0), 'p6_480'), Send, WaitMode.Wait],
# Group 7
[tc.TakePhotoTelecommand(22, CameraLocation.Wing, PhotoResolution.p128, 1, datetime.timedelta(minutes=4), 'p7_128'), Send, WaitMode.Wait],
[tc.TakePhotoTelecommand(23, CameraLocation.Wing, PhotoResolution.p480, 1, datetime.timedelta(minutes=0), 'p7_480'), Send, WaitMode.Wait],
# Group 8
[tc.TakePhotoTelecommand(24, CameraLocation.Nadir, PhotoResolution.p128, 1, datetime.timedelta(minutes=4), 'p8_128'), Send, WaitMode.Wait],
[tc.TakePhotoTelecommand(25, CameraLocation.Nadir, PhotoResolution.p480, 1, datetime.timedelta(minutes=0), 'p8_480'), Send, WaitMode.Wait],
# Group 9
[tc.TakePhotoTelecommand(26, CameraLocation.Wing, PhotoResolution.p128, 1, datetime.timedelta(minutes=4), 'p9_128'), Send, WaitMode.Wait],
[tc.TakePhotoTelecommand(27, CameraLocation.Wing, PhotoResolution.p480, 1, datetime.timedelta(minutes=0), 'p9_480'), Send, WaitMode.Wait],
# Group 10
[tc.TakePhotoTelecommand(28, CameraLocation.Nadir, PhotoResolution.p128, 1, datetime.timedelta(minutes=4), 'p10_128'), Send, WaitMode.Wait],
[tc.TakePhotoTelecommand(29, CameraLocation.Nadir, PhotoResolution.p480, 1, datetime.timedelta(minutes=0), 'p10_480'), Send, WaitMode.Wait],
# =========================================
[tc.SendBeacon(), Send, WaitMode.Wait],
# =========================================
[tc.ListFiles(80, '/'), 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 SendBeacon False 1200 1 1.98 1 1.02 1.7 N/A [36m[Info] In SendLoop mode - a telecommand in every .[0m
2 PingTelecommand False 1200 1 0.46 1 1.02 0.4 N/A [36m[Info] In SendLoop mode - a telecommand in every .[0m
3 SetBitrate False 9600 1 0.32 1 1.03 0.3 N/A [33m[Warning] Waiting is not recommended[0m
4 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A [33m[Warning] Waiting is not recommended[0m
5 ListFiles False 9600 5 1.28 1 1.04 1.1 N/A [33m[Warning] Waiting is not recommended[0m
6 PerformRadFETExperiment True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
7 Print False 9600 0 N/A 0 N/A N/A N/A [36m[Info] Print: "The next step is Take Photo."[0m
8 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A [33m[Warning] Waiting is not recommended[0m
9 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [31m[Error] Duplicated corelation id: 10[0m
[33m[Warning] Waiting is not recommended[0m
10 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
11 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
12 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
13 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
14 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
15 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
16 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
17 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
18 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
19 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
20 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
21 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
22 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
23 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
24 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
25 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
26 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
27 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
28 TakePhotoTelecommand True 9600 1 0.32 1 1.11 0.3 N/A [33m[Warning] Waiting is not recommended[0m
29 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A [33m[Warning] Waiting is not recommended[0m
30 ListFiles False 9600 5 1.28 1 1.04 1.1 N/A [33m[Warning] Waiting is not recommended[0m
31 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: 38
Session downlink duration [s]: 14.03
Session uplink frames count: 30
Session uplink duration [s]: 32.49
Session power budget energy [mWh]: 11.7
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]
--- ----------------------- ----------- --------------------- --------------------- --------------------- ----------- -----------
6 PerformRadFETExperiment 16 27 14 8 5 444 433 428 426 N/A N/A N/A N/A 4253 3.7
9 TakePhotoTelecommand 12 20 11 6 4 17 9 5 3 N/A N/A N/A N/A 1.25 2.8
10 TakePhotoTelecommand 80 129 66 35 18 110 57 31 17 N/A N/A N/A N/A 19 18.4
11 TakePhotoTelecommand 12 20 11 6 4 17 9 5 3 N/A N/A N/A N/A 241.25 2.8
12 TakePhotoTelecommand 80 129 66 35 18 110 57 31 17 N/A N/A N/A N/A 19 18.4
13 TakePhotoTelecommand 12 20 11 6 4 17 9 5 3 N/A N/A N/A N/A 241.25 2.8
14 TakePhotoTelecommand 80 129 66 35 18 110 57 31 17 N/A N/A N/A N/A 19 18.4
15 TakePhotoTelecommand 12 20 11 6 4 17 9 5 3 N/A N/A N/A N/A 241.25 2.8
16 TakePhotoTelecommand 80 129 66 35 18 110 57 31 17 N/A N/A N/A N/A 19 18.4
17 TakePhotoTelecommand 12 20 11 6 4 17 9 5 3 N/A N/A N/A N/A 241.25 2.8
18 TakePhotoTelecommand 80 129 66 35 18 110 57 31 17 N/A N/A N/A N/A 19 18.4
19 TakePhotoTelecommand 12 20 11 6 4 17 9 5 3 N/A N/A N/A N/A 241.25 2.8
20 TakePhotoTelecommand 80 129 66 35 18 110 57 31 17 N/A N/A N/A N/A 19 18.4
21 TakePhotoTelecommand 12 20 11 6 4 17 9 5 3 N/A N/A N/A N/A 241.25 2.8
22 TakePhotoTelecommand 80 129 66 35 18 110 57 31 17 N/A N/A N/A N/A 19 18.4
23 TakePhotoTelecommand 12 20 11 6 4 17 9 5 3 N/A N/A N/A N/A 241.25 2.8
24 TakePhotoTelecommand 80 129 66 35 18 110 57 31 17 N/A N/A N/A N/A 19 18.4
25 TakePhotoTelecommand 12 20 11 6 4 17 9 5 3 N/A N/A N/A N/A 241.25 2.8
26 TakePhotoTelecommand 80 129 66 35 18 110 57 31 17 N/A N/A N/A N/A 19 18.4
27 TakePhotoTelecommand 12 20 11 6 4 17 9 5 3 N/A N/A N/A N/A 241.25 2.8
28 TakePhotoTelecommand 80 129 66 35 18 110 57 31 17 N/A N/A N/A N/A 19 18.4
Scheduled downlink frames count: 936
Scheduled downlink duration at 1200 2400 4800 9600 [s]: 1517 784 418 225
Scheduled power budget energy at 1200 2400 4800 9600 [mWh]: 1707 1096 791 630
Scheduled power budget mean power at 1200 2400 4800 9600 [mW]: N/A N/A N/A N/A
Scheduled tasks duration [s]: 6615.5
Scheduled storage usage [kB]: 214.8
Artifacts
waterfalls
files
assembled