Changeset 394 in Sophya for trunk/Poubelle/archTOI.old/archtoi.cc


Ignore:
Timestamp:
Sep 1, 1999, 2:45:54 PM (26 years ago)
Author:
ansari
Message:

Integration detecteur d'etoiles DY

File:
1 edited

Legend:

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

    r358 r394  
    1111#include "toisvr.h"
    1212#include "archtoi.h"
     13#include "archparam.h"
    1314#include "asigps.h"
    1415
     
    7475  else tsttoi(sstStarZ)
    7576  else tsttoi(sstStarF)
     77  else tsttoi(sstStarT)
    7678  else tsttoi(gyroRaw)
    7779  else tsttoi(gpsTime)
     
    155157    double t0;
    156158    sscanf(arg.c_str(), "%lg", &t0);
    157     svr.SetMJD0(t0);
     159    archParam.acq.tBlock0 = t0;
    158160  } else if (key == "#PERECH") {
    159161    double t0;
    160162    sscanf(arg.c_str(), "%lg", &t0);
    161     svr.SetPerEch(t0);
     163    archParam.acq.perEch = t0;
    162164  } else if (key == "#ASIGPS") {
    163165    ASIGPS* gps = new ASIGPS(arg);
Note: See TracChangeset for help on using the changeset viewer.