- Timestamp:
- Feb 24, 2014, 1:51:48 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140206/Ohana/src/relphot/include/relphot.h
r36535 r36545 477 477 int catID_and_objID_to_seq (int catID, int objID, int *catSeq, off_t *objSeq); 478 478 479 int check_sync_file (char *filename, int nloop); 480 int clear_sync_file (char *filename); 481 int update_sync_file (char *filename, int nloop); 482 char *make_filename (char *dirname, char *hostname, int hostID, char *tailname); 483 479 484 int share_mean_mags (Catalog *catalog, int Ncatalog, RegionHostTable *regionHosts, int nloop); 480 485 int slurp_mean_mags (Catalog *catalog, int Ncatalog, RegionHostTable *regionHosts, int nloop); 481 int check_sync_file (char *hostname, int nloop); 482 int clear_sync_file (char *hostname); 483 int update_sync_file (char *hostname, int nloop); 484 int set_mean_mags (MeanMag *meanmags, Average *average, SecFilt *secfilt, int Nsec); 486 int set_mean_mags (MeanMag *meanmags, AverageTiny *average, SecFilt *secfilt, int Nsec); 485 487 MeanMag *merge_mean_mags (MeanMag *target, int *ntarget, MeanMag *source, int Nsource); 486 488 … … 490 492 int share_image_mags (RegionHostTable *regionHosts, int nloop); 491 493 int slurp_image_mags (RegionHostTable *regionHosts, int nloop); 492 int check_imsync_file (char *hostname, int nloop);493 int update_imsync_file (char *hostname, int nloop);494 int clear_imsync_file (char *hostname);495 494 int set_image_mags (ImageMag *image_mags, Image *image); 496 495 ImageMag *merge_image_mags (ImageMag *target, int *ntarget, ImageMag *source, int Nsource);
Note:
See TracChangeset
for help on using the changeset viewer.
