IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 20, 2007, 9:02:55 PM (19 years ago)
Author:
eugene
Message:

adding a re-scale option to pmAstrometryObjects grid match; working on astrometry I/O tables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/astrom/pmAstrometryObjects.h

    r14649 r15665  
    44 * @author EAM, IfA
    55 *
    6  * @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2007-08-23 23:44:05 $
     6 * @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-11-21 07:02:55 $
    88 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    99 */
     
    6868    psPlane center;                     ///<
    6969    psPlane offset;                     ///<
     70    double  scale;                      ///<
    7071    double  angle;                      ///<
    7172    double  minMetric;                  ///<
     
    142143    const psArray *old,
    143144    psPlane center,
    144     double angle
     145    double angle,
     146    double scale
    145147);
    146148
Note: See TracChangeset for help on using the changeset viewer.