IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 11, 2005, 5:37:34 PM (20 years ago)
Author:
drobbin
Message:

Implemented PrecessionCorr function. Not verified, very possibly wrong.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astro/psTime.h

    r5466 r5507  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.42 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-11-03 04:31:22 $
     13 *  @version $Revision: 1.43 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2005-11-12 03:37:34 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    375375char* p_psGetConfigFileName();
    376376
    377 /**
    378  *
    379  *
    380  *
     377/** Searches the IERS time tables for a specified entry location.
     378 *
     379 *  Returns the interpolated double precision (arcsec) value at the specified entry
     380 *  location.  Inputs to specify are the time index in mjd, the column number
     381 *  corresponding to Xp, Yp, or Sp (UT1-UTC) in IERS A or B, the time table names,
     382 *  and the number of time tables.
     383 *
     384 *  @return psF64:          Resulting table entry for specified parameters.
    381385 */
    382386psF64 p_psTimeSearchTables(
    383     psF64 index,                       ///<
    384     psU64 column,                      ///<
    385     char *metadataTableNames[],        ///<
    386     psU32 nTables,                     ///<
    387     psLookupStatusType* status         ///<
     387    psF64 index,                       ///< time index for which to search
     388    psU64 column,                      ///< column number of specified index
     389    char *metadataTableNames[],        ///< names of IERS tables to search
     390    psU32 nTables,                     ///< number of IERS tables to search
     391    psLookupStatusType* status         ///< status of table search
    388392);
    389393
Note: See TracChangeset for help on using the changeset viewer.