From bcd96b827df996c1725f6a97f5de4e184add96a5 Mon Sep 17 00:00:00 2001 From: Bill-Gray Date: Sat, 30 Dec 2023 11:41:47 -0500 Subject: [PATCH] Updated ObsCodes.html list of observatory codes and the version date --- ObsCodes.htm | 3 +++ miscell.cpp | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ObsCodes.htm b/ObsCodes.htm index eba8349e..f843c284 100644 --- a/ObsCodes.htm +++ b/ObsCodes.htm @@ -268,6 +268,7 @@ 268 289.308030.875516-0.482342New Horizons KBO Search-Magellan/Clay 269 289.309140.875510-0.482349New Horizons KBO Search-Magellan/Baade 270 Unistellar Network, Roving Observer +273 Euclid 274 James Webb Space Telescope 275 Non-geocentric Occultation Observation 276 20.382790.608295+0.791076Plonsk @@ -1308,6 +1309,7 @@ D35 120.8736 0.91818 +0.39597 Lulin Observatory D36 120.8897 0.91801 +0.39625 Tataka, Mt. Yu-Shan National Park D37 120.873250.918176+0.395972Lulin Widefield Telescope, Mt. Lulin +D38 8.437640.709383+0.702495Tecnosky Astropark, Felizzano D39 122.049610.793971+0.605943Shandong University Observatory, Weihai D44 124.139280.911427+0.410157Ishigakijima Astronomical Observatory D53 127.4820 0.63981 +0.76600 ISON-Blagoveschensk Observatory @@ -2206,6 +2208,7 @@ V21 251.102310.849511+0.526188Cewanee Observatory at DSNM V22 251.815500.827009+0.560941Insight Remote Observatory, Pie Town V23 252.764060.828722+0.558332FOAH Observatory, Magdalena +V24 250.484030.850261+0.525020Sonoran Desert Skies Observatory, Pearce V25 253.301940.846331+0.531305Tortugas Mountain Observatory, Las Cruces V26 253.390200.911283+0.410639UAS-ISON Observatory, Cosala V27 253.718190.811354+0.583180North Mesa Observatory, Los Alamos diff --git a/miscell.cpp b/miscell.cpp index 004ec9af..e316c9f6 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 = 2460291.5; - return( "2023 Dec 13"); + *jd = 2460308.5; + return( "2023 Dec 30"); }