IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 29, 2013, 9:03:05 AM (13 years ago)
Author:
eugene
Message:

fix / cleanup some of the relphot plotting functions (Mmos plots failed in threaded context); force use of INNER_WTMEAN for Mmos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130509/Ohana/src/relphot/include/relphot.h

    r35416 r35604  
    328328void          plot_star_coords    PROTO((Catalog *catalog, int Ncatalog));
    329329void          plot_stars          PROTO((Catalog *catalog, int Ncatalog));
     330
     331void          plot_list_add       PROTO((Graphdata *graphdata, double *xlist, double *ylist, int N));
     332int           get_graph           PROTO((int N));
     333int           open_graph          PROTO((int N));
     334
    330335void          reload_catalogs     PROTO((SkyList *skylist, FlatCorrectionTable *flatcorr, int hostID, char *hostpath));
    331336int           reload_catalogs_parallel PROTO((SkyList *sky));
Note: See TracChangeset for help on using the changeset viewer.