Changeset 426 in Sophya for trunk/Poubelle/archTOI.old/toisvr.cc


Ignore:
Timestamp:
Sep 24, 1999, 9:15:56 AM (26 years ago)
Author:
ansari
Message:

alpha delta a partir croisement galax

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Poubelle/archTOI.old/toisvr.cc

    r420 r426  
    4040  if (tEnd>0)   iter.tEnd = tEnd;
    4141}
     42
     43void TOISvr::setUnderSample(int n) {
     44  if (n<=1) n=1;
     45  iter.underSample = n;
     46}
     47
    4248 
    4349void TOISvr::addInfo(TOIKind kind, int index, bool triggering, bool interp) {
     
    133139    else tsttoi(altitude)
    134140    else tsttoi(tsid)
    135     else tsttoi(azimut)
     141    else tsttoi(azimutBolo)
    136142    else tsttoi(alphaAxis)
    137143    else tsttoi(deltaAxis)
     
    198204  } else if (key == "#FILE") {
    199205    addFile(arg);
     206  } else if (key == "#UNDERSAMPLE") {
     207    setUnderSample(atoi(arg.c_str()));
    200208  } else if (key == "#RECORDER") {
    201209    onBoardRecorderFiles(true);
     
    228236  processRequest("#PERECH 0.005836818076");
    229237  processRequest("#ASIGPS ASI_GPS_archeops1999.ascii");
     238  processRequest("#COMMENT Archtoi -- 23 september 1999 -- Eric Aubourg CEA/DAPNIA");
    230239  processRequest("#COMMENT ***WARNING***");
    231240  processRequest("#COMMENT ***SOME TOI'S ARE PRELIMINARY***");
    232241  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");
    234243  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.