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


Ignore:
Timestamp:
Aug 6, 1999, 3:46:37 PM (26 years ago)
Author:
ansari
Message:

auxilliary GPS

File:
1 edited

Legend:

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

    r356 r358  
    1111#include "toisvr.h"
    1212#include "archtoi.h"
     13#include "asigps.h"
    1314
    1415using namespace std;
     
    159160    sscanf(arg.c_str(), "%lg", &t0);
    160161    svr.SetPerEch(t0);
     162  } else if (key == "#ASIGPS") {
     163    ASIGPS* gps = new ASIGPS(arg);
     164    gps->FitsDump("GPSDump.fits");
     165    svr.UseAuxGPS(gps);
    161166  } else if (key == "#END") {
    162167    return false;
Note: See TracChangeset for help on using the changeset viewer.