IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38629


Ignore:
Timestamp:
Jul 23, 2015, 8:48:12 AM (11 years ago)
Author:
eugene
Message:

dvomerge add a note and a warning for -replace

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

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20150625/Ohana/src/dvomerge/src/merge_catalogs_old.c

    r38468 r38629  
    217217        // XXX this does not support lensing measurements
    218218        int Mout = output[0].average[n].measureOffset; 
    219         if (replace_match(&output[0].average[n], &output[0].measure[Mout], &input[0].average[N], &input[0].measure[offset])) {
     219        if (replace_match (&output[0].average[n], &output[0].measure[Mout], &input[0].average[N], &input[0].measure[offset])) {
    220220          input[0].found_t[N] = Mout;
    221221          continue;
  • branches/eam_branches/ipp-20150625/Ohana/src/dvomerge/src/replace_match.c

    r37046 r38629  
    11# include "dvomerge.h"
     2
     3// XXX this function does not work because it it loops over the average->Nmeasure entries
     4// as if they were sorted, but objects which have had entries added to them have elements
     5// out of sequence.  I probably need to step through next_meas to find the sequence.
    26
    37// average and measure pointers to the objects of interest and their first / current measurement
     
    711  unsigned int averef;
    812  unsigned int catID;
     13
     14  myAbort ("fix this function to use next_meas to loop over measurements for an object");
    915
    1016  // find the matching photcode in the object's list of measurements
Note: See TracChangeset for help on using the changeset viewer.