IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 2, 2012, 12:21:51 PM (14 years ago)
Author:
eugene
Message:

working towards parallel relastro (need to worry about MeasureTiny vs Measure)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/Ohana/src/libdvo/include/dvo.h

    r33391 r33396  
    268268} PhotCodeData;
    269269
    270 // a reduced-subset structure for relphot & relastro
     270// a reduced-subset structure for relastro
     271typedef struct {
     272  double         R;
     273  double         D;
     274  unsigned short Nmeasure;
     275  int            measureOffset;
     276  uint32_t       flags;
     277  int            catID;
     278} AverageTinyAstro;
     279
     280// a reduced-subset structure for relphot
    271281typedef struct {
    272282  double         R;
Note: See TracChangeset for help on using the changeset viewer.