IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 11, 2004, 12:01:35 PM (22 years ago)
Author:
desonia
Message:

doxygen comments added and function names made to comply with coding standards.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astronomy/psAstrometry.c

    r1475 r1479  
    88*  @author George Gusciora, MHPCC
    99*
    10 *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2004-08-11 20:07:44 $
     10*  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2004-08-11 22:01:35 $
    1212*
    1313*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    103103
    104104    // Determine which chip contains the fpaCoords.
    105     tmpChip = psChipinFPA(tmpChip, fpaCoord, FPA);
     105    tmpChip = psChipInFPA(tmpChip, fpaCoord, FPA);
    106106
    107107    // Convert to those chip coordinates.
    108     chipCoord = psCoordFPAtoChip(chipCoord, fpaCoord, tmpChip);
     108    chipCoord = psCoordFPAToChip(chipCoord, fpaCoord, tmpChip);
    109109
    110110    // Determine which cell contains those chip coordinates.
    111     outCell = psCellinChip(outCell, chipCoord, tmpChip);
     111    outCell = psCellInChip(outCell, chipCoord, tmpChip);
    112112
    113113    psFree(tmpChip);
     
    155155
    156156        chipCoord = psPlaneTransformApply(chipCoord, tmpChip->fromFPA, fpaCoord);
    157         tmpCell = psCellinChip(tmpCell, chipCoord, tmpChip);
     157        tmpCell = psCellInChip(tmpCell, chipCoord, tmpChip);
    158158        if (tmpCell != NULL) {
    159159            psFree(chipCoord);
Note: See TracChangeset for help on using the changeset viewer.