IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 11, 2004, 5:11:45 PM (22 years ago)
Author:
gusciora
Message:

Added color/magnitude arguments.

File:
1 edited

Legend:

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

    r1496 r1510  
    88*  @author George Gusciora, MHPCC
    99*
    10 *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2004-08-12 01:23:20 $
     10*  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2004-08-12 03:11:45 $
    1212*
    1313*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    309309    psPlane* out,                      ///< a plane struct to recycle. If NULL, a new struct is created
    310310    const psPlane* in,                 ///< the coordinate within FPA
     311    double color,                      ///< Color of source
     312    double magnitude,                  ///< Magnitude of source
    311313    const psFPA* fpa                   ///< the FPA in interest
    312314);
     
    339341    psSphere* out,                     ///< a sphere struct to recycle. If NULL, a new struct is created
    340342    const psPlane* in,                 ///< the coordinate within cell
     343    double color,                      ///< Color of source
     344    double magnitude,                  ///< Magnitude of source
    341345    const psCell* cell                 ///< the cell in interest
    342346);
     
    370374    psPlane* out,                      ///< a plane struct to recycle. If NULL, a new struct is created
    371375    const psPlane* in,                 ///< the coordinate within tangent plane
     376    double color,                      ///< Color of source
     377    double magnitude,                  ///< Magnitude of source
    372378    const psFPA* fpa                   ///< the FPA of interest
    373379);
     
    400406    psPlane* out,                      ///< a plane struct to recycle. If NULL, a new struct is created
    401407    const psSphere* in,                ///< the Sky coordinate
     408    double color,                      ///< Color of source
     409    double magnitude,                  ///< Magnitude of source
    402410    const psCell* cell                 ///< the cell of interest
    403411);
Note: See TracChangeset for help on using the changeset viewer.