Changeset 1479 for trunk/psLib/src/astronomy/psAstrometry.c
- Timestamp:
- Aug 11, 2004, 12:01:35 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astronomy/psAstrometry.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astronomy/psAstrometry.c
r1475 r1479 8 8 * @author George Gusciora, MHPCC 9 9 * 10 * @version $Revision: 1. 9$ $Name: not supported by cvs2svn $11 * @date $Date: 2004-08-11 2 0:07:44$10 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2004-08-11 22:01:35 $ 12 12 * 13 13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 103 103 104 104 // Determine which chip contains the fpaCoords. 105 tmpChip = psChip inFPA(tmpChip, fpaCoord, FPA);105 tmpChip = psChipInFPA(tmpChip, fpaCoord, FPA); 106 106 107 107 // Convert to those chip coordinates. 108 chipCoord = psCoordFPA toChip(chipCoord, fpaCoord, tmpChip);108 chipCoord = psCoordFPAToChip(chipCoord, fpaCoord, tmpChip); 109 109 110 110 // Determine which cell contains those chip coordinates. 111 outCell = psCell inChip(outCell, chipCoord, tmpChip);111 outCell = psCellInChip(outCell, chipCoord, tmpChip); 112 112 113 113 psFree(tmpChip); … … 155 155 156 156 chipCoord = psPlaneTransformApply(chipCoord, tmpChip->fromFPA, fpaCoord); 157 tmpCell = psCell inChip(tmpCell, chipCoord, tmpChip);157 tmpCell = psCellInChip(tmpCell, chipCoord, tmpChip); 158 158 if (tmpCell != NULL) { 159 159 psFree(chipCoord);
Note:
See TracChangeset
for help on using the changeset viewer.
