IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 3, 2004, 1:19:07 PM (22 years ago)
Author:
harman
Message:

Updates for version 10 of SDRS

File:
1 edited

Legend:

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

    r2301 r2607  
    3333psCoord_OFFSET_MODE_UNKNOWN            Specified offset mode, 0x%x, is not supported.
    3434#
    35 psAstrometry_NONLINEAR_TRANSFORM       The %s transfrom is not linear.  Only linear transforms are supported. 
     35psAstrometry_NONLINEAR_TRANSFORM       The %s transfrom is not linear.  Only linear transforms are supported.
    3636#
    3737psMetadata_METATYPE_INVALID            Specified psMetadataType, %d, is not supported.
     
    5050psMetadataIO_FITS_METATYPE_INVALID     Specified FITS metadata type, %c, is not supported.
    5151psMetadataIO_ADD_FAILED                Failed to add metadata item, %s.
    52 psMetadataIO_FILE_OPEN_FAILED          Failed to open file '%s'.  Check if it exists and it has the proper permissions.
    53 psMetadataIO_FILE_MULTIPLE_CHAR        More than one '%c' character not allowed.  Found on line %d of %s.
    54 psMetadataIO_FILE_ELEMENT_NULL         Failed to read a metadata %s on line %d of %s.
    55 psMetadataIO_FILE_TYPE_INVALID         Metadata type '%s', found on line %d of %s, is not invalid.
    56 psMetadataIO_OVERWRITE_ITEM            Duplicate Metadata item, %s, found on line %d of %s.  Overwrite not allowed.
    57 psMetadataIO_PARSE_FAILED              Failed to parse the value '%s' of metadata item %s, type %s, on line %d of %s.
     52psMetadataIO_FILE_OPEN_FAILED          Failed to open file '%s'. Check if it exists and it has the proper permissions.
     53psMetadataIO_FILE_MULTIPLE_CHAR        More than one '%c' character not allowed.  Found on line %u of %s.
     54psMetadataIO_FILE_ELEMENT_NULL         Failed to read a metadata %s on line %u of %s.
     55psMetadataIO_FILE_TYPE_INVALID         Metadata type '%s', found on line %u of %s, is not invalid.
     56psMetadataIO_OVERWRITE_ITEM            Duplicate Metadata item, %s, found on line %u of %s.  Overwrite not allowed.
     57psMetadataIO_PARSE_FAILED              Failed to parse the value '%s' of metadata item %s, type %s, on line %u of %s.
     58psMetadataIO_NO_NAME                   Failed to find key 'name' in table on line %u of %s.
     59psMetadataIO_TYPE_INVALID_LINE_FILE    Specified type, %s, is not supported on line %u of %s.
     60psMetadataIO_TAG_MISMATCH              Start tag, %s and end tag, %s do not agree.
     61psMetadataIO_TAG_UNKNOWN               Invalid end tag name, %s.
    5862
    59 
Note: See TracChangeset for help on using the changeset viewer.