IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 27, 2014, 5:06:54 AM (12 years ago)
Author:
eugene
Message:

debugging grid fitting; adding pretty print

File:
1 edited

Legend:

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

    r37664 r37680  
    6464  int Nmap;
    6565  AstromOffsetMap **map;
    66   int *IDtoSeq;
     66   int *imageIDtoTableSeq;
    6767  int MaxImageID;
    6868  int MaxTableID;
     
    174174void AstromOffsetTableFree(AstromOffsetTable *table);
    175175int AstromOffsetTableAddMapFromImage (AstromOffsetTable *table, Image *image);
     176void AstromOffsetMapPrint (AstromOffsetMap *map, char *filename);
     177int AstromOffsetMapRepair (AstromOffsetMap *map, int xdir);
    176178
    177179# endif
Note: See TracChangeset for help on using the changeset viewer.