Changeset 1486
- Timestamp:
- Aug 11, 2004, 1:24:48 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astronomy/psAstrometry.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astronomy/psAstrometry.c
r1484 r1486 8 8 * @author George Gusciora, MHPCC 9 9 * 10 * @version $Revision: 1.1 4$ $Name: not supported by cvs2svn $11 * @date $Date: 2004-08-11 23: 18:04$10 * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2004-08-11 23:24:48 $ 12 12 * 13 13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 181 181 psPlane* cellCoord = NULL; 182 182 psArray* cells; 183 psReadout *tmpReadout = NULL; 183 184 184 185 // We return NULL if either of the input parameters is NULL. … … 201 202 for (int i = 0; i < cells->n; i++) { 202 203 psCell* tmpCell = (psCell* ) cells->data[i]; 203 psReadout *tmpReadout = tmpCell->readouts; 204 // XXX: figure this out 205 // psReadout *tmpReadout = tmpCell->readouts; 204 206 205 207 while (tmpReadout != NULL) { … … 405 407 const psCell* cell) 406 408 { 407 psGrommit* XXXGrommit = NULL;408 409 psChip *whichChip = cell->parent; 409 410 psFPA *whichFPA = whichChip->parent; 411 psGrommit* grommit = whichFPA->grommit; 410 412 411 413 // Convert the skyCoords to tangent plane coords. 412 psPlane *tpCoord = psCoordSkyToTP(tpCoord, skyCoord, XXXGrommit);414 psPlane *tpCoord = psCoordSkyToTP(tpCoord, skyCoord, grommit); 413 415 414 416 // Convert the tangent plane coords to FPA coords.
Note:
See TracChangeset
for help on using the changeset viewer.
