Changeset 5507 for trunk/psLib/src/astro/psTime.h
- Timestamp:
- Nov 11, 2005, 5:37:34 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psTime.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psTime.h
r5466 r5507 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.4 2$ $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 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 375 375 char* p_psGetConfigFileName(); 376 376 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. 381 385 */ 382 386 psF64 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 388 392 ); 389 393
Note:
See TracChangeset
for help on using the changeset viewer.
