IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 13, 2012, 11:32:14 AM (14 years ago)
Author:
eugene
Message:

parallel dvo code

File:
1 edited

Legend:

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

    r33239 r33244  
    205205  char **filename;
    206206  SkyRegion **regions;
     207  char hosts[80];
    207208} SkyList;
    208209
     
    261262} PhotCodeData;
    262263
    263 // a reduced-subset structure for relphot
     264// a reduced-subset structure for relphot & relastro
    264265typedef struct {
    265266  double         R;
     
    268269  int            measureOffset;
    269270  uint32_t       flags;
     271  int            catID;
    270272} AverageTiny;
    271273
    272 // a reduced-subset structure for relphot
     274// a reduced-subset structure for relphot & relastro
    273275typedef struct {
    274276  float          dR;
     
    285287  unsigned int   imageID;
    286288  unsigned int   dbFlags;
     289  int            catID; // unsigned int?
    287290  unsigned short photcode;
    288291} MeasureTiny;
Note: See TracChangeset for help on using the changeset viewer.