Skip to content

Commit

Permalink
Updated version date, added (Q06) and (D28) and new location for (H36).
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill-Gray committed Jan 5, 2024
1 parent bd28498 commit 8d8f673
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion ObsCodes.htm
Expand Up @@ -1302,6 +1302,7 @@
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
D28 2.182860.748708+0.660744Escaldarium Observatory,Caldes de Montbui
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 Expand Up @@ -1519,7 +1520,7 @@
H33 264.1217 0.80990 +0.58466 Bixhoma Observatory, Bixby
H34 264.8258 0.84600 +0.53143 Chapel Hill
H35 264.9517 0.77423 +0.63085 Leavenworth
H36 264.2936 0.78043 +0.62323 Sandlot Observatory, Scranton
H36 264.293450.780428+0.623229Sandlot Observatory, Scranton
H37 265.2003 0.72947 +0.68182 Grems Timmons Observatories, Graettinger
H38 265.9864 0.75079 +0.65840 Timberline Observatory, Urbandale
H39 266.6828 0.70944 +0.70247 S.O.S. Observatory, Minneapolis
Expand Down Expand Up @@ -2103,6 +2104,7 @@
P87 132.094190.830358+0.555374Hirao Observatory, Yamaguchi
P93 133.544330.823371+0.565729Space Tracking and Communications Center, JAXA
Q02 135.493440.825315+0.562809Sakai Observatory, Osaka
Q06 136.495470.816116+0.575990Tarui Observatory, Tarui
Q10 137.329440.821623+0.568142Toyokawa Observatory
Q11 137.520690.820236+0.570158Shinshiro
Q12 137.825360.805147+0.591292Nagano Observatory
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 = 2460308.5;
return( "2023 Dec 30");
*jd = 2460314.5;
return( "2024 Jan 05");
}

0 comments on commit 8d8f673

Please sign in to comment.