IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20185


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

adding outroot; supplying it to the plotting functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relphot/include/relphot.h

    r19897 r20185  
    7878int    FREEZE_IMAGES;
    7979int    USE_GRID;
     80char  *OUTROOT;
    8081int    PLOTDELAY;
    8182int    UpdateAverages;
     
    176177void          plot_grid           PROTO((Catalog *catalog));
    177178void          plot_images         PROTO(());
    178 void          plot_list           PROTO((Graphdata *graphdata, double *xlist, double *ylist, int N, char *label, char *file));
     179void          plot_list           PROTO((Graphdata *graphdata, double *xlist, double *ylist, int N, char *label, char *format, ...));
    179180void          plot_mosaic_fields  PROTO((Catalog *catalog));
    180181void          plot_mosaics        PROTO(());
Note: See TracChangeset for help on using the changeset viewer.