Changeset 625 in Sophya for trunk/Poubelle
- Timestamp:
- Nov 23, 1999, 11:36:21 AM (26 years ago)
- Location:
- trunk/Poubelle/archTOI.old
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Poubelle/archTOI.old/archvers.h
r612 r625 3 3 4 4 #define ARCHTOI_VERS "3.0" 5 #define ARCHTOI_TAG "V_ 191199"5 #define ARCHTOI_TAG "V_231199" 6 6 7 7 #endif -
trunk/Poubelle/archTOI.old/toiiter.cc
r619 r625 200 200 void TOIIter::defaultInclude() { 201 201 incDone = true; 202 processRequest("#REQVERSION V_2 70999");202 processRequest("#REQVERSION V_231199"); 203 203 processRequest("#MJD0 1376.8358818"); 204 204 processRequest("#PERECH 0.005836818076"); … … 206 206 processRequest("#ASIGPS ASI_GPS_archeops1999.ascii"); 207 207 processRequest("#COMMENT Archtoi V3 -- novembre 1999 -- Eric Aubourg CEA/DAPNIA"); 208 processRequest("#COMMENT **** WARNING ****"); 209 processRequest("#COMMENT SST attitude reconstruction should be ok where provided"); 210 processRequest("#COMMENT Gaps remain to be dealt with"); 211 processRequest("#COMMENT Focal plane geometry is theoric"); 212 processRequest("#COMMENT Bolo 1 aligned with SST using Jupiter (ONE crossing)"); 213 processRequest("#COMMENT => statistical error on pendulation at that instant"); 214 processRequest("#COMMENT might induce systematic error on bolo 1 attitude"); 215 processRequest("#COMMENT gyros calibrated with galactic crossings only"); 216 processRequest("#COMMENT algorithm = integral of gyro = delta Az"); 217 processRequest("#COMMENT Warning : slope found on z gyro applied to x and y"); 218 processRequest("#COMMENT offsets found on x and y applied (average) to z"); 208 219 } 209 220
Note:
See TracChangeset
for help on using the changeset viewer.