IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 13, 2004, 12:41:24 PM (22 years ago)
Author:
gusciora
Message:

Latest changes from the SDRS.

File:
1 edited

Legend:

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

    r1514 r1530  
    88*  @author George Gusciora, MHPCC
    99*
    10 *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2004-08-12 05:36:53 $
     10*  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2004-08-13 22:41:24 $
    1212*
    1313*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    258258 */
    259259psCell* psCellInFPA(
    260     psCell* out,                       ///< a cell struct to recycle. If NULL, a new struct is created
    261260    const psPlane* coord,              ///< the coordinate in FPA plane
    262261    const psFPA* FPA                   ///< the FPA to search for the cell
     
    268267 */
    269268psChip* psChipInFPA(
    270     psChip* out,                       ///< a chip struct to recycle. If NULL, a new struct is created
    271269    const psPlane* coord,              ///< the coordinate in FPA plane
    272270    const psFPA* FPA                   ///< the FPA to search for the cell
     
    278276 */
    279277psCell* psCellInChip(
    280     psCell* out,                       ///< a cell struct to recycle. If NULL, a new struct is created
    281278    const psPlane* coord,              ///< the coordinate in Chip plane
    282279    const psChip* chip                 ///< the chip to search for the cell
Note: See TracChangeset for help on using the changeset viewer.