Skip to content

Commit 76658f0

Browse files
committed
(D27) added, (734) has a more precise (and hopefully more accurate) position, and updated the version date info
1 parent 56fd059 commit 76658f0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

ObsCodes.htm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@
708708
731 272.6711 0.77290 +0.63244 Rose-Hulman Observatory, Terre Haute
709709
732 263.2300 0.95591 +0.29359 Oaxaca
710710
733 263.3546 0.83802 +0.54387 Allen, Texas
711-
734 263.9986 0.77943 +0.62449 Farpoint Observatory, Eskridge
711+
734 263.997580.779425+0.624489Farpoint Observatory, Eskridge
712712
735 264.406400.872133+0.487634George Observatory, Needville
713713
736 263.3357 0.87006 +0.49132 Houston
714714
737 275.6633 0.8282 +0.5586 New Bullpen Observatory, Alpharetta
@@ -1300,6 +1300,7 @@
13001300
D24 117.089690.844095-0.534439LightBuckets Observatory, Pingelly
13011301
D25 117.089780.844104-0.534424Tzec Maun Observatory, Pingelly (before 2010)
13021302
D26 1.921310.722868+0.688750Peyrole Observatory, Peyrole
1303+
D27 3.803610.725021+0.686446Observatoire de Fontcaude, Juvignac
13031304
D29 118.4639 0.84204 +0.53767 Purple Mountain Observatory, XuYi Station
13041305
D32 119.599750.862770+0.504193JiangNanTianChi Observatory, Mt. Getianling
13051306
D33 120.6982 0.92730 +0.37308 Kenting Observatory, Checheng

miscell.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -670,6 +670,6 @@ int pattern_match(const char* pattern, const char* string)
670670
const char *find_orb_version_jd( double *jd)
671671
{
672672
if( jd)
673-
*jd = 2460264.5;
674-
return( "2023 Nov 16");
673+
*jd = 2460274.5;
674+
return( "2023 Nov 26");
675675
}

0 commit comments

Comments
 (0)