Ignore:
Timestamp:
Aug 2, 1999, 3:45:52 PM (26 years ago)
Author:
ansari
Message:

archtoi 2 aout 99

File:
1 edited

Legend:

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

    r315 r342  
    2626         
    2727  void NeedProcess(int prcMask);
    28   void Has2Bars(bool, int elecOffset=0); // elecOffset : which wired together
    2928  void ProcessBlock(block_type_sst*);
     29
     30  static void Has2Bars(bool, int elecOffset=0); // elecOffset : which wired together
    3031 
    3132  int  getRawSignal(int imesure, int idiode); // for last block
    3233  int  getSignal(int imesure, int idiode);    // for last block, imesure<0 -> history
     34  int  getStarZ(int imesure, int istar);      // for last block, imesure<0 -> history
     35  int  getStarF(int imesure, int istar);      // for last block, imesure<0 -> history
    3336  long getLastBlkNum() {return lastBlkNum;}
    3437
     
    3942  int   prcTodo;
    4043  int   starHistLength;
    41   bool  has2bars;
    42   int   elecOffset;
    4344  long  lastBlkNum;
     45  int   seuil;
     46 
     47  static bool  has2bars;
     48  static int   elecOffset;
    4449 
    4550  inline int& diode(int iSamp, int iDiod) {return diodeT[iSamp*nb_photo_diodes+iDiod];}
     
    5762  void RemoveOffset(); // diodeRaw -> diode, avec decalage, 1 echantillon.
    5863  void FindStars(); // sur les 72 derniers echantillons dans diode.
     64 
     65  static int  diodpermut[46]; // diodpermut[i] = channel de la diode i
    5966};
    6067
Note: See TracChangeset for help on using the changeset viewer.