IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 8, 2004, 2:36:13 PM (22 years ago)
Author:
harman
Message:

Time config files updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astronomy/psAstronomyErrors.dat

    r2273 r2301  
    77#  N.B. in code, the ERRORNAME appears as PS_ERRORTEXT_ERRORNAME
    88####################################################################
    9 psTime_FILE_NOT_FOUND                  Failed to open file %s.  No %s information is available.
     9psTime_FILE_NOT_FOUND                  Failed to open file %s.
    1010psTime_FILE_TOO_MANY_ROWS              Too many rows found in file %s. Max number of rows allowed is %d.
    1111psTime_TIME_POSTDATES_TABLE            Specified psTime postdates (%g) the table of %s information.
    1212psTime_TIME_PREDATES_TABLE             Specified psTime predates (%g) the table of %s information.
     13psTime_TIME_POSTDATES_TABLES           Specified psTime postdates (%g) all tables of %s information.
     14psTime_TIME_PREDATES_TABLES            Specified psTime predates (%g) all tables of %s information.
    1315psTime_TABLE_DUPLICATE_ROWS            The %s table was found to have two rows of the same time value.
    1416psTime_TYPE_UNKNOWN                    Specified type, %d, is not supported.
     17psTime_TYPE_INCORRECT                  Specified type, %d, is incorrect.
    1518psTime_TYPE_MISMATCH                   Specified psTime parameters must have same type.
    1619psTime_GET_TOD_FAILED                  Failed to determine the current time from gettimeofday function.
     
    1922psTime_USEC_INVALID                    The psTime usec attribute value, %u, is invalid.  Must be less than 1e6.
    2023psTime_ISOTIME_MALFORMED               Specified ISO Time string, '%s', is malformed.  Must be in 'YYYY-MM-DDThh:mm:ss.sss' format.
     24psTime_INTERPOLATION_FAILED            Failed time table interpolation.
     25psTime_INTERPOLATION_FAILED_NAME       Failed time table interpolation for '%s'.
     26psTime_LOOKUP_METADATA_FAILED          Failed find '%s' in time metadata.
     27psTime_BAD_TABLE_COUNT                 Incorrect number of table files entered. Found: %d. Expected: %d.
     28psTime_BAD_VECTOR                      Incorrect vector size. Size: %d, Expected %d.
    2129#
    2230psCoord_PROJECTION_TYPE_UNDEFINED      The projection type, %s, is undefined.
Note: See TracChangeset for help on using the changeset viewer.