IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 28, 2010, 4:17:23 PM (16 years ago)
Author:
eugene
Message:

handle unmatched detections and images; add iteration over chips and objects

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/relastro.20100326/src/UpdateChips.c

    r27490 r27497  
    1818    /* convert measure coordinates to raw entries */
    1919    raw = getImageRaw (catalog, Ncatalog, i, &Nraw, MODE_MOSAIC);
     20    if (!raw) continue;
    2021
    2122    /* convert average coordinates to ref entries */
    2223    ref = getImageRef (catalog, Ncatalog, i, &Nref, MODE_MOSAIC);
     24    if (!ref) continue;
    2325
    2426    // note that Nraw & Nref must be equal: if not, we made a programming error in one of these two functions.
Note: See TracChangeset for help on using the changeset viewer.