IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15237


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

clarified comments

Location:
trunk/Ohana/src/relastro/src
Files:
3 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
  • trunk/Ohana/src/relastro/src/UpdateMosaic.c

    r12332 r15237  
    2323    ref = getImageRef (catalog, Ncatalog, i, &Nstars, TRUE);
    2424
    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 */
    2825    FitMosaic (raw, ref, Nstars, &image[i].coords);
    2926
  • trunk/Ohana/src/relastro/src/UpdateSimple.c

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