IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15240


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

added some notes

Location:
trunk/Ohana/src
Files:
2 added
1 edited

Legend:

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

    r12332 r15240  
    174174}
    175175
    176 /* XXX re-write to use image->nstars if that is possible */
     176// return StarData values for detections in the specified image, converting coordinates from the
     177// chip positions: X,Y -> L,M -> P,Q -> R,D
    177178StarData *getImageRaw (Catalog *catalog, int Ncatalog, int im, int *Nstars, int isMosaic) {
    178179
     
    219220}
    220221
     222// return StarData values for averages positions in the specified image, converting coordinates from
     223// the sky positions: R,D -> P,Q -> L,M -> X,Y
    221224StarData *getImageRef (Catalog *catalog, int Ncatalog, int im, int *Nstars, int isMosaic) {
    222225
Note: See TracChangeset for help on using the changeset viewer.