Commit Graph

116 Commits

Author SHA1 Message Date
Brandon Rhodes d288119b8b New wmm.cof from original maintainer Elwood Downey 2025-02-11 18:14:55 -05:00
Tom 0efc6cb6fc
Update FAQ links to new GitHub Pages URL (#97) 2025-01-23 10:26:08 -05:00
Brandon Rhodes b6529a3ce3 Fix GitHub Actions by installing groff on Mac 2024-05-17 23:41:52 -04:00
dave-kaye 48db8e8eaa
Update release date in Help > About menu (#92) 2024-05-15 22:01:19 -04:00
dave-kaye 25d9785659
Update download urls (#93)
Closes issue #80.
2024-05-03 14:47:40 -04:00
dave-kaye cbce84148a
Update header inserted into MPC .edb files (#94) 2024-04-09 16:30:53 -04:00
sanlupkim 6afc692a80
Use standard manpage sections; escape dashes (#90) 2024-03-04 13:11:24 -05:00
Mike Molina 534a5cd7dd
Fix a couple of spelling errors in binary (#87) 2024-02-20 08:08:18 -05:00
Brandon Rhodes 185f4b0202 Fix Makefile for Apple Silicon M1 and add CI build 2024-02-19 18:25:43 -05:00
Brandon Rhodes 30e14f685e Fix #73: resolve strptime() implicit declaration
This silences the compiler warning:
```
sunmenu.c: In function ‘readSOHOImage’:
sunmenu.c:926:3: warning: implicit declaration of function ‘strptime’; did you mean ‘strftime’? [-Wimplicit-function-declaration]
  926 |   strptime(buf+20, "%d %b %Y %H:%M:%S %Z", &tm);
```
2024-02-16 13:51:57 -05:00
Zhu Qun-Ying b035e69540
Fix some old HTTP URLs in documentation (#86) 2024-02-16 13:40:56 -05:00
Brandon Rhodes c98ef6079d Fix #84 by adding Fedora package link to README.md 2024-02-16 13:37:27 -05:00
Brandon Rhodes 85960ef261 Declare version 4.2.0 2024-02-13 09:35:36 -05:00
Brandon Rhodes 7891b402da GitHub Actions: also run tests under macOS 2024-02-13 09:27:16 -05:00
Brandon Rhodes 4a1fc4da66 Quick script to check version number used in docs 2024-02-13 09:10:08 -05:00
gitplcc a2da14bfc6
Fix wrong macro in obj_description(Obj *op) (#70) 2024-02-05 14:29:56 -05:00
gitplcc 3618b3a203
Prevent buffer overflows in libastro (#72) 2024-02-05 14:25:19 -05:00
Brandon Rhodes 6e454dff89 Fix test output, since Pluto was fixed last year 2024-02-05 14:18:33 -05:00
Brandon Rhodes b921296cbe Fix branch name in GitHub Actions workflows 2024-02-05 14:01:17 -05:00
Joel Hanger bb92fcd031
Add Ubuntu 22.04 docker container (#81) 2024-02-05 13:48:54 -05:00
Brandon Rhodes 0a1b50503b Switch from "celestrak.com" to "celestrak.org" 2022-12-01 08:58:12 -05:00
Brandon Rhodes 5abda9df5d Add basic GitHub Actions for Linux and Mac 2022-10-16 22:09:05 -04:00
Brandon Rhodes 95008c9f74 Tell gcc where to find brew-installed OpenSSL 2022-10-16 22:07:49 -04:00
Mattia Verga b7bfc6eb31
Fix FSF mailing address in indiapi.h (#57) 2022-09-11 02:32:33 -04:00
Brandon Rhodes 139b2ea2f1 Revert "Astronomical Almanac 2020 Pluto elements (#2 #22)"
This reverts commit 26e5d1abc3.  It broke
Pluto’s motion, which users noticed as a big jump at the dates where we
switch from the short-term solution to these long-term orbital elements.
(Reported to the mailing list on groups.io: thank you, Maxime Gommeaux!)
2022-01-27 14:27:21 -05:00
Brandon Rhodes 5317eae6eb Add quick test showing Pluto jump in year 2247 2022-01-24 16:08:40 -05:00
Brandon Rhodes 06729a304a Make INSTALL step 3b.3 more explicit
Following a report of user confusion on the mailing list, let’s switch
up 3b.3 so that instead of saying “do the same as step 3a.3 but...” it
instead copies in the instructions of 3a.3 and adjusts them to match.
2022-01-11 13:00:21 -05:00
Brandon Rhodes e690ae3dab Draft “changes.html” update for upcoming release 2022-01-06 09:28:22 -05:00
Brandon Rhodes f34c87ae8a Create a tiny test suite 2021-12-19 09:08:39 -05:00
francois.meyer 5522e1039b Precession formulae from 2000 Astro. Almanac
Closes #45 by merging in its changes; thank you, Francois Meyer!
2021-12-19 09:08:37 -05:00
pidloop 266ef93744
Docs: describe new INDI J2000-vs-apparent option 2021-12-15 15:46:41 -05:00
Brandon Rhodes 3a01811660 Add README link to Ubuntu/Fedora/CentOS packages
For #50.
2021-12-15 06:51:50 -05:00
Brandon Rhodes b911bf6d6f Add README badges (suggested by @zvezdochiot) #50 2021-12-15 06:51:36 -05:00
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
pidloop 82796f75f8
Remove startup code within #ifdef __APPLE__ (#47)
It was helpful once, but is now harmful and no longer needed.
2021-12-12 23:43:45 -05:00
Brandon Rhodes 8fb84dc758 Remove cast to non-standard type `ulong`
Per discussion #23, where a user reported `ulong` missing on macOS.
2021-12-06 15:37:12 -05:00
Brandon Rhodes b8450a6387 Replace duplicate “png/” directory with symlink 2021-11-30 17:34:39 -05:00
dave-kaye b63f0ae033
Add “visual.txt” to menu; add dates to downloads (#37) 2021-11-30 15:09:01 -05:00
Brandon Rhodes 6f5a2e7954 Redirect GitHub Pages / to Site/, not ref manual 2021-11-29 10:26:56 -05:00
François Meyer 20dd4be6a4
Add support for ucac5 catalog (#42) 2021-11-29 06:49:29 -05:00
Brandon Rhodes ff85c47db1 Fix order of arguments passed to deflect()
The poor behavior was discovered thanks to PyEphem testing by @aendie,
reported in: https://github.com/brandon-rhodes/pyephem/issues/220
2021-11-23 10:53:37 -05:00
Brandon Rhodes 426a7bbe21 For #30, remove repeated “https://” from URL 2021-11-23 07:36:19 -05:00
R. J. Mathar aaaea1edc5 Update {astro,mpcorb}2edb.pl Perl scripts to HTTPS 2021-11-22 14:09:38 -05:00
Brandon Rhodes b27947efcd Fix “gamma.html” external link, per David Kirkby
As discussed on the XEphem mailing list on groups.io.
2021-11-21 14:52:27 -05:00
Brandon Rhodes 899d91d7b5 Use “/Site” not “/GUI” as Reference Manual’s URL 2021-11-20 14:22:17 -05:00
Brandon Rhodes 7ba90f6513 Drop “file:///home/ecdowney” from Ref Manual links 2021-11-20 14:17:00 -05:00
Brandon Rhodes 760ed3ba36 Add “Reference Manual” to HTML title in <head> 2021-11-20 14:11:21 -05:00
Brandon Rhodes e9809ef91b Replace duplicate Reference Manual with symlink 2021-11-20 14:10:08 -05:00
Lutz Mändle a0ed773fe1 Remove x ≤ 1280 constraint on tooltip positions
Patch “xephem-4.1.0_tips_position.patch” from the mailing list.
2021-11-13 19:18:58 -05:00