OpenPHDGuiding / phd2

PHD2 Guiding
https://openphdguiding.org
BSD 3-Clause "New" or "Revised" License
245 stars 111 forks source link

Star Mass and Star SNR #1104

Closed CheekyMonkey closed 9 months ago

CheekyMonkey commented 9 months ago

Suggestion for an enhancement The existing real-time graph plots for star mass and star snr metrics in the PHD2 UI are really useful.

It would be useful to have the real-time PHD2 star mass and star snr metrics exposed via the PHD2 api

It would be good to be able to access those two metrics from external applications to allow external applications to also graph the data in their own UI

Example plots shown below for reference and clarity

PHD2 presenting star mass and star snr plots: image

External application (N.I.N.A.) presenting PHD2 guiding metrics captured via the PHD2 api: image

bwdev01 commented 9 months ago

The information is already available via the PHD2 Event Monitoring interface: https://github.com/OpenPHDGuiding/phd2/wiki/EventMonitoring. It's part of the GuideStep event message.

You should probably pursue this with the developers of whatever imaging app you want to use.