IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 10, 2004, 1:59:41 PM (22 years ago)
Author:
gusciora
Message:

This is the first compiling version of astometry.c

File:
1 edited

Legend:

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

    r1441 r1463  
    99*  @author George Gusciora, MHPCC
    1010*
    11 *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2004-08-09 23:40:54 $
     11*  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2004-08-10 23:59:41 $
    1313*
    1414*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    132132 *
    133133 *  A chip consists of one or more cells (according to the number of amplifiers
    134  *  on the CCD). It contains a pointer to the chip's metadata, and a pointer   
    135  *  to the parent focal plane.  For astrometry, ot contains a coordinate
     134 *  on the CCD). It contains a pointer to the chip's metadata, and a pointer
     135 *  to the parent focal plane.  For astrometry, it contains a coordinate
    136136 *  transform from the chip to the focal plane, and vis-versa.
    137137 *
     
    238238                         );
    239239
     240void psGrommitFree(psGrommit *grommit);
     241
    240242psCell* psCellinFPA(psCell* out, const psPlane* coord, const psFPA* FPA);
    241243
Note: See TracChangeset for help on using the changeset viewer.