- Timestamp:
- Feb 18, 2014, 9:08:37 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140206/Ohana/src/relphot/include/relphot.h
r36518 r36519 178 178 char SKY_TABLE[DVO_MAX_PATH]; 179 179 int SKY_DEPTH; /** XXX EAM : depth of catalog tables, fix usage */ 180 181 // globals for parallel region operations 182 char *REGION_FILE; 183 char *IMAGE_TABLE; 184 int REGION_HOST_ID; 180 185 181 186 int HOST_ID; … … 290 295 void InterpolateGrid PROTO((float *buffer, int Nx, int Ny, Coords *ccd, Coords *gcoords)); 291 296 off_t *SelectRefMosaic PROTO((Mosaic **refmosaic, off_t *Nimage)); 292 intargs PROTO((int argc, char **argv));297 RelphotMode args PROTO((int argc, char **argv)); 293 298 int args_client PROTO((int argc, char **argv)); 294 299 int bcatalog PROTO((Catalog *subcatalog, Catalog *catalog, int Ncat)); … … 339 344 void initMosaics PROTO((Image *subset, off_t Nsubset, Image *image, char *inSubset, off_t Nimage)); 340 345 void initMrel PROTO((Catalog *catalog, int Ncatalog)); 341 voidinitialize PROTO((int argc, char **argv));346 RelphotMode initialize PROTO((int argc, char **argv)); 342 347 void initialize_client PROTO((int argc, char **argv)); 343 348 void liststats_setmode PROTO((StatType *stats, char *strmode)); … … 487 492 ImageMag *ImageMagLoad(char *filename, off_t *nimage_mags); 488 493 int ImageMagSave(char *filename, ImageMag *image_mags, off_t Nimage_mags); 494 495 int markObjects (Catalog *catalog, int Ncatalog); 496 497 int relphot_parallel_images (); 498 int relphot_parallel_regions ();
Note:
See TracChangeset
for help on using the changeset viewer.
