From 76658f05abc7e9702b892fcf1548e0de93bc6d46 Mon Sep 17 00:00:00 2001 From: Bill-Gray Date: Sun, 26 Nov 2023 12:15:46 -0500 Subject: [PATCH] (D27) added, (734) has a more precise (and hopefully more accurate) position, and updated the version date info --- ObsCodes.htm | 3 ++- miscell.cpp | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ObsCodes.htm b/ObsCodes.htm index 3294b313..fd409cc6 100644 --- a/ObsCodes.htm +++ b/ObsCodes.htm @@ -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 @@ -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 diff --git a/miscell.cpp b/miscell.cpp index fd818f7f..030f5b23 100644 --- a/miscell.cpp +++ b/miscell.cpp @@ -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"); }