- Timestamp:
- Sep 29, 2014, 8:41:28 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140904/Ohana/src/libdvo/include/libdvo_astro.h
r37421 r37445 57 57 float **dXv; 58 58 float **dYv; 59 unsigned int ID;59 unsigned int tableID; 60 60 unsigned int imageID; 61 61 } AstromOffsetMap; … … 63 63 typedef struct { 64 64 int Nmap; 65 AstromOffsetMap * map;65 AstromOffsetMap **map; 66 66 int *IDtoSeq; 67 int MaxID; 67 int MaxImageID; 68 int MaxTableID; 68 69 } AstromOffsetTable; 69 70 … … 164 165 int AstromOffsetMapFit (AstromOffsetMap *map, float *x, float *y, float *f, int Npts, int xdir); 165 166 167 /* in AstromOffsetMapUtils.c */ 168 int AstromOffsetTableNewMap (AstromOffsetTable *table, int order, Image *image); 169 int AstromOffsetTableMatchChips (Image *images, off_t Nimages, AstromOffsetTable *table); 170 AstromOffsetTable *AstromOffsetTableInit(); 171 166 172 # endif
Note:
See TracChangeset
for help on using the changeset viewer.
