Index | Start Time | Stop Time | Max. Elevation | Phase | Primary GS | Type | Tasks | Status |
---|---|---|---|---|---|---|---|---|
4860 | 2020-12-26 11:16:58+01:00 | 2020-12-26 11:28:24+01:00 | 45.4° | zZz | fp | [TBD] | ☑ |
Goal
Radfet & take photos
Tasklist
tasks = [
[[tc.SendBeacon(), 20], SendLoop, WaitMode.NoWait],
[tc.little_oryx.RebootToNormal(), Send, WaitMode.Wait],
[tc.PingTelecommand(), Send, WaitMode.Wait],
[[tc.SetBitrate(1, BaudRate.BaudRate9600), 5], SendLoop, WaitMode.NoWait],
[tc.ListFiles(2, '/'), Send, WaitMode.Wait],
[tc.PerformRadFETExperiment(100, 150, 110, 'radfet_55'), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.Wait],
# 11_22 europe
[tc.TakePhotoTelecommand(4, CameraLocation.Wing, PhotoResolution.p480, 1, datetime.timedelta(minutes=2), 'a_w_p480_11_22'), Send, WaitMode.Wait],
[tc.TakePhotoTelecommand(5, CameraLocation.Nadir, PhotoResolution.p480, 1, datetime.timedelta(minutes=0), 'a_n_p480_11_22'), Send, WaitMode.Wait],
# 11_26 mediterranean sea
[tc.TakePhotoTelecommand(6, CameraLocation.Wing, PhotoResolution.p480, 1, datetime.timedelta(minutes=4), 'a_w_p480_11_26'), Send, WaitMode.Wait],
[tc.TakePhotoTelecommand(7, CameraLocation.Nadir, PhotoResolution.p480, 1, datetime.timedelta(minutes=0), 'a_n_p480_11_26'), Send, WaitMode.Wait],
# 11_32 africa
[tc.TakePhotoTelecommand(8, CameraLocation.Wing, PhotoResolution.p480, 1, datetime.timedelta(minutes=6), 'a_w_p480_11_32'), Send, WaitMode.Wait],
[tc.TakePhotoTelecommand(9, CameraLocation.Nadir, PhotoResolution.p480, 1, datetime.timedelta(minutes=0), 'a_n_p480_11_32'), Send, WaitMode.Wait],
# 11_40 south africa
[tc.TakePhotoTelecommand(10, CameraLocation.Wing, PhotoResolution.p480, 1, datetime.timedelta(minutes=8), 'a_w_p480_11_40'), Send, WaitMode.Wait],
[tc.TakePhotoTelecommand(11, CameraLocation.Nadir, PhotoResolution.p480, 1, datetime.timedelta(minutes=0), 'a_n_p480_11_40'), Send, WaitMode.Wait],
# 11_52 antarktyda 1
[tc.TakePhotoTelecommand(12, CameraLocation.Wing, PhotoResolution.p480, 1, datetime.timedelta(minutes=12), 'a_w_p480_11_52'), Send, WaitMode.Wait],
[tc.TakePhotoTelecommand(13, CameraLocation.Nadir, PhotoResolution.p480, 1, datetime.timedelta(minutes=0), 'a_n_p480_11_52'), Send, WaitMode.Wait],
# 11_56 antarktyda 2
[tc.TakePhotoTelecommand(14, CameraLocation.Wing, PhotoResolution.p480, 1, datetime.timedelta(minutes=4), 'a_w_p480_11_56'), Send, WaitMode.Wait],
[tc.TakePhotoTelecommand(15, CameraLocation.Nadir, PhotoResolution.p480, 1, datetime.timedelta(minutes=0), 'a_n_p480_11_56'), Send, WaitMode.Wait],
# 12_00 antarktyda 3
[tc.TakePhotoTelecommand(16, CameraLocation.Wing, PhotoResolution.p480, 1, datetime.timedelta(minutes=4), 'a_w_p480_12_00'), Send, WaitMode.Wait],
[tc.TakePhotoTelecommand(17, CameraLocation.Nadir, PhotoResolution.p480, 1, datetime.timedelta(minutes=0), 'a_n_p480_12_00'), Send, WaitMode.Wait],
# 12_04 antarktyda 4
[tc.TakePhotoTelecommand(18, CameraLocation.Wing, PhotoResolution.p480, 1, datetime.timedelta(minutes=4), 'a_w_p480_12_04'), Send, WaitMode.Wait],
[tc.TakePhotoTelecommand(19, CameraLocation.Nadir, PhotoResolution.p480, 1, datetime.timedelta(minutes=0), 'a_n_p480_12_04'), Send, WaitMode.Wait],
[tc.ListFiles(20, '/'), 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 RebootToNormal False 1200 1 0.44 1 1.02 0.4 N/A [33m[Warning] Communication with satellite will be unavailable for the next few minutes[0m
3 PingTelecommand False 1200 1 0.46 1 1.02 0.4 N/A [33m[Warning] Waiting is not recommended[0m
4 SetBitrate False 9600 1 0.32 1 1.03 0.3 N/A [36m[Info] In SendLoop mode - a telecommand in every .[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 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.16 0.3 N/A [33m[Warning] Waiting is not recommended[0m
9 TakePhotoTelecommand True 9600 1 0.32 1 1.16 0.3 N/A [33m[Warning] Waiting is not recommended[0m
10 TakePhotoTelecommand True 9600 1 0.32 1 1.16 0.3 N/A [33m[Warning] Waiting is not recommended[0m
11 TakePhotoTelecommand True 9600 1 0.32 1 1.16 0.3 N/A [33m[Warning] Waiting is not recommended[0m
12 TakePhotoTelecommand True 9600 1 0.32 1 1.16 0.3 N/A [33m[Warning] Waiting is not recommended[0m
13 TakePhotoTelecommand True 9600 1 0.32 1 1.16 0.3 N/A [33m[Warning] Waiting is not recommended[0m
14 TakePhotoTelecommand True 9600 1 0.32 1 1.16 0.3 N/A [33m[Warning] Waiting is not recommended[0m
15 TakePhotoTelecommand True 9600 1 0.32 1 1.16 0.3 N/A [33m[Warning] Waiting is not recommended[0m
16 TakePhotoTelecommand True 9600 1 0.32 1 1.16 0.3 N/A [33m[Warning] Waiting is not recommended[0m
17 TakePhotoTelecommand True 9600 1 0.32 1 1.16 0.3 N/A [33m[Warning] Waiting is not recommended[0m
18 TakePhotoTelecommand True 9600 1 0.32 1 1.16 0.3 N/A [33m[Warning] Waiting is not recommended[0m
19 TakePhotoTelecommand True 9600 1 0.32 1 1.16 0.3 N/A [33m[Warning] Waiting is not recommended[0m
20 TakePhotoTelecommand True 9600 1 0.32 1 1.16 0.3 N/A [33m[Warning] Waiting is not recommended[0m
21 TakePhotoTelecommand True 9600 1 0.32 1 1.16 0.3 N/A [33m[Warning] Waiting is not recommended[0m
22 TakePhotoTelecommand True 9600 1 0.32 1 1.16 0.3 N/A [33m[Warning] Waiting is not recommended[0m
23 TakePhotoTelecommand True 9600 1 0.32 1 1.16 0.3 N/A [33m[Warning] Waiting is not recommended[0m
24 ListFiles False 9600 5 1.28 1 1.04 1.1 N/A [33m[Warning] Waiting is not recommended[0m
25 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: 33
Session downlink duration [s]: 12.18
Session uplink frames count: 25
Session uplink duration [s]: 27.88
Session power budget energy [mWh]: 10.1
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
8 TakePhotoTelecommand 80 129 66 35 18 110 57 31 17 N/A N/A N/A N/A 139 18.4
9 TakePhotoTelecommand 80 129 66 35 18 110 57 31 17 N/A N/A N/A N/A 19 18.4
10 TakePhotoTelecommand 80 129 66 35 18 110 57 31 17 N/A N/A N/A N/A 259 18.4
11 TakePhotoTelecommand 80 129 66 35 18 110 57 31 17 N/A N/A N/A N/A 19 18.4
12 TakePhotoTelecommand 80 129 66 35 18 110 57 31 17 N/A N/A N/A N/A 379 18.4
13 TakePhotoTelecommand 80 129 66 35 18 110 57 31 17 N/A N/A N/A N/A 19 18.4
14 TakePhotoTelecommand 80 129 66 35 18 110 57 31 17 N/A N/A N/A N/A 499 18.4
15 TakePhotoTelecommand 80 129 66 35 18 110 57 31 17 N/A N/A N/A N/A 19 18.4
16 TakePhotoTelecommand 80 129 66 35 18 110 57 31 17 N/A N/A N/A N/A 739 18.4
17 TakePhotoTelecommand 80 129 66 35 18 110 57 31 17 N/A N/A N/A N/A 19 18.4
18 TakePhotoTelecommand 80 129 66 35 18 110 57 31 17 N/A N/A N/A N/A 259 18.4
19 TakePhotoTelecommand 80 129 66 35 18 110 57 31 17 N/A N/A N/A N/A 19 18.4
20 TakePhotoTelecommand 80 129 66 35 18 110 57 31 17 N/A N/A N/A N/A 259 18.4
21 TakePhotoTelecommand 80 129 66 35 18 110 57 31 17 N/A N/A N/A N/A 19 18.4
22 TakePhotoTelecommand 80 129 66 35 18 110 57 31 17 N/A N/A N/A N/A 259 18.4
23 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: 1296
Scheduled downlink duration at 1200 2400 4800 9600 [s]: 2094 1073 571 299
Scheduled power budget energy at 1200 2400 4800 9600 [mWh]: 2199 1348 929 703
Scheduled power budget mean power at 1200 2400 4800 9600 [mW]: N/A N/A N/A N/A
Scheduled tasks duration [s]: 7197.0
Scheduled storage usage [kB]: 297.4
Artifacts
waterfalls
files
- downlink_frames.txt
- beacons.txt
- requested_files.txt
- file_list_2.txt
- tasklist.missing.py
- fp-gs_downlink.frames
- file_list_20.txt
- all.frames
- fp-gs_versions