Index | Start Time | Stop Time | Max. Elevation | Phase | Primary GS | Type | Tasks | Status |
---|---|---|---|---|---|---|---|---|
2475 | 2019-12-21 10:18:10+01:00 | 2019-12-21 10:30:39+01:00 | 45.88° | zZz | elka | [TBD] | ☑ |
Goal
Wake-up and photos
Tasklist
tasks = [
# Get beacons from deep-sleep
[[tc.SendBeacon(), 20], SendLoop, WaitMode.NoWait],
# Wake-up from deep-sleep
[tc.PingTelecommand(), Send, WaitMode.Wait],
# Set bitrate
[tc.SetBitrate(1, BaudRate.BaudRate9600), Send, WaitMode.Wait],
# Get beacon
[tc.SendBeacon(), Send, WaitMode.Wait],
[tc.ListFiles(2, '/'), Send, WaitMode.Wait],
["Becons and photos", Print, WaitMode.NoWait],
[tc.SendBeacon(), Send, WaitMode.Wait],
# Long Movie Over Europe, don't have to wait
[tc.TakePhotoTelecommand(100, CameraLocation.Wing, PhotoResolution.p240, 29, datetime.timedelta(minutes=1), 't01w_240'), Send, WaitMode.Wait],
[tc.TakePhotoTelecommand(101, CameraLocation.Wing, PhotoResolution.p240, 29, datetime.timedelta(seconds=0), 't02w_240'), Send, WaitMode.Wait],
[tc.TakePhotoTelecommand(102, CameraLocation.Wing, PhotoResolution.p240, 29, datetime.timedelta(seconds=0), 't03w_240'), Send, WaitMode.Wait],
[tc.TakePhotoTelecommand(103, CameraLocation.Wing, PhotoResolution.p240, 7, datetime.timedelta(seconds=0), 't04w_240'), Send, WaitMode.Wait],
# Waste session time
[[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 [33m[Warning] Waiting is not recommended[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 Print False 9600 0 N/A 0 N/A N/A N/A [36m[Info] Print: "Becons and photos"[0m
7 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A [33m[Warning] Waiting is not recommended[0m
8 TakePhotoTelecommand True 9600 1 0.32 1 1.12 0.3 N/A [33m[Warning] Waiting is not recommended[0m
9 TakePhotoTelecommand True 9600 1 0.32 1 1.12 0.3 N/A [33m[Warning] Waiting is not recommended[0m
10 TakePhotoTelecommand True 9600 1 0.32 1 1.12 0.3 N/A [33m[Warning] Waiting is not recommended[0m
11 TakePhotoTelecommand True 9600 1 0.32 1 1.12 0.3 N/A [33m[Warning] Waiting is not recommended[0m
12 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: 15
Session downlink duration [s]: 6.84
Session uplink frames count: 11
Session uplink duration [s]: 11.65
Session power budget energy [mWh]: 5.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]
--- -------------------- ----------- --------------------- --------------------- --------------------- ----------- -----------
8 TakePhotoTelecommand 580 932 478 251 131 1187 809 620 520 N/A N/A N/A N/A 196.3 133.1
9 TakePhotoTelecommand 580 932 478 251 131 1187 809 620 520 N/A N/A N/A N/A 136.3 133.1
10 TakePhotoTelecommand 580 932 478 251 131 1187 809 620 520 N/A N/A N/A N/A 136.3 133.1
11 TakePhotoTelecommand 140 226 116 61 32 212 120 74 51 N/A N/A N/A N/A 32.9 32.1
Scheduled downlink frames count: 1880
Scheduled downlink duration at 1200 2400 4800 9600 [s]: 3022 1550 814 426
Scheduled power budget energy at 1200 2400 4800 9600 [mWh]: 3774 2548 1934 1611
Scheduled power budget mean power at 1200 2400 4800 9600 [mW]: N/A N/A N/A N/A
Scheduled tasks duration [s]: 501.8
Scheduled storage usage [kB]: 431.4
Artifacts
waterfalls
files
- elka_versions
- downlink_frames.txt
- beacons.txt
- requested_files.txt
- file_list_2.txt
- elka_downlink.frames
- tasklist.missing.py
- fp-gs_downlink.frames
- all.frames
- fp-gs_versions