IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 16, 2007, 3:19:08 PM (19 years ago)
Author:
eugene
Message:

asserting the use of the libkapa APIs to interface with kapa2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/kapa-mods-2007-05/Ohana/src/opihi/cmd.astro/region.c

    r13391 r13402  
    55  char string[256];
    66  double Ra, Dec, Radius;
    7   double dx, dy;
     7  float dx, dy;
    88  int N, kapa;
    99  char *name;
     
    6767 
    6868  /* ask kapa for coordinate limits, so get the right aspect ratio */
    69   KiiSendCommand (kapa, 4, "LIMS");
    70   KiiScanMessage (kapa, "%lf %lf", &dx, &dy);
     69  KapaGetLimits (kapa, &dx, &dy);
    7170  dx = fabs (dx);
    7271  dy = fabs (dy);
Note: See TracChangeset for help on using the changeset viewer.