IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 29, 2014, 8:41:28 AM (12 years ago)
Author:
eugene
Message:

initial testing of the astrom map IO / application is now working in relastro

File:
1 edited

Legend:

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

    r37421 r37445  
    5757  float **dXv;
    5858  float **dYv;
    59   unsigned int ID;
     59  unsigned int tableID;
    6060  unsigned int imageID;
    6161} AstromOffsetMap;
     
    6363typedef struct {
    6464  int Nmap;
    65   AstromOffsetMap *map;
     65  AstromOffsetMap **map;
    6666  int *IDtoSeq;
    67   int MaxID;
     67  int MaxImageID;
     68  int MaxTableID;
    6869} AstromOffsetTable;
    6970
     
    164165int AstromOffsetMapFit (AstromOffsetMap *map, float *x, float *y, float *f, int Npts, int xdir);
    165166
     167/* in AstromOffsetMapUtils.c */
     168int AstromOffsetTableNewMap (AstromOffsetTable *table, int order, Image *image);
     169int AstromOffsetTableMatchChips (Image *images, off_t Nimages, AstromOffsetTable *table);
     170AstromOffsetTable *AstromOffsetTableInit();
     171
    166172# endif
Note: See TracChangeset for help on using the changeset viewer.