IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 7, 2007, 7:21:16 AM (19 years ago)
Author:
eugene
Message:

clarified comments

File:
1 edited

Legend:

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

    r12332 r15237  
    1515    if (strcmp(&image[i].coords.ctype[4], "-WRP")) continue;
    1616
    17     /* XXX I probably need modes for getImageRaw/Ref to distinguish SIMPLE, CHIP, MOSAIC */
    18 
    1917    /* convert measure coordinates to raw entries */
    2018    raw = getImageRaw (catalog, Ncatalog, i, &Nstars, TRUE);
     
    2321    ref = getImageRef (catalog, Ncatalog, i, &Nstars, TRUE);
    2422
    25     /* XXX grab this code from mosastro */
    26     /* XXX check that it matches psastro */
    27     /* XXX this may need a 'mosaic' and 'non-mosaic' version */
    2823    FitChip (raw, ref, Nstars, &image[i].coords);
    2924
Note: See TracChangeset for help on using the changeset viewer.