IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 18, 2007, 7:24:04 AM (19 years ago)
Author:
eugene
Message:

fixing style arguments, graphmode from kapa

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/kapa-mods-2007-05/Ohana/src/opihi/dvo/simage.c

    r13409 r13432  
    1212  Header header;
    1313  Coords coords;
    14   int i, j, Nstars, nstars, Nbytes, nbytes, Npts, N;
     14  int i, j, kapa, Nstars, nstars, Nbytes, nbytes, Npts, N;
    1515  Graphdata graphmode;
    1616
    17   if (!GetGraph (&graphmode, NULL, NULL)) return (FALSE);
     17  if (!GetGraph (&graphmode, &kapa, NULL)) return (FALSE);
    1818
    1919  zero = 17.0;
     
    154154  graphmode.etype = 0;
    155155  Npts = Xvec.Nelements;
    156   PrepPlotting (Npts, &graphmode);
    157156
    158   PlotVector (Npts, Xvec.elements, "x");
    159   PlotVector (Npts, Yvec.elements, "y");
    160   PlotVector (Npts, Zvec.elements, "z");
     157  PlotVectorTriplet (kapa, Npts, Xvec.elements, Yvec.elements, Zvec.elements, &graphmode);
    161158
    162159  free (Xvec.elements);
Note: See TracChangeset for help on using the changeset viewer.