Commit Graph

4 Commits

Author SHA1 Message Date
pidloop 41e9ff8eac
Fix crash in INDI configuration window (#49)
This fixes a crash if the INDI configuration window is closed using the
window manager decorations.
2021-12-14 22:43:02 -05:00
pidloop 23fa71ba9f Add telescope eod j2000 option (#48)
* Increase precision of telescope conversion constants.
* Add option to allow telescope to use either astrometric, J2000, or
  apparent coordinates at current epoch.

This work began from a request for a new feature from a user in South
Africa. We worked together both on the requirements and testing after I
sent him these changed files. I also tested against my telescope
simulator and both of us agreed these changes work well.

Along the way we discovered one tiny source of error was in these two
values used for the conversion of dec in degrees and RA in hours to
radians, so I computed them to insane accuracy and pasted them in. Now
that particular limitation will never appear again :-)
2021-12-14 21:36:54 -05:00
Brandon Rhodes d77d297bfe Remove stale “RCS” comments from C code
perl -pi -0777 -e 's/\/\* For RCS .*?\*\/\n+//gs' **/*
perl -pi -0777 -e 's/static char \*rcsid.*?;\n//gs' **/*
2021-08-23 13:19:28 -04:00
Brandon Rhodes 752e82f594 Initial import from “xephem-4.0.0.tgz” archive
Downloaded from: http://www.clearskyinstitute.com/xephem/xephem-4.0.0.tgz
2021-02-08 15:05:21 -05:00