Don Cross
655b9bca46
C#: Implemented functions Elongation and SearchMaxElongation.
2019-11-06 18:50:06 -05:00
Don Cross
af106481f6
C#: Implemented SearchRelativeLongitude.
2019-11-05 22:12:21 -05:00
Don Cross
162f3c5683
C#: Added SearchHourAngle and SearchRiseSet.
2019-11-03 15:33:30 -05:00
Don Cross
d9f447a7a4
C#: Added moon phase/quarter search functions.
2019-10-30 22:14:54 -04:00
Don Cross
a449818c13
C#: work in progress : starting to implement search functions.
2019-10-29 20:41:56 -04:00
Don Cross
904037a126
C#: Implemented geocentric moon calculation. Passes unit tests.
2019-10-28 15:37:46 -04:00
Don Cross
5acf8230cd
C#: Fixed bugs and validated Horizon().
...
Fixed bug in C# version nutation().
Need to write observer location to C# output file.
Now Horizon output verifies.
2019-10-28 13:47:46 -04:00
Don Cross
c92ac89986
C#: Added Horizon function. Fixed a couple of things in the C code.
2019-10-28 10:25:40 -04:00
Don Cross
9955fbd3f9
Implemented most of Equator(), GeoVector() functions.
...
Still need to implement moon calculations and associated code.
Reworked AstroVector as a struct instead of a class, to reduce
memory allocation overhead.
2019-10-27 21:02:00 -04:00
Don Cross
0bbbd06177
C#: Implemented Chebyshev calculations for Pluto.
2019-10-25 16:00:52 -04:00
Don Cross
b49973bec3
C# code generator adds whitespace for proper code indenting.
2019-10-25 15:09:45 -04:00
Don Cross
4173c88e63
C#: implemented VSOP code generator and CalcVsop function. Not yet tested.
2019-10-25 14:06:19 -04:00
Don Cross
c88c73437b
C#: Adding more data structures and documentation.
2019-10-25 13:11:49 -04:00
Don Cross
eabbd4b628
Added stub documentation of all C# public symbols.
...
This is just to get build errors to go away.
Will have to come back and flesh out all of the documentation
once I start working on the C# documentation generator.
2019-10-24 22:36:18 -04:00
Don Cross
e7ae0288c1
C# work in progress - broken build checked in on purpose.
...
I'm checking in a broken build on purpose in this topic branch
so that I can move the work over to my Windows machine and use
Visual Studio to help with formatting XML comments.
2019-10-24 22:00:35 -04:00
Don Cross
2b1abb399a
Implemented C# time functions and added unit tests for them.
2019-10-24 14:17:08 -04:00
Don Cross
2846481d1b
Starting to define class AstroTime.
2019-10-10 15:52:28 -04:00
Don Cross
2285e4032b
Starting to compile generated C# code and reference it from unit test.
2019-10-10 15:19:47 -04:00
Don Cross
7bff374d57
Starting to add support for generating C# code.
...
Decided to move call to makedoc script from run script.
It was confusing that it was hidden inside unit_test_js,
especially because it invokes the code generator for
all supported languages.
2019-10-10 14:56:49 -04:00
Don Cross
e39cb78ad7
Added C# logo and included placeholder in README language table.
2019-10-10 14:18:18 -04:00