IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32629


Ignore:
Timestamp:
Nov 8, 2011, 2:42:05 PM (15 years ago)
Author:
eugene
Message:

add note re: closest object matches

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110906/Ohana/src/addstar/src/find_matches_closest.c

    r28840 r32629  
    132132    }
    133133
     134    /* this block will match a given detection to the closest object within range of that detection.
     135       XXX note that this matches ALL detections within range of the single object to that same object
     136       this is bad, but I cannot just go in linear order (ie, mark off each object as they are
     137       used).  I should make a list of all Nobj * Ndet pairs in range and choose the matches
     138       based on their separations.  UGH
     139     */
     140   
    134141    /* within match range; look for matches */
    135142    Jmin = -1;
Note: See TracChangeset for help on using the changeset viewer.