Changeset 413 in Sophya for trunk/Poubelle


Ignore:
Timestamp:
Sep 22, 1999, 4:38:57 PM (26 years ago)
Author:
ansari
Message:

nouvelles toi

Location:
trunk/Poubelle/archTOI.old
Files:
3 edited

Legend:

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

    r412 r413  
    772772}
    773773
     774int ArcheopsFile::getBoloCompBlockNum() {
     775  if (!lastBolo()) return -1;
     776  return numero_block(lastBoloComp());
     777}
     778
    774779int ArcheopsFile::getReglageBlockNum() {
    775780  if (!lastReglage()) return -1;
     
    787792  return numero_block(lastSST());
    788793}
     794
     795int ArcheopsFile::getSSTCompBlockNum() {
     796  if (!lastSST()) return -1;
     797  return numero_block(lastSSTComp());
     798}
     799
    789800
    790801
  • trunk/Poubelle/archTOI.old/archeopsfile.h

    r410 r413  
    129129  int getReglageBlockNum();
    130130  int getBoloBlockNum();
     131  int getBoloCompBlockNum();
    131132  long getRawBolo(int ibolo, int imesure);   // donnee brute, avec seulement soustraction offset
    132133  double getMuVBolo(int ibolo, int imesure); // microvolts, filtre avec filtre carre
     
    145146  // SST, gyros, etc
    146147  int getSSTBlockNum();
     148  int getSSTCompBlockNum();
    147149  void needSSTProcessMask(int mask);
    148150  long getSSTRawSignal(int iDiode, int imesure);
  • trunk/Poubelle/archTOI.old/toiiter.cc

    r411 r413  
    629629     case sstStarT:
    630630       return file->blockNum() == file->getSSTBlockNum();
     631     case sstChannelCN:
     632     case sstDiodeCN:
     633       return file->blockNum() == file->getSSTCompBlockNum();
    631634     case gyroRaw:
    632635     case gyroTens:
Note: See TracChangeset for help on using the changeset viewer.