IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17150


Ignore:
Timestamp:
Mar 26, 2008, 10:57:15 AM (18 years ago)
Author:
eugene
Message:

added notes

File:
1 edited

Legend:

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

    r16810 r17150  
    256256
    257257// return StarData values for detections in the specified image, converting coordinates from the
    258 // chip positions: X,Y -> L,M -> P,Q -> R,D
     258// chip positions: X,Y -> L,M -> P,Q -> R,D.  This function is used by the image fitting steps, for
     259// which the detections have already been filtered when they were loaded (bcatalog)
    259260StarData *getImageRaw (Catalog *catalog, int Ncatalog, int im, int *Nstars, CoordMode mode) {
    260261
     
    292293    n = catalog[c].measure[m].averef;
    293294
     295    // an object with only one detection provides no information about the image calibration
    294296    raw[i].mask = FALSE;
    295297    if (catalog[c].average[n].Nmeasure < 2) {
     
    322324// return StarData values for averages positions in the specified image, converting coordinates from
    323325// the sky positions: R,D -> P,Q -> L,M -> X,Y
     326
    324327StarData *getImageRef (Catalog *catalog, int Ncatalog, int im, int *Nstars, CoordMode mode) {
    325328
Note: See TracChangeset for help on using the changeset viewer.