IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 5, 2005, 11:28:55 AM (21 years ago)
Author:
gusciora
Message:

Some code preparation for the release.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/astrom/pmAstrometry.c

    r5674 r5681  
    1313* XXX: Should we implement non-linear cell->chip transforms?
    1414*
    15 *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    16 *  @date $Date: 2005-12-05 20:49:30 $
     15*  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     16*  @date $Date: 2005-12-05 21:28:55 $
    1717*
    1818*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    602602 
    603603I'm guessing the p_psProject() and p_psDeproject() functions have bugs.
     604 
     605XXX: It appears that p_psProject() and p_psDeproject() have been fixed.
     606Remove this.
    604607 *****************************************************************************/
    605608psSphere* XXXDeproject(
     
    628631    PS_ASSERT_PTR_NON_NULL(projection, NULL);
    629632
    630     psSphere *rc = XXXDeproject(outSphere, tpCoord, projection);
     633    //    psSphere *rc = XXXDeproject(outSphere, tpCoord, projection);
     634    psSphere *rc = p_psDeproject(outSphere, tpCoord, projection);
    631635    if (rc == NULL) {
    632636        psLogMsg(__func__, PS_LOG_WARN, "WARNING: could not transform tangent plane coords to sky coords.\n");
Note: See TracChangeset for help on using the changeset viewer.