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/UpdateSimple.c

    r27435 r27497  
    1818    /* convert measure coordinates to raw entries */
    1919    raw = getImageRaw (catalog, Ncatalog, i, &Nstars, MODE_SIMPLE);
     20    if (!raw) continue;
    2021
    2122    /* convert average coordinates to ref entries */
    2223    ref = getImageRef (catalog, Ncatalog, i, &Nstars, MODE_SIMPLE);
     24    if (!ref) continue;
    2325
    2426    FitSimple (raw, ref, Nstars, &image[i].coords);
Note: See TracChangeset for help on using the changeset viewer.