Changeset 2806 for trunk/psLib/src/dataIO/psFileUtilsErrors.dat
- Timestamp:
- Dec 23, 2004, 9:13:53 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/dataIO/psFileUtilsErrors.dat (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataIO/psFileUtilsErrors.dat
r2681 r2806 25 25 psFits_GETHDUTYPE_FAILED Failed to determine an HDU type in file %s.\nCFITSIO Error: %s 26 26 psFits_GETNUMKEYS_FAILED Failed to determine the number of header keys in file %s.\nCFITSIO Error: %s 27 psFits_GET_TABLE_SIZE_FAILED Failed to determine the size of the current HDU table.\nCFITSIO Error: %s 27 28 psFits_FILENAME_CREATE_FAILED Could not create file,'%s'.\nCFITSIO Error: %s 28 29 psFits_TYPE_UNSUPPORTED Specified type, %s, is not supported. 29 30 psFits_CREATE_HDU_FAILED Could not create new image HDU in file,'%s'.\nCFITSIO Error: %s 30 psFits_NOT_IMAGE_TYPE Current FITS HDU type must be an IMAGE. 31 psFits_GET_HDU_TYPE_FAILED Could not determine the HDU type.\nCFITSIO Error: %s 32 psFits_NOT_IMAGE_TYPE Current FITS HDU type must be an image. 33 psFits_NOT_TABLE_TYPE Current FITS HDU type must be a table. 31 34 psFits_TABLE_FIRSTROW_NULL Can't create a table without the first row, where table column information is derived. 32 35 psFits_CFITSIO_ERROR CFITSIO error: %s 33 36 psFits_METATYPE_INVALID Specified FITS metadata type, %c, is not supported. 34 37 psFits_METADATA_ADD_FAILED Failed to add metadata item, %s. 35 psFits_WRITE_FAILED Could not write psImagedata to file,'%s'.\nCFITSIO Error: %s38 psFits_WRITE_FAILED Could not write data to file,'%s'.\nCFITSIO Error: %s 36 39 psFits_IMAGE_NULL The input psImage was NULL. Need a non-NULL psImage for operation to be performed. 37 40 psFits_METADATA_NULL The input psMetadata was NULL. Need a non-NULL psMetadata for operation to be performed. 41 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_GET_TABLE_ELEMENT Failed to retrieve table element (%d,%d).\nCFITSIO Error: %s 44 psFits_FIND_COLUMN Specified column, %s, was not found.\nCFITSIO Error: %s 45 psFits_GET_COLTYPE Could not determine the datatype of the table column.\nCFITSIO Error: %s 46 psFits_TABLE_READ_COL Failed to read table column.\nCFITSIO Error: %s 38 47 #
Note:
See TracChangeset
for help on using the changeset viewer.
