Changeset 2962 for trunk/psLib/src/fileUtils/psFileUtilsErrors.dat
- Timestamp:
- Jan 12, 2005, 12:17:02 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fileUtils/psFileUtilsErrors.dat (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fileUtils/psFileUtilsErrors.dat
r2806 r2962 10 10 psLookupTable_PARSE_VALUE Unable to parse string, %s on line %lld. 11 11 psLookupTable_PARSE_TYPE Unable to parse type, %s on line %lld. 12 psLookupTable_PARSE_GENERAL Unable to read lookup table item, %s on line %lld 12 psLookupTable_PARSE_GENERAL Unable to read lookup table item, %s on line %lld 13 13 psLookupTable_INTERPOLATE_HIGH High index too big, %d. 14 14 psLookupTable_INTERPOLATE_LOW Low index too small, %d. … … 19 19 psFits_FILENAME_INVALID Could not open file,'%s'.\nCFITSIO Error: %s 20 20 psFits_FILENAME_NULL Specified filename can not be NULL. 21 psFits_EXTNAME_NULL Specified extension name can not be NULL. 21 22 psFits_EXTNAME_INVALID Could not find HDU '%s' in file %s.\nCFITSIO Error: %s 22 23 psFits_EXTNUM_INVALID Could not find HDU #%d in file %s.\nCFITSIO Error: %s … … 40 41 psFits_METADATA_NULL The input psMetadata was NULL. Need a non-NULL psMetadata for operation to be performed. 41 42 psFits_METADATA_PTYPE_UNSUPPORTED A metadata item's primative type, %d, is not supported. 42 psFits_ROW_INVALID Specified row, %d, is not valid for current table of %d rows. 43 psFits_ROW_INVALID Specified row, %d, is not valid for current table of %d rows. 43 44 psFits_GET_TABLE_ELEMENT Failed to retrieve table element (%d,%d).\nCFITSIO Error: %s 44 45 psFits_FIND_COLUMN Specified column, %s, was not found.\nCFITSIO Error: %s 45 46 psFits_GET_COLTYPE Could not determine the datatype of the table column.\nCFITSIO Error: %s 46 47 psFits_TABLE_READ_COL Failed to read table column.\nCFITSIO Error: %s 48 psFits_DATATYPE_UNKNOWN Could not determine image data type.\nCFITSIO Error: %s 49 psFits_IMAGE_DIM_UNKNOWN Could not determine image dimensions.\nCFITSIO Error: %s 50 psFits_IMAGE_DIMENSION_UNSUPPORTED Image number of dimensions, %d, is not valid. Only two or three dimensions supported for FITS I/O. 51 psFits_IMAGE_SIZE_UNKNOWN Could not determine image size.\nCFITSIO Error: %s 52 psFits_FITS_TYPE_UNSUPPORTED FITS image type, BITPIX=%d, is not supported. 53 psFits_READ_FAILED Reading FITS file failed.\nCFITSIO Error: %s 47 54 #
Note:
See TracChangeset
for help on using the changeset viewer.
