IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 27, 2006, 3:31:44 PM (20 years ago)
Author:
drobbin
Message:

Implemented psPixelsTransform.

File:
1 edited

Legend:

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

    r6204 r6230  
    88 *  @author Robert Daniel DeSonia, MHPCC
    99 *
    10  *  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2006-01-26 21:10:22 $
     10 *  @version $Revision: 1.32 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2006-01-28 01:31:44 $
    1212 *
    1313 *  Copyright 2005 Maui High Performance Computing Center, University of Hawaii
     
    11121112    // Convert psTime to MJD
    11131113    double MJD = psTimeToMJD(time);
     1114    printf("\nMJD check = %.13g\n", MJD);
    11141115    if (MJD == NAN) {
    11151116        psError(PS_ERR_BAD_PARAMETER_VALUE, false,
Note: See TracChangeset for help on using the changeset viewer.