IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 28, 2014, 7:02:01 AM (12 years ago)
Author:
eugene
Message:

add support to copy & save coords with offsetmaps

File:
1 edited

Legend:

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

    r37680 r37683  
    5959  unsigned int tableID;
    6060  unsigned int imageID;
     61  int keep;
    6162} AstromOffsetMap;
    6263
     
    140141/* in coords.c */
    141142void InitCoords (Coords *coords, char *projection);
     143void CopyCoords (Coords *tgt, Coords *src);
     144
    142145int  XY_to_LM (double *L, double *M, double x,  double y,   Coords *coords);
    143146int  LM_to_XY (double *x,  double *y,   double L, double M, Coords *coords);
     
    169172void AstromOffsetMapFree (AstromOffsetMap *map);
    170173
    171 int AstromOffsetTableNewMap (AstromOffsetTable *table, int order, Image *image);
     174int AstromOffsetTableNewMap (AstromOffsetTable *table, int Nx, int Ny, Image *image);
    172175int AstromOffsetTableMatchChips (Image *images, off_t Nimages, AstromOffsetTable *table);
    173176AstromOffsetTable *AstromOffsetTableInit();
     
    176179void AstromOffsetMapPrint (AstromOffsetMap *map, char *filename);
    177180int AstromOffsetMapRepair (AstromOffsetMap *map, int xdir);
     181AstromOffsetMap *AstromOffsetMapCopy (AstromOffsetMap *map);
     182void AstromOffsetMapCopyData (AstromOffsetMap *tgt, AstromOffsetMap *src);
     183void AstromOffsetMapSetOrder (AstromOffsetMap *map, int Nx, int Ny, Image *image);
    178184
    179185# endif
Note: See TracChangeset for help on using the changeset viewer.