mirror of https://github.com/espruino/BangleApps
Update README.md
parent
3589568faa
commit
1144160dce
|
@ -27,13 +27,13 @@ Also the compass isn\’t tilt compensated so try and keep the face parallel whe
|
|||
|
||||
Additional Astronomy Targets
|
||||
----------------------------
|
||||
There are currently 15 extra targets as default in the config file, and these were selected based on well known named objects listed in various sources as good choices for both binoculars and telescopes. The objects are processed and then 9 are displayed and ordered descendingly by altitude on the basis those higher up will have better visibility.
|
||||
There are currently 12 extra targets as default in the config file, and these were selected based on well known named objects listed in various sources as good choices for both binoculars and telescopes. The objects are processed and then 9 are displayed and ordered descendingly by altitude on the basis those higher up will have better visibility.
|
||||
|
||||
You can input different objects rather than those listed in the galaxies/extras mode by changing the astral.config file with the relevant details for: Object name, Right Ascension and Declination, below is an example. Again, there is little in the way of error handling to streamline the app so be sure to input these in exactly the same format as you see in the file, namely signed 6 digit values with double quotes, example:
|
||||
|
||||
*{name: "Andromeda", ra: "004244", de: "411609", type: 3}*
|
||||
|
||||
The type property is not utilised as yet but relates to whether the object is (in order): a cluster, nebula or galaxy. If you try putting more than 15 or so, the clock will try processing all of them but I advise against doing that because you will get memory errors if you put in too many. A better approach is to put a limited set in seasonally based on what's best in your location.
|
||||
The type property is not utilised as yet but relates to whether the object is (in order): a cluster, nebula or galaxy. If you try putting more than 12 or so, the clock will try processing all of them but I advise against doing that because you will get memory errors if you put in too many. A better approach is to put a limited set in seasonally based on what's best in your location.
|
||||
|
||||
Updates & Feedback
|
||||
------------------
|
||||
|
|
Loading…
Reference in New Issue