IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1297


Ignore:
Timestamp:
Jul 26, 2004, 7:30:55 PM (22 years ago)
Author:
gusciora
Message:

...

Location:
trunk/psLib/src
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astro/psCoord.c

    r1296 r1297  
    1010 *  @author George Gusciora, MHPCC
    1111 *
    12  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2004-07-27 05:28:05 $
     12 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2004-07-27 05:30:55 $
    1414 *
    1515 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4646
    4747
     48// This transformation takes into account parameters beyond an objects
     49// spatial coordinates: term3 and term4.
    4850psPlane *psPlaneDistortApply(psPlane *out,
    4951                             const psPlaneDistort *transform,
     
    7274
    7375
    74 
     76// This function prototype has been modified since the SDRS.
    7577psSphereTransform *psSphereTransformAlloc(double NPlat,
    7678        double Xo,
     
    9395}
    9496
    95 
    9697// XXX: I have no idea how this works.  This algorithm comes from an email
    9798// from Gene.  I assume (x,y) corresponds to (r,d) in the sphere coordinates.
     
    106107{
    107108    double sinY = 0.0;
    108     ;
    109109    double cosY = 0.0;
    110     ;
    111110    double sinX = 0.0;
    112     ;
    113111    double cosX = 0.0;
    114     ;
    115112    double x = 0.0;
    116113    double y = 0.0;
  • trunk/psLib/src/astro/psCoord.h

    r1296 r1297  
    1010 *  @author George Gusciora, MHPCC
    1111 *
    12  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2004-07-27 05:28:05 $
     12 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2004-07-27 05:30:55 $
    1414 *
    1515 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    110110
    111111
     112// New function prototype.
    112113psSphereTransform *psSphereTransformAlloc(double NPlat,
    113114        double Xo,
     
    142143
    143144
    144 
    145 
    146145#endif
  • trunk/psLib/src/astronomy/psCoord.c

    r1296 r1297  
    1010 *  @author George Gusciora, MHPCC
    1111 *
    12  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2004-07-27 05:28:05 $
     12 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2004-07-27 05:30:55 $
    1414 *
    1515 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4646
    4747
     48// This transformation takes into account parameters beyond an objects
     49// spatial coordinates: term3 and term4.
    4850psPlane *psPlaneDistortApply(psPlane *out,
    4951                             const psPlaneDistort *transform,
     
    7274
    7375
    74 
     76// This function prototype has been modified since the SDRS.
    7577psSphereTransform *psSphereTransformAlloc(double NPlat,
    7678        double Xo,
     
    9395}
    9496
    95 
    9697// XXX: I have no idea how this works.  This algorithm comes from an email
    9798// from Gene.  I assume (x,y) corresponds to (r,d) in the sphere coordinates.
     
    106107{
    107108    double sinY = 0.0;
    108     ;
    109109    double cosY = 0.0;
    110     ;
    111110    double sinX = 0.0;
    112     ;
    113111    double cosX = 0.0;
    114     ;
    115112    double x = 0.0;
    116113    double y = 0.0;
  • trunk/psLib/src/astronomy/psCoord.h

    r1296 r1297  
    1010 *  @author George Gusciora, MHPCC
    1111 *
    12  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2004-07-27 05:28:05 $
     12 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2004-07-27 05:30:55 $
    1414 *
    1515 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    110110
    111111
     112// New function prototype.
    112113psSphereTransform *psSphereTransformAlloc(double NPlat,
    113114        double Xo,
     
    142143
    143144
    144 
    145 
    146145#endif
Note: See TracChangeset for help on using the changeset viewer.