Changeset 625 in Sophya


Ignore:
Timestamp:
Nov 23, 1999, 11:36:21 AM (26 years ago)
Author:
ansari
Message:

logs

Location:
trunk/Poubelle/archTOI.old
Files:
2 edited

Legend:

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

    r612 r625  
    33
    44#define ARCHTOI_VERS "3.0"
    5 #define ARCHTOI_TAG  "V_191199"
     5#define ARCHTOI_TAG  "V_231199"
    66
    77#endif
  • trunk/Poubelle/archTOI.old/toiiter.cc

    r619 r625  
    200200void TOIIter::defaultInclude() {
    201201  incDone = true;
    202   processRequest("#REQVERSION V_270999");
     202  processRequest("#REQVERSION V_231199");
    203203  processRequest("#MJD0 1376.8358818");
    204204  processRequest("#PERECH 0.005836818076");
     
    206206  processRequest("#ASIGPS ASI_GPS_archeops1999.ascii");
    207207  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");
    208219}
    209220
Note: See TracChangeset for help on using the changeset viewer.