IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1486


Ignore:
Timestamp:
Aug 11, 2004, 1:24:48 PM (22 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

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

    r1484 r1486  
    88*  @author George Gusciora, MHPCC
    99*
    10 *  @version $Revision: 1.14 $ $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 $
    1212*
    1313*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    181181    psPlane* cellCoord = NULL;
    182182    psArray* cells;
     183    psReadout *tmpReadout = NULL;
    183184
    184185    // We return NULL if either of the input parameters is NULL.
     
    201202    for (int i = 0; i < cells->n; i++) {
    202203        psCell* tmpCell = (psCell* ) cells->data[i];
    203         psReadout *tmpReadout = tmpCell->readouts;
     204        // XXX: figure this out
     205        //        psReadout *tmpReadout = tmpCell->readouts;
    204206
    205207        while (tmpReadout != NULL) {
     
    405407                          const psCell* cell)
    406408{
    407     psGrommit* XXXGrommit = NULL;
    408409    psChip *whichChip = cell->parent;
    409410    psFPA *whichFPA = whichChip->parent;
     411    psGrommit* grommit = whichFPA->grommit;
    410412
    411413    // Convert the skyCoords to tangent plane coords.
    412     psPlane *tpCoord = psCoordSkyToTP(tpCoord, skyCoord, XXXGrommit);
     414    psPlane *tpCoord = psCoordSkyToTP(tpCoord, skyCoord, grommit);
    413415
    414416    // Convert the tangent plane coords to FPA coords.
Note: See TracChangeset for help on using the changeset viewer.