IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 28, 2015, 4:03:30 PM (11 years ago)
Author:
eugene
Message:

allow AstromOffsetMapLoad to read in small segments at a time (to save memory)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20150625/Ohana/src/libdvo/include/libdvo_astro.h

    r38462 r38687  
    160160
    161161/* in AstromOffsetMapIO.c */
    162 AstromOffsetTable *AstromOffsetMapLoad (char *filename, int VERBOSE);
     162AstromOffsetTable *AstromOffsetMapLoad (char *filename, int Nrows, int VERBOSE);
    163163int AstromOffsetMapSave (AstromOffsetTable *table, char *filename);
    164164AstromOffsetTable *AstromOffsetMapToTable(AstromOffsetMap_Disk_6x6 *map_disk, off_t Nmap);
    165165AstromOffsetMap_Disk_6x6 *AstromOffsetTableToMap(AstromOffsetTable *table, off_t *Nmap);
     166int AstromOffsetTableSetIDs (AstromOffsetTable *table);
     167AstromOffsetTable *AstromOffsetMapAppendToTable(AstromOffsetTable *table, AstromOffsetMap_Disk_6x6 *map_disk, off_t Nmap);
    166168
    167169/* in AstromOffsetMapOps.c */
Note: See TracChangeset for help on using the changeset viewer.