1
0
Fork 0
Commit Graph

1176 Commits (7988cdbdcb2770eab82fa82ed7d87b7fa2a01d08)

Author SHA1 Message Date
Tod Robbins 1657adba59 Update about.html, fixed typo: "availble" > "available" 2018-09-21 23:05:47 +00:00
Fabian P. Schmidt 6e59a998c1 Show audio playback time in seconds and in mm:ss
Fixes #530.
2018-09-17 18:07:23 +02:00
Corey Shields 6b1f2be1b2 adding cross-yagi antenna type
see https://community.libre.space/t/add-new-antenna-model/2556
2018-09-15 08:04:01 -07:00
Fabian P. Schmidt 9e8454d56e Add datetime tooltip to TLE age in new observation page
This commit also removes the display of the TLE set number
since it's useless for most satellites (data field has maximum value
of 9999).
2018-09-15 14:24:22 +00:00
Fabian P. Schmidt 3d366967ba Show TLE age in observation view
Fixes #527.
2018-09-15 14:24:22 +00:00
Fabian P. Schmidt 62da72aeae Fix TLE parser for the Element set number
Note that the column counter starts at 01 in the reference,
but python indexing starts with 0.

Reference: https://www.celestrak.com/NORAD/documentation/tle-fmt.php
2018-09-15 16:04:32 +02:00
Alfredos-Panagiotis Damkalis 5d7f39b06a Add results and datetime filters for observations 2018-09-11 18:33:45 +03:00
Fabian P. Schmidt 8ec5bfbeda Fix calculation of pass details
When creating the observation with a given a start and end time, the functionality of pyephems next_pass isn't required (and could result in pass details for a pass not corresponding to the given start and end time). Instead, the pass details can be calculated directly for the given start, mid-pass and end time.

Fixes #479.
2018-09-07 04:41:59 +02:00
Alfredos-Panagiotis Damkalis 45153507a5 Add bootstrap-select to observations page 2018-09-05 17:34:57 +03:00
Alfredos-Panagiotis Damkalis b035170704 Show error message on none selected observation
and show the number of successfully scheduled
observations in success message in observation
page.
2018-09-05 16:12:46 +03:00
Alfredos-Panagiotis Damkalis 29e5db8a75 Hide filters on only one calculated observation
and disable click for select/deselect
2018-09-05 16:12:46 +03:00
Alfredos-Panagiotis Damkalis 0d0e4f7898 Auto-calculate observation when parameters are set 2018-09-05 16:12:46 +03:00
Alfredos-Panagiotis Damkalis e5fc9b8cb7 Handle error on archive.org audio request 2018-09-04 18:19:54 +03:00
Alfredos-Panagiotis Damkalis d5c63639ab Fix not sending norad id in new observation page 2018-09-04 14:26:59 +03:00
Corey Shields d999961a92 Celery task and model extension to sync demodulated frames to SatNOGS DB 2018-09-03 18:13:21 -04:00
Alfredos-Panagiotis Damkalis 4510f6e6f5 Select transmitter with url parameter
and filter transmitters by frequency if station is set by url
parameter in new observation page.
2018-09-03 23:52:29 +03:00
Alfredos-Panagiotis Damkalis 0bda491d5f Return "No Mode" when a transmitter misses mode 2018-09-03 23:52:17 +03:00
Alfredos-Panagiotis Damkalis eee241cae3 Ignore passes with end time before start time 2018-09-03 23:52:05 +03:00
Alfredos-Panagiotis Damkalis 68a702e119 Change transmitter details cache timeout to 1 hour 2018-09-03 16:47:13 +03:00
Alfredos-Panagiotis Damkalis 8322fedd8b Add dynamic transmitter fetching 2018-09-03 14:53:54 +03:00
Alfredos-Panagiotis Damkalis 289edec195 Fix javascript syntax style 2018-09-03 14:53:54 +03:00
Corey Shields c5bc6a44de allow demoddata name to be clicked for a download of the frame
offer a download of each individual frame through the name. Mostly fixes #475
2018-09-02 16:23:05 -04:00
Alfredos-Panagiotis Damkalis 8724e0942e Increase max entries in cache 2018-08-31 22:30:53 +03:00
Alfredos-Panagiotis Damkalis e4f92aad2e Add cache on transmiters rating 2018-08-31 22:23:39 +03:00
Alfredos-Panagiotis Damkalis 64d98cae9a Fix labels on transmitter rating bar 2018-08-31 22:23:39 +03:00
Alfredos-Panagiotis Damkalis 293e19f975 Remove unused helper functions 2018-08-31 22:23:39 +03:00
Alfredos-Panagiotis Damkalis 759f3c11bc Fix calculation of station success rate 2018-08-31 16:45:42 +03:00
Alfredos-Panagiotis Damkalis b8491bf640 Remove bootstrap css class from satellite modal 2018-08-30 00:09:11 +03:00
Alfredos-Panagiotis Damkalis c51b44d67d Fix indentation and template in user view 2018-08-30 00:05:04 +03:00
Alfredos-Panagiotis Damkalis 98204d515f Remove unused api field 2018-08-30 00:04:16 +03:00
Fabian P. Schmidt 480aff80eb Check for MapboxGL support before trying to render a map
Fixes #515.
2018-08-29 20:16:53 +02:00
Alfredos-Panagiotis Damkalis 8c648ddf0e Empty transmmiters list on satellite modal opening 2018-08-29 19:16:27 +03:00
Alfredos-Panagiotis Damkalis 09be9c12ed Add transmitter rates in new observation page
with this satellite field is searchable and transmitter field shows
rating for each of the selected satellite transmitter.

Also by satellite selection the most successful transmitter is
selected automatically.
2018-08-29 18:54:23 +03:00
Alfredos-Panagiotis Damkalis e07a560d47 Add bootstrap-select js library 2018-08-29 18:32:50 +03:00
Alfredos-Panagiotis Damkalis 0cbc5eb4c9 Add ratings for transmitters in satellite view 2018-08-28 22:23:43 +03:00
Pierros Papadeas 9c6285af56
Fix max_length for client_vesion on station model 2018-08-27 16:19:26 +03:00
Pierros Papadeas 89f69fbbe7
Expose client versions on ground station view and admin 2018-08-27 15:27:17 +03:00
Alfredos-Panagiotis Damkalis 9ab85d78f0 Fix observations counter in user page 2018-08-27 14:41:16 +03:00
Pierros Papadeas 30ba651dfe
Add sentry logging 2018-08-25 19:07:26 +03:00
Alfredos-Panagiotis Damkalis 75aca7ad9d Change tle update to every 2 hours 2018-08-25 00:35:19 +03:00
Alfredos-Panagiotis Damkalis 387b22aea4 Expose antennas info in station api 2018-08-24 19:58:56 +03:00
Corey Shields 4b65eae69a set default file upload permissions 2018-08-24 12:44:50 -04:00
Alfredos-Panagiotis Damkalis a4a906771d Fix of filtered observations pointer and legend 2018-08-23 01:05:22 +03:00
Alfredos-Panagiotis Damkalis b917efea48 Add elevation filter in new observation page 2018-08-23 00:36:30 +03:00
Pierros Papadeas dc4f25f0c0
Add more filters in observations api 2018-08-22 23:11:26 +03:00
Pierros Papadeas 0c225595dc
Add Ground plane as antenna type 2018-08-22 22:48:10 +03:00
Alfredos-Panagiotis Damkalis 6b65dbee9d Fix position of legend in new observation page
and also adding polar plot in the legend
2018-08-22 22:41:01 +03:00
Alfredos-Panagiotis Damkalis 2dbb7727e8 Remove obsolete parts of canvas polar plotting 2018-08-22 12:28:07 +03:00
Jim Tittsler 93aebe13c3
Fix station success rate on user page
Parallel to 7f21e372da

Addition to #494
2018-08-21 21:51:01 +03:00
Alfredos-Panagiotis Damkalis 5ab03cbf1e Expose az and elev for calculated observations 2018-08-21 19:41:50 +03:00