IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20193


Ignore:
Timestamp:
Oct 16, 2008, 9:20:28 AM (18 years ago)
Author:
eugene
Message:

base plot name on outroot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relphot/src/plot_scatter.c

    r16810 r20193  
    4949  graphdata.ymin = PlotdMmin;
    5050  graphdata.ymax = PlotdMmax;
    51   plot_list (&graphdata, xlist, ylist, N, "mag vs dmag", "Mag.png");
     51  plot_list (&graphdata, xlist, ylist, N, "mag vs dmag", "%s.Mag.png", OUTROOT);
    5252
    5353  plot_defaults (&graphdata);
    5454  graphdata.ymin = PlotdMmin;
    5555  graphdata.ymax = PlotdMmax;
    56   plot_list (&graphdata, ilist, ylist, N, "imag vs dmag", "iMag.png");
     56  plot_list (&graphdata, ilist, ylist, N, "imag vs dmag", "%s.iMag.png", OUTROOT);
    5757  free (xlist);
    5858  free (ylist);
Note: See TracChangeset for help on using the changeset viewer.