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


Ignore:
Timestamp:
Sep 23, 1999, 11:08:43 AM (26 years ago)
Author:
ansari
Message:

nouvelles toi

File:
1 edited

Legend:

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

    r414 r416  
    88
    99TOISvr::TOISvr()
    10 {}
     10{
     11  defaultInclude();
     12}
    1113
    1214// To avoid special copy constructor handling, we will not
     
    109111    else tsttoi(boloTens2T)
    110112    else tsttoi(boloRawCN)
     113    else tsttoi(boloTensCN)
    111114    else tsttoi(dilDAC)
    112115    else tsttoi(dilSwitch)
     
    215218  return true;
    216219}
     220
     221void 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.