IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38643


Ignore:
Timestamp:
Jul 27, 2015, 11:45:55 AM (11 years ago)
Author:
eugene
Message:

need to init measureRank

Location:
branches/eam_branches/ipp-20150625/Ohana/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20150625/Ohana/src/dvopsps/src/insert_detections_dvopsps_catalog.c

    r38441 r38643  
    109109
    110110  // NOTE for testing, just do a few objects
    111   if (!mysql) {
    112     catalog[0].Naverage = 5;
    113   }
    114111  for (i = 0; i < catalog[0].Naverage; i++) {
    115112
     
    225222    mysql_free_result (result);
    226223  } else {
    227     fprintf (stderr, "%s\n", buffer->buffer);
     224    fprintf (stderr, ".");
    228225  }
    229226
  • branches/eam_branches/ipp-20150625/Ohana/src/libdvo/include/dvo.h

    r38599 r38643  
    815815  int sorted;                           /* is measure table average-sorted? (NOTE this is an int only because gfits_scan %t requires it) */
    816816
    817 
    818817  /* pointers for data manipulation */
    819818  off_t *found_t;
     
    821820
    822821  char *measureRank;
    823 //  off_t *image_t;
    824 //  off_t *mosaic_t;
    825 //  float *X_t;
    826 //  float *Y_t;
    827822  int   *nOwn_t; // relastro uses this to count owned detections per object
    828823
  • branches/eam_branches/ipp-20150625/Ohana/src/libdvo/src/dvo_catalog.c

    r38606 r38643  
    602602
    603603  /* pointers for data manipulation */
    604   // catalog[0].X_t = NULL;
    605   // catalog[0].Y_t = NULL;
    606604  catalog[0].nOwn_t = NULL;
    607605  catalog[0].found_t = NULL;
    608   // catalog[0].image_t = NULL;
    609   // catalog[0].mosaic_t = NULL;
    610606  catalog[0].foundWarp_t = NULL;
     607  catalog[0].measureRank = NULL;
    611608}
    612609
Note: See TracChangeset for help on using the changeset viewer.