Changeset 426 in Sophya for trunk/Poubelle/archTOI.old/toisvr.cc
- Timestamp:
- Sep 24, 1999, 9:15:56 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Poubelle/archTOI.old/toisvr.cc
r420 r426 40 40 if (tEnd>0) iter.tEnd = tEnd; 41 41 } 42 43 void TOISvr::setUnderSample(int n) { 44 if (n<=1) n=1; 45 iter.underSample = n; 46 } 47 42 48 43 49 void TOISvr::addInfo(TOIKind kind, int index, bool triggering, bool interp) { … … 133 139 else tsttoi(altitude) 134 140 else tsttoi(tsid) 135 else tsttoi(azimut )141 else tsttoi(azimutBolo) 136 142 else tsttoi(alphaAxis) 137 143 else tsttoi(deltaAxis) … … 198 204 } else if (key == "#FILE") { 199 205 addFile(arg); 206 } else if (key == "#UNDERSAMPLE") { 207 setUnderSample(atoi(arg.c_str())); 200 208 } else if (key == "#RECORDER") { 201 209 onBoardRecorderFiles(true); … … 228 236 processRequest("#PERECH 0.005836818076"); 229 237 processRequest("#ASIGPS ASI_GPS_archeops1999.ascii"); 238 processRequest("#COMMENT Archtoi -- 23 september 1999 -- Eric Aubourg CEA/DAPNIA"); 230 239 processRequest("#COMMENT ***WARNING***"); 231 240 processRequest("#COMMENT ***SOME TOI'S ARE PRELIMINARY***"); 232 241 processRequest("#COMMENT gyroSpeed is not calibrated"); 233 processRequest("#COMMENT azimut/alpha/delta use galaxy crossings ");242 processRequest("#COMMENT azimut/alpha/delta use galaxy crossings and ASI GPS data"); 234 243 processRequest("#COMMENT and assume no pendulation"); 235 236 } 244 processRequest("#COMMENT boloTens2 is not protected against glitches"); 245 processRequest("#COMMENT sst software has not been updated to last DY code"); 246 processRequest("#COMMENT trajectory info only while italian TM got GPS info"); 247 processRequest("#COMMENT boloTemp is not implemented"); 248 249 }
Note:
See TracChangeset
for help on using the changeset viewer.