IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 23, 2016, 12:34:01 PM (10 years ago)
Author:
eugene
Message:

free memory; elevate the sky, skylist loads out of relphot_objects and load_images

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relphot/include/relphot.h

    r39464 r39478  
    418418Catalog      *load_catalogs_parallel PROTO((SkyList *sky, int *Ncatalog, char *syncfile));
    419419
    420 SkyList      *load_images         PROTO((FITS_DB *db, char *regionName, SkyRegion *region));
     420SkyList      *load_images         PROTO((FITS_DB *db, SkyTable *sky, char *regionName, SkyRegion *region));
    421421Image        *select_images       PROTO((SkyList *skylist, Image *timage, off_t Ntimage, char *inSubset, off_t **LineNumber, off_t *Nimage, SkyRegion *region));
    422422
     
    475475void          wimages             PROTO((void));
    476476void          write_coords        PROTO((Header *header, Coords *coords));
    477 int relphot_objects (int hostID, char *hostpath);
     477int relphot_objects (SkyTable *sky, SkyList *skylist, int hostID, char *hostpath);
    478478int relphot_images (void);
    479479
     
    597597int getMosaicFlags (off_t meas, int cat);
    598598
     599void relphot_free (SkyTable *sky, SkyList *skylist);
     600void freeImages ();
     601void relphot_client_free (SkyTable *sky, SkyList *skylist);
     602void BrightCatalogFree (BrightCatalog *bcatalog);
     603
     604void free_astrom_table ();
Note: See TracChangeset for help on using the changeset viewer.