Changeset 426 in Sophya for trunk/Poubelle/archTOI.old/toiiter.h


Ignore:
Timestamp:
Sep 24, 1999, 9:15:56 AM (26 years ago)
Author:
ansari
Message:

alpha delta a partir croisement galax

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Poubelle/archTOI.old/toiiter.h

    r419 r426  
    4747  altitude,      // position ballon, m
    4848  tsid,          // temps sideral en secondes
    49   azimut,        // azimut centre optique ???
     49  azimutBolo,    // azimut
    5050  alphaAxis,     //
    5151  deltaAxis,     //
     
    7979   int    getBlockSampleIndex();        // numero d''echantillon dans dernier bloc bolo
    8080   int    getSampleIndex();             // numero d''echantillon
     81   int    getUnderSampling();           
    8182   double getMJD();           
    8283
     
    103104   void ScanFiles(); // Parcourt tous les fichiers, cherche le premier echantillon...
    104105   
     106   bool Next1();
    105107   bool NextSample(); // no test of trange
    106108   bool NextFile();
     
    147149   TSid tSid;
    148150   
     151   int underSample;
     152   
    149153   private:
    150154   bool initDone;
Note: See TracChangeset for help on using the changeset viewer.