Changeset 424 in Sophya for trunk/Poubelle


Ignore:
Timestamp:
Sep 23, 1999, 4:40:51 PM (26 years ago)
Author:
ansari
Message:

galcross

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Poubelle/archTOI.old/templocator.cc

    r423 r424  
    7878    if (crossings[icross] > sampleNum) break;
    7979  }
    80   if (icross == 0 || icross >= nGalCross) return;
     80  if (icross == 0 || icross >= nGalCross) return;
    8181 
     82  // On trouve l'azimut du croisement principal pour notre position actuelle
     83  double alpG = 12. + 51./60. + 30./3600.;
     84  double delG = 27. + 07./60. + 42./3600.;
     85  double azCr1, azCr2;
     86  int rc = PlGalCross(ts/3600., lat, (90. - 41.), alpG, delG, azCr1, azCr2);
    8287 
    8388}
Note: See TracChangeset for help on using the changeset viewer.