From ccdf08da876d2c66bbc54cc246443676c4f9bf2e Mon Sep 17 00:00:00 2001 From: joeycastillo Date: Fri, 4 Mar 2022 14:52:49 -0600 Subject: Movement: Astronomy and Orrery watch faces (#55) --- movement/lib/astrolib/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 movement/lib/astrolib/README.md (limited to 'movement/lib/astrolib/README.md') diff --git a/movement/lib/astrolib/README.md b/movement/lib/astrolib/README.md new file mode 100644 index 00000000..d63bc463 --- /dev/null +++ b/movement/lib/astrolib/README.md @@ -0,0 +1,9 @@ +# Astrolib + +This is a relatively straightforward C port of Greg Miller's [JavaScript astro library](https://github.com/gmiller123456/astrogreg), done by Joey Castillo, for the Sensor Watch Astronomy watch face. + +He released his work into the public domain and so I release this into the public domain as well. + +I have tested the output of this library against [NASA's Horizons system](https://ssd.jpl.nasa.gov/horizons/app.html#/) and found the results to match (within reason, as we're using a truncated version of VSOP87). Moon calculations still seem a bit iffy, but it doesn't surprise me seeing as there are three calculations involved and the error could stack up. + +THIS SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -- cgit v1.2.3