Open
Conversation
Enable restart after disconnect either from Stellarium or Dwarf II
Enable restart after disconnect either from Stellarium or Dwarf II
wykhuh
requested changes
Sep 17, 2023
| 3. Install libraries | ||
|
|
||
| On Linux or WSL for Windows : | ||
|
|
Member
There was a problem hiding this comment.
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. | ||
|
|
Member
There was a problem hiding this comment.
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
| @@ -12,15 +12,21 @@ def ws_uri(dwarf_ip): | |||
| def now(): | |||
Member
There was a problem hiding this comment.
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. |
Member
There was a problem hiding this comment.
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.
Author
|
Set Longitude to be normal Values, negative, West of Greenwich |
Add Support for mobile Stellarium + app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change Ra and Dec to decimal values used by Dwarf II
Use UTC Timestamps