IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 19, 2006, 5:49:37 AM (20 years ago)
Author:
magnier
Message:

changed elements of pmAstromMatch to raw,ref (from i1,i2)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/astrom/pmAstrometryDistortion.c

    r7152 r7153  
    77*  @author EAM, IfA
    88*
    9 *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2006-05-19 15:39:53 $
     9*  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2006-05-19 15:49:37 $
    1111*
    1212*  Copyright 2006 Institute for Astronomy, University of Hawaii
     
    8585                pmAstromMatch *match = matches->data[i];
    8686
    87                 pmAstromObj *raw = rawstars->data[match->i1];
     87                pmAstromObj *raw = rawstars->data[match->raw];
    8888
    8989                if (raw->chip->x < Xmin)
     
    9696                    continue;
    9797
    98                 pmAstromObj *ref = refstars->data[match->i2];
     98                pmAstromObj *ref = refstars->data[match->ref];
    9999
    100100                L->data.F32[Npts] = ref->FP->x;
Note: See TracChangeset for help on using the changeset viewer.