IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 28, 2013, 6:28:59 AM (13 years ago)
Author:
eugene
Message:

adding functions to insert from master, not client

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20121219/Ohana/src/dvopsps/include/dvopsps.h

    r35055 r35064  
    66# define DVO_MAX_PATH 1024
    77# define MAX_BUFFER 0x080000
     8
     9typedef struct {
     10    int imageID;
     11    unsigned int ippDetectID;
     12    uint64_t detectID;
     13    uint64_t ippObjID;
     14    uint64_t objID;
     15    unsigned int flags;
     16    float zp;
     17    float zpErr;
     18    float airMass;
     19    float expTime;
     20    double ra;
     21    double dec_;
     22    float raErr;
     23    float decErr;
     24} Detections;
    825
    926/* global variables set in parameter file */
Note: See TracChangeset for help on using the changeset viewer.