IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 12, 2004, 10:53:02 AM (22 years ago)
Author:
gusciora
Message:

Added new members to psExposure.

File:
1 edited

Legend:

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

    r2048 r2058  
    88*  @author George Gusciora, MHPCC
    99*
    10 *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2004-10-12 01:34:09 $
     10*  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2004-10-12 20:53:02 $
    1212*
    1313*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    7878    double xScale;                     ///< Scale of the grid in x direction
    7979    double yScale;                     ///< Scale of the grid in x direction
     80    /// XXX: I added the following memvers to facilitate the psFreeing of the x,y data structures.
     81    int p_ps_xRows;                    ///< Number of rows in the x member
     82    int p_ps_xCols;                    ///< Number of cols in the x member
     83    int p_ps_yRows;                    ///< Number of rows in the y member
     84    int p_ps_yCols;                    ///< Number of cols in the y member
    8085    double **x;                        ///< The grid of offsets in x
    8186    double **y;                        ///< The grid of offsets in y
Note: See TracChangeset for help on using the changeset viewer.