- Timestamp:
- Nov 28, 2014, 7:02:01 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140904/Ohana/src/libdvo/include/libdvo_astro.h
r37680 r37683 59 59 unsigned int tableID; 60 60 unsigned int imageID; 61 int keep; 61 62 } AstromOffsetMap; 62 63 … … 140 141 /* in coords.c */ 141 142 void InitCoords (Coords *coords, char *projection); 143 void CopyCoords (Coords *tgt, Coords *src); 144 142 145 int XY_to_LM (double *L, double *M, double x, double y, Coords *coords); 143 146 int LM_to_XY (double *x, double *y, double L, double M, Coords *coords); … … 169 172 void AstromOffsetMapFree (AstromOffsetMap *map); 170 173 171 int AstromOffsetTableNewMap (AstromOffsetTable *table, int order, Image *image);174 int AstromOffsetTableNewMap (AstromOffsetTable *table, int Nx, int Ny, Image *image); 172 175 int AstromOffsetTableMatchChips (Image *images, off_t Nimages, AstromOffsetTable *table); 173 176 AstromOffsetTable *AstromOffsetTableInit(); … … 176 179 void AstromOffsetMapPrint (AstromOffsetMap *map, char *filename); 177 180 int AstromOffsetMapRepair (AstromOffsetMap *map, int xdir); 181 AstromOffsetMap *AstromOffsetMapCopy (AstromOffsetMap *map); 182 void AstromOffsetMapCopyData (AstromOffsetMap *tgt, AstromOffsetMap *src); 183 void AstromOffsetMapSetOrder (AstromOffsetMap *map, int Nx, int Ny, Image *image); 178 184 179 185 # endif
Note:
See TracChangeset
for help on using the changeset viewer.
