IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 9, 2012, 7:06:29 AM (14 years ago)
Author:
eugene
Message:

clean up the tiny value stuff, put support functions in libdvo; would benefit from autocoding, esp for BrightCatalog stuff; check on sorted state: fail if not sorted

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/Ohana/src/relphot/include/relphot.h

    r33403 r33447  
    306306int LimitDensityCatalog (Catalog *subcatalog, Catalog *catalog);
    307307
    308 int populate_tiny_values (Catalog *catalog);
    309 int free_tiny_values (Catalog *catalog);
    310 
    311308BrightCatalog *BrightCatalogLoad(char *filename);
    312309int BrightCatalogSave(char *filename, BrightCatalog *catalog);
     
    318315int ImageSubsetSave(char *filename, ImageSubset *image, off_t Nimage);
    319316ImageSubset *ImageSubsetLoad(char *filename, off_t *nimage);
    320 
    321 int CopyAverageTiny (AverageTiny *averageT, Average *average);
    322 int CopyMeasureTiny (MeasureTiny *measureT, Measure *measure);
Note: See TracChangeset for help on using the changeset viewer.