IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 11, 2007, 4:12:43 PM (19 years ago)
Author:
eugene
Message:

progress on running relastro:images

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relastro/src/UpdateMosaic.c

    r15237 r15590  
    1818
    1919    /* convert measure coordinates to raw entries */
    20     raw = getImageRaw (catalog, Ncatalog, i, &Nstars, TRUE);
     20    raw = getImageRaw (catalog, Ncatalog, i, &Nstars, MODE_MOSAIC);
    2121
    2222    /* convert average coordinates to ref entries */
    23     ref = getImageRef (catalog, Ncatalog, i, &Nstars, TRUE);
     23    ref = getImageRef (catalog, Ncatalog, i, &Nstars, MODE_MOSAIC);
    2424
    2525    FitMosaic (raw, ref, Nstars, &image[i].coords);
Note: See TracChangeset for help on using the changeset viewer.