-
Notifications
You must be signed in to change notification settings - Fork 0
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
Improvements #3
Improvements #3
Conversation
@javierggt - this is not working for me in current ska3-flight:
|
You could do
it should not install any other package. |
Looks great! Quick comments (and sorry for putting this here as a comment, you can transfer to different issues as you like).
As always, you should take my many feature requests as a sign that I think this tool can be very useful to our group. |
All good suggestions. I have some of those in my todo list. To zoom I use the wheel (or whatever equivalent), in the track pad, I use two fingers (same as scrolling). The issue with the tooltip time is frustrating. It is too fast, and I could not find a way to increase it. Supposedly there is an argument for that, but it did nothing. The arguments more one adds, the more complex the dialog. Not saying I don't want to add them, I just need to figure out how to add them without stealing the real estate from the two main widgets and making the thing overly complex. I would need a comprehensive list of things we want, so I do it only once. |
I also think the quaternion should be displayed, and one should be able to edit it. |
The comprehensive list of inputs is here: https://sot.github.io/proseco/#arguments. Looking that over, many of the optional arguments are rarely used and it is true that we may not want to waste real estate on them by default. OTOH if you read in a sparkles pickle and it has |
0b5c72d
to
da49f35
Compare
…ickle, export to sparkles HTML, remove unused options, set dither to float, and moved option processing into separate functions (get_parameters_from_yoshi, get_parameters_from_pickle)
da49f35
to
a64d46f
Compare
Description
This PR makes a bunch of improvements that make aperoll usable in a more realistic situation.
Features included in this PR:
Interface impacts
Testing
Unit tests
Independent check of unit tests by [REVIEWER NAME]
Functional tests
No functional testing.