IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 18, 2014, 9:08:37 AM (12 years ago)
Author:
eugene
Message:

relphot parallel almost builds (but not quite)

File:
1 edited

Legend:

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

    r36518 r36519  
    178178char   SKY_TABLE[DVO_MAX_PATH];
    179179int    SKY_DEPTH;  /** XXX EAM : depth of catalog tables, fix usage */
     180
     181// globals for parallel region operations
     182char  *REGION_FILE;
     183char  *IMAGE_TABLE;
     184int    REGION_HOST_ID;
    180185
    181186int          HOST_ID;
     
    290295void          InterpolateGrid     PROTO((float *buffer, int Nx, int Ny, Coords *ccd, Coords *gcoords));
    291296off_t        *SelectRefMosaic     PROTO((Mosaic **refmosaic, off_t *Nimage));
    292 int           args                PROTO((int argc, char **argv));
     297RelphotMode   args                PROTO((int argc, char **argv));
    293298int           args_client         PROTO((int argc, char **argv));
    294299int           bcatalog            PROTO((Catalog *subcatalog, Catalog *catalog, int Ncat));
     
    339344void          initMosaics         PROTO((Image *subset, off_t Nsubset, Image *image, char *inSubset, off_t Nimage));
    340345void          initMrel            PROTO((Catalog *catalog, int Ncatalog));
    341 void          initialize          PROTO((int argc, char **argv));
     346RelphotMode   initialize          PROTO((int argc, char **argv));
    342347void          initialize_client   PROTO((int argc, char **argv));
    343348void          liststats_setmode   PROTO((StatType *stats, char *strmode));
     
    487492ImageMag *ImageMagLoad(char *filename, off_t *nimage_mags);
    488493int ImageMagSave(char *filename, ImageMag *image_mags, off_t Nimage_mags);
     494
     495int markObjects (Catalog *catalog, int Ncatalog);
     496
     497int relphot_parallel_images ();
     498int relphot_parallel_regions ();
Note: See TracChangeset for help on using the changeset viewer.