IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 2, 2014, 6:17:20 AM (12 years ago)
Author:
eugene
Message:

consolidate dvo to detection translations; add calibrated mags to stack outputs

File:
1 edited

Legend:

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

    r36188 r37176  
    99
    1010typedef struct {
    11   int imageID;
    12   unsigned int ippDetectID;
     11  uint64_t objID;
    1312  uint64_t detectID;
    1413  uint64_t ippObjID;
    15   uint64_t objID;
    16   int      photcode;
    17   unsigned int flags;
    18   float zp;
    19   float zpErr;
    20   float airMass;
    21   float expTime;
     14  unsigned int ippDetectID;
     15  int imageID;
    2216  double ra;
    2317  double dec;
    2418  float raErr;
    2519  float decErr;
     20  float zp;
     21  float telluricExt;
     22  float airmass;
     23  float expTime;
     24
     25  float Mpsf;
     26  float dMpsf;
     27  float Mkron;
     28  float dMkron;
     29  float Map;
     30  float dMap;
     31
     32  unsigned int flags;
    2633} Detections;
    2734
     
    7885     
    7986int    insert_detections_mysql_commit     PROTO((IOBuffer *buffer, MYSQL *mysql));
    80 int    insert_detections_mysql_value      PROTO((IOBuffer *buffer, Average *average, Measure *measure));
     87// int    insert_detections_mysql_value      PROTO((IOBuffer *buffer, Average *average, Measure *measure));
    8188int    insert_detections_mysql_init       PROTO((IOBuffer *buffer));
    8289
    8390int    insert_detections_mysql_array      PROTO((MYSQL *mysql, Detections *detections, int Ndetections));
    8491int    insert_detections_mysql_detvalue   PROTO((IOBuffer *buffer, Detections *detection));
     92int    assign_detection_values            PROTO((Detections *detection, Measure *measure, Average *average));
    8593
    8694int    init_detections                    PROTO(());
Note: See TracChangeset for help on using the changeset viewer.