IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 28, 2013, 1:50:16 PM (13 years ago)
Author:
eugene
Message:

fix up inserts by local

File:
1 edited

Legend:

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

    r35064 r35069  
    88
    99typedef 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;
     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;
    2424} Detections;
    2525
     
    3737
    3838char        *SINGLE_CPT;
     39
     40char        *RESULT_FILE;
    3941
    4042char        *DATABASE_HOST;
     
    6971int    insert_detections_mysql_init       PROTO((IOBuffer *buffer));
    7072
     73int    insert_detections_mysql_array      PROTO((Detections *detections, int Ndetections));
     74int    insert_detections_mysql_detvalue   PROTO((IOBuffer *buffer, Detections *detection));
     75
     76int    init_detections                    PROTO(());
     77int    append_detections_dvopsps_catalog  PROTO((Catalog *catalog));
     78int    save_detections_dvopsps            PROTO(());
     79
    7180int    insert_objects_dvopsps             PROTO(());
    7281int    insert_objects_dvopsps_parallel    PROTO((SkyTable *sky));
     
    8493int    insert_skytable_mysql_value        PROTO((IOBuffer *buffer, SkyRegion *region));
    8594int    insert_skytable_mysql_init         PROTO((IOBuffer *buffer));
     95
     96Detections *DetectionsLoad                PROTO((char *filename, int *Ndetections));
     97int         DetectionsSave                PROTO((char *filename, Detections *detections, int Ndetections));
Note: See TracChangeset for help on using the changeset viewer.