IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 3, 2014, 1:25:35 PM (12 years ago)
Author:
eugene
Message:

make sure all arguments are making their way to the child jobs; relastro ready for full parallel-regions with refColor and bogus exclusion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140423/Ohana/src/relastro/include/relastro.h

    r36808 r36809  
    315315int           liststats           PROTO((double *value, double *dvalue, int N, StatType *stats));
    316316int           liststats_pos       PROTO((double *value, double *dvalue, int N, StatType *stats, int XVERB));
    317 Catalog      *load_catalogs       PROTO((SkyList *skylist, int *Ncatalog, int subselect, int hostID, char *hostpath));
     317Catalog      *load_catalogs       PROTO((SkyList *skylist, int *Ncatalog, int subselect, int hostID, char *hostpath, char *syncfile));
    318318int           load_images         PROTO((FITS_DB *db, SkyList *skylist, int UseFullOverlap));
    319319Image        *select_images       PROTO((SkyList *skylist, Image *timage, off_t Ntimage, off_t **LineNumber, off_t *Nimage, int UseFullOverlap));
     
    533533
    534534float getColor (off_t meas, int cat);
     535
     536int strextend (char *input, char *format,...);
Note: See TracChangeset for help on using the changeset viewer.