Changeset 413 in Sophya for trunk/Poubelle
- Timestamp:
- Sep 22, 1999, 4:38:57 PM (26 years ago)
- Location:
- trunk/Poubelle/archTOI.old
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Poubelle/archTOI.old/archeopsfile.cc
r412 r413 772 772 } 773 773 774 int ArcheopsFile::getBoloCompBlockNum() { 775 if (!lastBolo()) return -1; 776 return numero_block(lastBoloComp()); 777 } 778 774 779 int ArcheopsFile::getReglageBlockNum() { 775 780 if (!lastReglage()) return -1; … … 787 792 return numero_block(lastSST()); 788 793 } 794 795 int ArcheopsFile::getSSTCompBlockNum() { 796 if (!lastSST()) return -1; 797 return numero_block(lastSSTComp()); 798 } 799 789 800 790 801 -
trunk/Poubelle/archTOI.old/archeopsfile.h
r410 r413 129 129 int getReglageBlockNum(); 130 130 int getBoloBlockNum(); 131 int getBoloCompBlockNum(); 131 132 long getRawBolo(int ibolo, int imesure); // donnee brute, avec seulement soustraction offset 132 133 double getMuVBolo(int ibolo, int imesure); // microvolts, filtre avec filtre carre … … 145 146 // SST, gyros, etc 146 147 int getSSTBlockNum(); 148 int getSSTCompBlockNum(); 147 149 void needSSTProcessMask(int mask); 148 150 long getSSTRawSignal(int iDiode, int imesure); -
trunk/Poubelle/archTOI.old/toiiter.cc
r411 r413 629 629 case sstStarT: 630 630 return file->blockNum() == file->getSSTBlockNum(); 631 case sstChannelCN: 632 case sstDiodeCN: 633 return file->blockNum() == file->getSSTCompBlockNum(); 631 634 case gyroRaw: 632 635 case gyroTens:
Note:
See TracChangeset
for help on using the changeset viewer.