kstars-bleeding:astap_work

Last commit made on 2019-10-22
Get this branch:
git clone -b astap_work https://git.launchpad.net/kstars-bleeding

Branch merges

Branch information

Name:
astap_work
Repository:
lp:kstars-bleeding

Recent commits

8e48df3... by Jasem Mutlaq

Process astap solver solution

8f0e431... by Jasem Mutlaq

Timed out solutions should be marked as such

d2eb24f... by Jasem Mutlaq

More progress in supporting ASTAP. Need to process output to determine if the solver completed successfully

ea5a3a3... by Jasem Mutlaq

Merge branch 'master' into astap_work

8aa121e... by Jasem Mutlaq

FOV was set to default to 0x0 to force astrometry.net to blind solve and measure the effective FOV.

However, sometimes this not only takes a very long time but also fails. A better method is used now whereas we start with calculated FOV like before.
But now we stretch the image scale boundaries by 30% instead of the default 5%. This way we allow for more flexibility in finding the effective FOV while not
resorting to a fully blind solve. Once the actual FOV is measured, it is saved and the image scale tolerance is restored to 5% to help expedite subsequent solves.

cf5a252... by Wolfgang Reissenberger <email address hidden>

Immediate refresh weather data on startup

Summary:
Depending on the refresh period of an INDI weather driver it could take a while until the first data point is received. Until this happens, the list of sensors remains empty.
To avoid this, an immediate refresh is called when the display is initialized.

Additionally, some UI optimizations have been added:
- Splitter between dome and weather display added
- When only one data point is available in the history, a dot is displayed

Test Plan: Use the openweathermap INDI driver and observe, that with this fix the sensor data is immediately present

Reviewers: mutlaqja

Reviewed By: mutlaqja

Subscribers: kde-edu

Tags: #kde_edu

Differential Revision: https://phabricator.kde.org/D24772

c4e8b95... by Jasem Mutlaq

Add focus handling for aborted images

86eb5cb... by Wolfgang Reissenberger <email address hidden>

Bugfixing and small enhancements for weather display

Summary:
 - Fix compile problem for older QT versions on QDateTime back to toTime_t
 - Alert and warning timer is only started when at least one action is selected
 - Add time to mouseover of the sensor graph
 - Changed graph to solid line instead of scattered

Reviewers: mutlaqja

Reviewed By: mutlaqja

Subscribers: kde-edu

Tags: #kde_edu

Differential Revision: https://phabricator.kde.org/D24702

edba67e... by Jasem Mutlaq

Starting work on supporting ASTAP as alternative solver

52fe2ea... by Wolfgang Reissenberger <email address hidden>

Weather sensor data graph display

Summary: Weather sensor data is collected over time and displayed as graph. The user can switch between all available sensors from INDI Weather.

Test Plan: Add a weather device to your EKOS profile - use Weather Simulator if no own Weather device is present - and check, whether the available sensor data is displayed correctly over time.

Reviewers: mutlaqja, TallFurryMan

Reviewed By: mutlaqja

Subscribers: kde-edu

Tags: #kde_edu

Differential Revision: https://phabricator.kde.org/D24528