IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 6, 2016, 8:58:07 PM (10 years ago)
Author:
eugene
Message:

plug memleaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ohana.20160226/src/relastro/include/relastro.h

    r39436 r39439  
    418418
    419419void relastro_client_free ();
     420void relastro_free ();
    420421
    421422GSCRegion    *find_regions        PROTO((Image *image, off_t Nimage, int *Nregions, GSCRegion *fullregion));
     
    439440void          initImageBins       PROTO((Catalog *catalog, int Ncatalog, int FULLINIT));
    440441void          initImages          PROTO((Image *input, off_t *line_number, off_t N));
     442void          freeImages          PROTO(());
    441443void          initMosaicBins      PROTO((Catalog *catalog, int Ncatalog));
    442444void          initMosaicGrid      PROTO((Image *image, off_t Nimage));
     
    554556Mosaic *getmosaics (off_t *N);
    555557void initMosaics (Image *image, off_t Nimage);
     558void freeMosaics ();
    556559StarData *getMosaicRaw (Catalog *catalog, int Ncatalog, off_t mos, off_t *Nstars);
    557560StarData *getMosaicRef (Catalog *catalog, int Ncatalog, off_t mos, off_t *Nstars);
     
    590593
    591594int initStarMaps ();
     595void freeStarMaps ();
    592596int updateStarMaps(Catalog *catalog);
    593597int createStarMapPoints();
     
    684688AstromOffsetTable *get_astrom_table ();
    685689void put_astrom_table (AstromOffsetTable *myTable);
     690void free_astrom_table ();
    686691
    687692int fit_map (AstromOffsetMap *map, StarData *raw, StarData *ref, int Npts);
Note: See TracChangeset for help on using the changeset viewer.