-
Notifications
You must be signed in to change notification settings - Fork 3
Modify Ra and Dec format #1
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
base: main
Are you sure you want to change the base?
Conversation
Enable restart after disconnect either from Stellarium or Dwarf II
Enable restart after disconnect either from Stellarium or Dwarf II
wykhuh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@stevejcl I left some comments.
| 3. Install libraries | ||
|
|
||
| On Linux or WSL for Windows : | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This code also works on MacOS.
On Linux, Mac, or WSL for Windows
| Fill in your `LATITUDE` and `LONGITUDE`. | ||
|
|
||
| It Seems that you need to reverse the sign of the longitude. If positive set it negative and conversely. | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think end users should enter in the correct sign, and this app will reverse the sign and send the reverse sign to the API. If the DwarfLabs devs fix the API, then we can remove the code in the app that reverses the sign.
lib/dwarfII_api.py
Outdated
| return f"ws://{dwarf_ip}:9900" | ||
|
|
||
|
|
||
| def now(): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can delete now() since it is not being used.
README.md
Outdated
|
|
||
| 6. Start the dwarf II and use the mobile app and go to Astro Mode and do the calibration | ||
|
|
||
| 7. Select an object in Stellarium, and issue a slew command. (shortcut : Alt + 1). The Dwarf II should move to that object. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This app also work on Macs. Shortcut on Macs is Command + number.
The number is not always 1. People need to look at the Stellarium telescope plugin to figure out which number to use.
|
Set Longitude to be normal Values, negative, West of Greenwich |
Add Support for mobile Stellarium + app
Change Ra and Dec to decimal values used by Dwarf II
Use UTC Timestamps