Changeset 39478 for trunk/Ohana/src/relphot/include/relphot.h
- Timestamp:
- Mar 23, 2016, 12:34:01 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/relphot/include/relphot.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relphot/include/relphot.h
r39464 r39478 418 418 Catalog *load_catalogs_parallel PROTO((SkyList *sky, int *Ncatalog, char *syncfile)); 419 419 420 SkyList *load_images PROTO((FITS_DB *db, char *regionName, SkyRegion *region));420 SkyList *load_images PROTO((FITS_DB *db, SkyTable *sky, char *regionName, SkyRegion *region)); 421 421 Image *select_images PROTO((SkyList *skylist, Image *timage, off_t Ntimage, char *inSubset, off_t **LineNumber, off_t *Nimage, SkyRegion *region)); 422 422 … … 475 475 void wimages PROTO((void)); 476 476 void write_coords PROTO((Header *header, Coords *coords)); 477 int relphot_objects ( int hostID, char *hostpath);477 int relphot_objects (SkyTable *sky, SkyList *skylist, int hostID, char *hostpath); 478 478 int relphot_images (void); 479 479 … … 597 597 int getMosaicFlags (off_t meas, int cat); 598 598 599 void relphot_free (SkyTable *sky, SkyList *skylist); 600 void freeImages (); 601 void relphot_client_free (SkyTable *sky, SkyList *skylist); 602 void BrightCatalogFree (BrightCatalog *bcatalog); 603 604 void free_astrom_table ();
Note:
See TracChangeset
for help on using the changeset viewer.
