IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 21, 2007, 3:38:33 PM (19 years ago)
Author:
eugene
Message:

fixed bugs related to kapa API changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/kapa-mods-2007-05/Ohana/src/addstar/src/SEDops.c

    r13404 r13455  
    164164  graphdata.ptype = 7;
    165165  KapaPrepPlot (Xgraph, Nfilter, &graphdata);
    166   KapaPlotVector (Xgraph, Nfilter, table[0].wavecode);
    167   KapaPlotVector (Xgraph, Nfilter, fitmags);
     166  KapaPlotVector (Xgraph, Nfilter, table[0].wavecode, "x");
     167  KapaPlotVector (Xgraph, Nfilter, fitmags, "y");
    168168
    169169  graphdata.color = KapaColorByName ("red");
     
    178178  }
    179179  KapaPrepPlot (Xgraph, Nfilter, &graphdata);
    180   KapaPlotVector (Xgraph, Nfilter, table[0].wavecode);
    181   KapaPlotVector (Xgraph, Nfilter, fitmags);
    182   KapaPlotVector (Xgraph, Nfilter, fiterrs);
    183   KapaPlotVector (Xgraph, Nfilter, fiterrs);
     180  KapaPlotVector (Xgraph, Nfilter, table[0].wavecode, "x");
     181  KapaPlotVector (Xgraph, Nfilter, fitmags, "x");
     182  KapaPlotVector (Xgraph, Nfilter, fiterrs, "dym");
     183  KapaPlotVector (Xgraph, Nfilter, fiterrs, "dyp");
    184184  KapaSendLabel (Xgraph, "model,fit (mags)", 1);
    185185
     
    208208  }
    209209  KapaPrepPlot (Xgraph, Nfilter, &graphdata);
    210   KapaPlotVector (Xgraph, Nfilter, table[0].wavecode);
    211   KapaPlotVector (Xgraph, Nfilter, fitmags);
    212   KapaPlotVector (Xgraph, Nfilter, fiterrs);
    213   KapaPlotVector (Xgraph, Nfilter, fiterrs);
     210  KapaPlotVector (Xgraph, Nfilter, table[0].wavecode, "x");
     211  KapaPlotVector (Xgraph, Nfilter, fitmags, "y");
     212  KapaPlotVector (Xgraph, Nfilter, fiterrs, "dym");
     213  KapaPlotVector (Xgraph, Nfilter, fiterrs, "dyp");
    214214  KapaSendLabel (Xgraph, "wavelength (nm)", 0);
    215215  KapaSendLabel (Xgraph, "resid (mags)", 1);
Note: See TracChangeset for help on using the changeset viewer.