Changeset 350 in Sophya for trunk/Poubelle/archTOI.old/toiiter.h
- Timestamp:
- Aug 4, 1999, 4:10:06 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Poubelle/archTOI.old/toiiter.h
r342 r350 1 // toiiter.h 2 // Eric Aubourg CEA/DAPNIA/SPP juillet 1999 3 1 4 #ifndef TOIITER_H 2 5 #define TOIITER_H … … 5 8 #include <vector> 6 9 #include <set> 10 #include <map> 7 11 #include <string> 8 12 #include "archeopsfile.h" … … 11 15 sampleNum, // Numero d''echantillon (timer interne transputer) 12 16 internalTime, // temps transputer depuis debut manip, en secondes. 13 utc, // UTC (en jours, MJD = JD - 2450000). index=0 : premier bloc GPS. 1: + sioux.17 mjd, // UTC (en jours, MJD = JD - 2450000). index=0 : premier bloc GPS. 1: + sioux. 14 18 boloTens, // tension en microVolts, filtree avec filtre carre indexe par bolometre 15 19 boloRaw, // tension brute, non filtree indexe par bolometre 16 20 boloTemp, // Kelvins 17 sst Signal,// signal brut SST, indice = diode, 0-4518 sst Raw,// signal brut SST, indice = canal, 0-4721 sstDiode, // signal brut SST, indice = diode, 0-45 22 sstChannel, // signal brut SST, indice = canal, 0-47 19 23 sstStarZ, // numero de diode d''une eventuelle etoile, i=etoile 0..n 20 24 sstStarF, // flux d''une eventuelle etoile, <0 si moins de i+1 etoiles … … 78 82 TOIIter(); 79 83 void Init(); // After setting the options, opens the first file. 84 void ScanFiles(); // Parcourt tous les fichiers, cherche le premier echantillon... 80 85 86 bool NextSample(); // no test of trange 81 87 bool NextFile(); 82 88 83 89 ArcheopsFile* file; 84 string directory; // If several files to be read85 s tring fileName; // If only one file to be read86 set<string> files; // list of files in the directory...90 string directory; // If directory scanning 91 set<string> files; // list of files to be read... 92 map<string, long> file1stSamp; // premier echantillon de chaque fichier 87 93 set<string>::iterator curFile; 88 94 bool isOnBoardRecorder;
Note:
See TracChangeset
for help on using the changeset viewer.