Skip to content

Commit

Permalink
(D27) added, (734) has a more precise (and hopefully more accurate) p…
Browse files Browse the repository at this point in the history
…osition, and updated the version date info
  • Loading branch information
Bill-Gray committed Nov 26, 2023
1 parent 56fd059 commit 76658f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion ObsCodes.htm
Expand Up @@ -708,7 +708,7 @@
731 272.6711 0.77290 +0.63244 Rose-Hulman Observatory, Terre Haute
732 263.2300 0.95591 +0.29359 Oaxaca
733 263.3546 0.83802 +0.54387 Allen, Texas
734 263.9986 0.77943 +0.62449 Farpoint Observatory, Eskridge
734 263.997580.779425+0.624489Farpoint Observatory, Eskridge
735 264.406400.872133+0.487634George Observatory, Needville
736 263.3357 0.87006 +0.49132 Houston
737 275.6633 0.8282 +0.5586 New Bullpen Observatory, Alpharetta
Expand Down Expand Up @@ -1300,6 +1300,7 @@
D24 117.089690.844095-0.534439LightBuckets Observatory, Pingelly
D25 117.089780.844104-0.534424Tzec Maun Observatory, Pingelly (before 2010)
D26 1.921310.722868+0.688750Peyrole Observatory, Peyrole
D27 3.803610.725021+0.686446Observatoire de Fontcaude, Juvignac
D29 118.4639 0.84204 +0.53767 Purple Mountain Observatory, XuYi Station
D32 119.599750.862770+0.504193JiangNanTianChi Observatory, Mt. Getianling
D33 120.6982 0.92730 +0.37308 Kenting Observatory, Checheng
Expand Down
4 changes: 2 additions & 2 deletions miscell.cpp
Expand Up @@ -670,6 +670,6 @@ int pattern_match(const char* pattern, const char* string)
const char *find_orb_version_jd( double *jd)
{
if( jd)
*jd = 2460264.5;
return( "2023 Nov 16");
*jd = 2460274.5;
return( "2023 Nov 26");
}

0 comments on commit 76658f0

Please sign in to comment.