Changeset 342 in Sophya for trunk/Poubelle/archTOI.old/ssthandler.h
- Timestamp:
- Aug 2, 1999, 3:45:52 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Poubelle/archTOI.old/ssthandler.h
r315 r342 26 26 27 27 void NeedProcess(int prcMask); 28 void Has2Bars(bool, int elecOffset=0); // elecOffset : which wired together29 28 void ProcessBlock(block_type_sst*); 29 30 static void Has2Bars(bool, int elecOffset=0); // elecOffset : which wired together 30 31 31 32 int getRawSignal(int imesure, int idiode); // for last block 32 33 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 33 36 long getLastBlkNum() {return lastBlkNum;} 34 37 … … 39 42 int prcTodo; 40 43 int starHistLength; 41 bool has2bars;42 int elecOffset;43 44 long lastBlkNum; 45 int seuil; 46 47 static bool has2bars; 48 static int elecOffset; 44 49 45 50 inline int& diode(int iSamp, int iDiod) {return diodeT[iSamp*nb_photo_diodes+iDiod];} … … 57 62 void RemoveOffset(); // diodeRaw -> diode, avec decalage, 1 echantillon. 58 63 void FindStars(); // sur les 72 derniers echantillons dans diode. 64 65 static int diodpermut[46]; // diodpermut[i] = channel de la diode i 59 66 }; 60 67
Note:
See TracChangeset
for help on using the changeset viewer.