From 3bca05b34568d5abd0b01b86f46f22fb694c8b46 Mon Sep 17 00:00:00 2001 From: Bill-Gray Date: Sun, 28 Apr 2024 10:34:39 -0400 Subject: [PATCH] Three new obscodes and one re-named. Fixed a few broken links to observers. Updated version date, and added/clarified some comments. --- ObsCodes.htm | 5 ++++- miscell.cpp | 4 ++-- observer.htm | 14 +++++++------- rovers.txt | 5 +++++ shadow.cpp | 3 ++- 5 files changed, 20 insertions(+), 11 deletions(-) diff --git a/ObsCodes.htm b/ObsCodes.htm index 074324b5..76b07209 100644 --- a/ObsCodes.htm +++ b/ObsCodes.htm @@ -1321,6 +1321,7 @@ D44 124.139280.911427+0.410157Ishigakijima Astronomical Observatory D45 21.493250.639594+0.766177Kamyk, Trzesn D46 9.902650.671664+0.738525Observatory Bad Wurzach +D47 11.563660.738665+0.671859BigBang Observatory, Manciano D53 127.4820 0.63981 +0.76600 ISON-Blagoveschensk Observatory D54 127.4830 0.63981 +0.76601 MASTER-II Observatory, Blagoveshchensk D55 127.9747 0.79571 +0.60370 Kangwon Science High School Observatory, Ksho @@ -1846,7 +1847,7 @@ K48 10.838810.705714+0.706127Keyhole Observatory, San Giorgio di Mantova K49 11.185810.724381+0.687146Carpione Observatory, Spedaletto K50 11.133000.646903+0.760116Sternwarte Feuerstein, Ebermannstadt -K51 11.657890.695636+0.716269Osservatorio del Celado, Castello Tesino +K51 11.657890.695636+0.716268Osservatorio del Celado, Castello Tesino K52 7.6478 0.70548 +0.70642 Gwen Observatory, San Francesco al Campo K53 12.045640.744479+0.665409Marina di Cerveteri K54 11.336780.728803+0.682494Astronomical Observatory University of Siena @@ -2393,6 +2394,8 @@ Y64 343.489610.881484+0.471433ATLAS-TDO, Teide Y65 343.490420.881484+0.471429Two-Meter Twin Telescope, TTT1, Teide Y66 343.490530.881484+0.471429Two-Meter Twin Telescope, TTT2, Teide +Y82 358.065480.630258+0.773810LPMR Observatory, Broad Chalke +Y83 359.047610.748699+0.660768Observatorio Arcosur, Zaragoza Y84 358.119720.665503+0.743909Observatoire de Saint Domineuc Y85 351.853890.727084+0.684321Magalofes Observatory, Fene Y86 357.480030.796010+0.603469Observatorio de Seron diff --git a/miscell.cpp b/miscell.cpp index 12f0650d..f7ed4142 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 = 2460410.5; - return( "2024 Apr 10"); + *jd = 2460428.5; + return( "2024 Apr 28"); } diff --git a/observer.htm b/observer.htm index f096155a..50bcb749 100644 --- a/observer.htm +++ b/observer.htm @@ -25,14 +25,14 @@ Bauer Bauer Bell Bell Benner Benner - Beresford Beresford - Bernardi Bernardi + Beresford Beresford + Bernardi Bernardi Beshore Beshore Birtwhistle Birtwhistle Bittesini Bittesini Blythe Blythe 2.24-m University of Hawaii 2.24-m University of Hawaii - Boattini Boattini + Boattini Boattini Borngren Börngren Bolin Bolin Borisov Borisov @@ -64,19 +64,19 @@ Fernanda Fernanda Fitzsimmons Fitzsimmons Flewelling Flewelling - Flynn Flynn + Flynn Flynn Fohring Föhring F\"ohring Föhring Foglia Foglia Fuls Fuls Galad Galád Galli Galli - Garradd Garradd + Garradd Garradd Gasparovic Gašparović Gedek Gedek Geffert Geffert Gibbs Gibbs - Gilmore Gilmore + Gilmore Gilmore Giorgini Giorgini Gorbovskoy Gorbovskoy Grauer Grauer @@ -109,7 +109,7 @@ Juric Jurić Kadota Kadota Kavelaars Kavelaars - Kilmartin Kilmartin + Kilmartin Kilmartin Klet Kleť Kn\"ofel Knöfel B. Koch B. Koch diff --git a/rovers.txt b/rovers.txt index 27cfe45a..66924018 100644 --- a/rovers.txt +++ b/rovers.txt @@ -175,6 +175,11 @@ JWT ! 0.0000 0.00000 +0.00000 @-2 James Webb Space Telescope MEx ! 0.0000 0.00000 +0.00000 @-2 Mars Express NeS ! 0.0000 0.00000 +0.00000 @-2 NEO Surveyor + (The above (NeS) code was added to support simulated observations; + the spacecraft, as of early 2024, has not been launched. I gather + that the code (C58) is being held for NEO Surveyor. But it's a + somewhat informal sort of hold, and I've been warned against using it.) + Met ! 7.212778 +51.520802 54 Bernd Brinkmann meteor site JSt ! 8.32 +52.02 300 Joerg Strunk meteor site diff --git a/shadow.cpp b/shadow.cpp index 2aa69ba3..160da092 100644 --- a/shadow.cpp +++ b/shadow.cpp @@ -102,7 +102,8 @@ TI(r0) = 2pi \ (a0 * mu + a1 * mu2 + a2 * mu^3 + ...) dmu which is trivially integrable analytically. In the following function, the 2pi factor is ignored; all we really care about is the fractional -intensity (0 if no disk visible, 1 if r=R. I0 = TI(1) / 2pi.) */ +intensity (0 if no disk visible, 1 if r=R : the 'normalized' intensity +I(r) = TI(r) / TI(r0).) */ #include