Changeset 416 in Sophya for trunk/Poubelle/archTOI.old/toisvr.cc
- Timestamp:
- Sep 23, 1999, 11:08:43 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Poubelle/archTOI.old/toisvr.cc
r414 r416 8 8 9 9 TOISvr::TOISvr() 10 {} 10 { 11 defaultInclude(); 12 } 11 13 12 14 // To avoid special copy constructor handling, we will not … … 109 111 else tsttoi(boloTens2T) 110 112 else tsttoi(boloRawCN) 113 else tsttoi(boloTensCN) 111 114 else tsttoi(dilDAC) 112 115 else tsttoi(dilSwitch) … … 215 218 return true; 216 219 } 220 221 void TOISvr::defaultInclude() { 222 processRequest("#REQVERSION V_230999"); 223 processRequest("#MJD0 1376.8358818"); 224 processRequest("#PERECH 0.005836818076"); 225 processRequest("#COMMENT ***WARNING***"); 226 processRequest("#COMMENT ***SOME TOI'S ARE PRELIMINARY***"); 227 processRequest("#COMMENT gyroSpeed is not calibrated"); 228 processRequest("#COMMENT azimut/alpha/delta use galaxy crossings"); 229 processRequest("#COMMENT and assume no pendulation"); 230 231 }
Note:
See TracChangeset
for help on using the changeset viewer.