Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doppler tool #207

Open
ea3hmj opened this issue May 8, 2023 · 3 comments
Open

Doppler tool #207

ea3hmj opened this issue May 8, 2023 · 3 comments

Comments

@ea3hmj
Copy link

ea3hmj commented May 8, 2023

When I use the server to change the "Freq rate" value, it rounds to 2 decimal places.

@BatchDrake
Copy link
Owner

What happens when you run get on the property, right after the set? Does the server reply with a rounded up value?

@BatchDrake
Copy link
Owner

Hi again,

Just tested it myself. It seems to be saved properly:

set dopplertool:freq_rate 10.012345678
dopplertool:freq_rate = 10.012345678
get dopplertool:freq_rate
dopplertool:freq_rate = 10.012345678

Screenshot from 2023-05-09 08-43-03

The GUI is limited to 3 decimal places, and I believe that is fine for most manual corrections (1 mHz/s is something that varies slowly, in the order of several minutes to a few hours fonr 1 Hz change). On the other hand, I do acknowledge that it would be desirable to have a fixed precision output (right now it computes the display precision automatically). I will definitely change that.

@BatchDrake
Copy link
Owner

Confirmed earlier and fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants