IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

* empty log message *

File:
1 edited

Legend:

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

    r1665 r1785  
    88*  @author George Gusciora, MHPCC
    99*
    10 *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2004-09-01 00:57:48 $
     10*  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2004-09-10 23:41:45 $
    1212*
    1313*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    8383psFixedPattern;
    8484
     85psFixedPattern *psFixedPatternAlloc(double x0,           ///< X Position of 0,0 corner on focal plane
     86                                    double y0,           ///< Y Position of 0,0 corner on focal plane
     87                                    double xScale,       ///< Scale of the grid in x direction
     88                                    double yScale,       ///< Scale of the grid in x direction
     89                                    const psImage *x,    ///< The grid of offsets in x
     90                                    const psImage *y     ///< The grid of offsets in y
     91                                   );
     92
    8593/** Readout data structure.
    8694 *
Note: See TracChangeset for help on using the changeset viewer.