Commit Graph

2227 Commits

Author SHA1 Message Date
Don Cross
8a34da0540 Made C GeoPos consistent with JS GeoPos.
The algorithm for light travel correction was not consistent
between JS and C. Now the output is consistent between the two.
Still interesting that the angular error decreased when I incorrectly
backdated the Earth's position as well as the other body's.
2019-05-18 23:46:18 -04:00
Don Cross
b78a6ffa4c Found one discrepancy: was not using the same latitude in both tests. 2019-05-18 23:02:56 -04:00
Don Cross
f0f7db74dd Added ad-hoc tests to find discrepancy between JS and C code.
The JS and C SkyPos functions are calculating slightly
different values. It looks like the C code is actually
a little more accurate. I want to understand why.
2019-05-18 22:23:08 -04:00
Don Cross
82ba5efecc Made time values match between c_check and js_check.
This is one step closer to adding a check for identical
output between the JS and C calculation checks.
I still see discrepancies that need to be resolved,
but the time values are all now identical.
2019-05-18 21:46:36 -04:00
Don Cross
e450e702d0 Made changes to JS and C unit tests so that "check" files are diffable.
Now temp/js_check.txt and temp/c_check.txt are in the exact same format.
This reveals interesting discrepancies between the two calculations
that need to be resolved. There should be very tiny differences, if any,
between the respective outputs of the C and JavaScript tests.
In fact, that should be another part of the unit test.
2019-05-18 20:48:40 -04:00
Don Cross
bc9f3aa2ee Implemented C version of Pluto calculator.
Generate Chebyshev model for calculating Pluto's position.
2019-05-18 20:26:29 -04:00
Don Cross
f41344afd5 Pluto work in progress: implemented Chebyshev code generator.
Not ready to push -- Chebyshev calculation not done yet for Pluto.
2019-05-18 19:57:57 -04:00
Don Cross
934051f511 Updated generated astronomy.c. 2019-05-18 18:51:36 -04:00
Don Cross
bf2eeed105 Implemented C version of Horizon function. Fixed bug in C GeoPos.
The C version of GeoPos was returning an ante-dated time value,
not the time the caller asked about. In other words, it was
returning the time when the observed body emitted the light
the observer sees, not the time the observation was made on the
Earth, like it was supposed to. Fortunately, my unit test caught that.
2019-05-18 18:46:08 -04:00
Don Cross
3dc4760ab2 Eliminated the 'novas' refraction formula. Not used. 2019-05-18 15:03:44 -04:00
Don Cross
86aaa241c3 Implemented C version of SkyPos, but not yet tested. 2019-05-18 14:13:46 -04:00
Don Cross
eb659f2b9b Implemented C version of GeoMoon. Speed optimization in JS code. 2019-05-17 21:42:51 -04:00
Don Cross
e747417fee I edited the wrong astronomy.c last time. Oops. 2019-05-17 18:44:45 -04:00
Don Cross
0bc8293992 Fixed bugs in C version of GeoVector.
There were a couple of bugs in the light travel time correction.
2019-05-17 18:37:34 -04:00
Don Cross
d0cc01186e Starting to validate C VSOP calculations.
Still need to implement GeoMoon and Chebyshev Pluto calculations.
Generating output file temp/c_check.txt that is compatible with
the existing verifier code I wrote for the JavaScript library.
2019-05-17 18:24:56 -04:00
Don Cross
475cc122a9 Mostly finished with C version of VSOP calculations.
Still needs unit test.
2019-05-17 15:55:52 -04:00
Don Cross
36141c3d1e Minor changes: use LogError in code generator. 2019-05-16 21:40:05 -04:00
Don Cross
6615e3b9f8 Starting to unit test astronomy.c.
Beginnings of a unit test for the C version of Astronomy Engine.
Currently verifies that Astro_MakeTime() is working correctly.
2019-05-16 16:18:03 -04:00
Don Cross
c7074f528e Reworking code generator to handle multiple target languages.
Generating Delta T table in both JavaScript and C.
Work in progress.
2019-05-16 15:24:14 -04:00
Don Cross
72497dafc6 Renaming things so that I can have more consistent names across languages. 2019-05-16 14:14:02 -04:00
Don Cross
2a5f7e58d9 Starting to work on C/C++ version of Astronomy Engine. 2019-05-16 14:04:09 -04:00
Don Cross
12be56d233 Added Go and Python logos. 2019-05-15 22:09:24 -04:00
Don Cross
fcf9391b52 Added logos for C and C++. Not used yet. 2019-05-15 21:44:04 -04:00
Don Cross
dc0bb07fbb Positions demo: save geographic coordinates. 2019-05-15 21:10:27 -04:00
Don Cross
b80bb78db5 Browser demo positions.html now shows altitude and azimuth. 2019-05-15 20:18:21 -04:00
Don Cross
73d990d656 Added regex validation to observer coordinates in positions.html. 2019-05-14 21:58:52 -04:00
Don Cross
e8d40778d3 Allow entering observer coordinates in positions.html demo page. 2019-05-14 20:20:24 -04:00
Don Cross
97bd6bf070 Better formatting of RA, DEC in positions.html demo page. 2019-05-14 19:29:21 -04:00
Don Cross
f723ea93d9 Starting to implement another JS demo: planet positions. 2019-05-14 18:11:38 -04:00
Don Cross
fe9c0e6f74 Fixed #37 - Corrected misleading documentation in Elongation, ElongationEvent. 2019-05-14 06:14:50 -04:00
Don Cross
a2f41f99fa Added more entries to the JavaScript documentation topic index. 2019-05-13 22:02:22 -04:00
Don Cross
a47e2e1bff Link Node.js examples directly to GitHub repo to have better view of the source code. 2019-05-13 21:22:23 -04:00
Don Cross
36f55d272a Added moon phase example for Node.js. 2019-05-13 16:58:34 -04:00
Don Cross
d3ff71a81b Trying to make my Build Status badge pretty. 2019-05-13 15:34:38 -04:00
Don Cross
e0efb69bc0 Moved build status to top line. 2019-05-13 15:28:27 -04:00
Don Cross
12590b50e0 Moved supported languages table to top of README. 2019-05-13 15:26:53 -04:00
Don Cross
330cd47f9a Removed fossil Node.js section from JS browser document. 2019-05-13 15:19:31 -04:00
Don Cross
981464876b Style adjustments in documentation. 2019-05-13 15:16:15 -04:00
Don Cross
c9fe15b01d Style adjustment on JS API reference page. 2019-05-13 15:13:04 -04:00
Don Cross
66d6cb5116 Fixed more broken links. 2019-05-13 15:08:07 -04:00
Don Cross
30ab57d6a0 Fixed incorrect link. 2019-05-13 14:58:32 -04:00
Don Cross
1bde214fd3 Fixed incorrect links. 2019-05-13 14:55:18 -04:00
Don Cross
4ae1626615 I had Node.js, browser docs backwards. 2019-05-13 14:52:20 -04:00
Don Cross
9927a06ee0 Oops. Fixing broken links. 2019-05-13 14:48:51 -04:00
Don Cross
8cd6b421b6 Split JS examples into separate pages for Node.js and browser. 2019-05-13 14:44:05 -04:00
Don Cross
7320d9de56 Another tweak to JS document links. 2019-05-13 13:39:17 -04:00
Don Cross
30d8404072 Fixed problems with JS document links. 2019-05-13 13:36:44 -04:00
Don Cross
27aa1b9b9f More work on documentation cosmetics. 2019-05-13 13:28:53 -04:00
Don Cross
f1769524c9 Fixed broken logo links. 2019-05-13 10:29:08 -04:00
Don Cross
ded4035d14 Making API reference more approachable. Adding logos. 2019-05-13 10:23:52 -04:00