Definition in file psFileUtilsErrors.h.
Go to the source code of this file.
Defines | |
| #define | PS_ERRORTEXT_psLookupTable_FILE_NOT_FOUND "Failed to open file %s." |
| #define | PS_ERRORTEXT_psLookupTable_PARSE_VALUE "Unable to parse string, %s on line %lld." |
| #define | PS_ERRORTEXT_psLookupTable_PARSE_TYPE "Unable to parse type, %s on line %lld." |
| #define | PS_ERRORTEXT_psLookupTable_PARSE_GENERAL "Unable to read lookup table item, %s on line %lld" |
| #define | PS_ERRORTEXT_psLookupTable_INTERPOLATE_HIGH "High index too big, %d." |
| #define | PS_ERRORTEXT_psLookupTable_INTERPOLATE_LOW "Low index too small, %d." |
| #define | PS_ERRORTEXT_psLookupTable_DIVIDE_BY_ZERO "Divide by zero error during interpolation." |
| #define | PS_ERRORTEXT_psLookupTable_INVALID_TYPE "Invalid psLookupType, %d;" |
| #define | PS_ERRORTEXT_psLookupTable_TABLE_INVALID "Lookup table is invalid." |
| #define | PS_ERRORTEXT_psFits_NULL "The input psFits object can not NULL." |
| #define | PS_ERRORTEXT_psFits_FILENAME_INVALID "Could not open file,'%s'.\nCFITSIO Error: %s" |
| #define | PS_ERRORTEXT_psFits_FILENAME_NULL "Specified filename can not be NULL." |
| #define | PS_ERRORTEXT_psFits_EXTNAME_NULL "Specified extension name can not be NULL." |
| #define | PS_ERRORTEXT_psFits_EXTNAME_INVALID "Could not find HDU '%s' in file %s.\nCFITSIO Error: %s" |
| #define | PS_ERRORTEXT_psFits_EXTNUM_ABS_MOVE_FAILED "Could not move to specified HDU #%d in file %s.\nCFITSIO Error: %s" |
| #define | PS_ERRORTEXT_psFits_EXTNUM_REL_MOVE_FAILED "Could not move %d HDUs from current position in file %s.\nCFITSIO Error: %s" |
| #define | PS_ERRORTEXT_psFits_GET_EXTNUM_FAILED "Failed to determine the current HDU number in file %s.\nCFITSIO Error: %s" |
| #define | PS_ERRORTEXT_psFits_GETNUMHDUS_FAILED "Failed to determine the number of HDUs in file %s.\nCFITSIO Error: %s" |
| #define | PS_ERRORTEXT_psFits_GETHDUTYPE_FAILED "Failed to determine an HDU type in file %s.\nCFITSIO Error: %s" |
| #define | PS_ERRORTEXT_psFits_GETNUMKEYS_FAILED "Failed to determine the number of header keys in file %s.\nCFITSIO Error: %s" |
| #define | PS_ERRORTEXT_psFits_GET_TABLE_SIZE_FAILED "Failed to determine the size of the current HDU table.\nCFITSIO Error: %s" |
| #define | PS_ERRORTEXT_psFits_FILENAME_CREATE_FAILED "Could not create file,'%s'.\nCFITSIO Error: %s" |
| #define | PS_ERRORTEXT_psFits_TYPE_UNSUPPORTED "Specified type, %s, is not supported." |
| #define | PS_ERRORTEXT_psFits_CREATE_HDU_FAILED "Could not create new image HDU in file,'%s'.\nCFITSIO Error: %s" |
| #define | PS_ERRORTEXT_psFits_GET_HDU_TYPE_FAILED "Could not determine the HDU type.\nCFITSIO Error: %s" |
| #define | PS_ERRORTEXT_psFits_NOT_IMAGE_TYPE "Current FITS HDU type must be an image." |
| #define | PS_ERRORTEXT_psFits_NOT_TABLE_TYPE "Current FITS HDU type must be a table." |
| #define | PS_ERRORTEXT_psFits_TABLE_EMPTY "Can't create a table without any rows." |
| #define | PS_ERRORTEXT_psFits_CFITSIO_ERROR "CFITSIO error: %s" |
| #define | PS_ERRORTEXT_psFits_METATYPE_INVALID "Specified FITS metadata type, %c, is not supported." |
| #define | PS_ERRORTEXT_psFits_METADATA_ADD_FAILED "Failed to add metadata item, %s." |
| #define | PS_ERRORTEXT_psFits_WRITE_FAILED "Could not write data to file,'%s'.\nCFITSIO Error: %s" |
| #define | PS_ERRORTEXT_psFits_IMAGE_NULL "The input psImage was NULL. Need a non-NULL psImage for operation to be performed." |
| #define | PS_ERRORTEXT_psFits_METADATA_NULL "The input psMetadata was NULL. Need a non-NULL psMetadata for operation to be performed." |
| #define | PS_ERRORTEXT_psFits_METADATA_PTYPE_UNSUPPORTED "A metadata item's primative type, %d, is not supported." |
| #define | PS_ERRORTEXT_psFits_ROW_INVALID "Specified row, %d, is not valid for current table of %d rows." |
| #define | PS_ERRORTEXT_psFits_GET_TABLE_ELEMENT "Failed to retrieve table element (%d,%d).\nCFITSIO Error: %s" |
| #define | PS_ERRORTEXT_psFits_FIND_COLUMN "Specified column, %s, was not found.\nCFITSIO Error: %s" |
| #define | PS_ERRORTEXT_psFits_GET_COLTYPE "Could not determine the datatype of the table column.\nCFITSIO Error: %s" |
| #define | PS_ERRORTEXT_psFits_TABLE_READ_COL "Failed to read table column.\nCFITSIO Error: %s" |
| #define | PS_ERRORTEXT_psFits_DATATYPE_UNKNOWN "Could not determine image data type.\nCFITSIO Error: %s" |
| #define | PS_ERRORTEXT_psFits_IMAGE_DIM_UNKNOWN "Could not determine image dimensions.\nCFITSIO Error: %s" |
| #define | PS_ERRORTEXT_psFits_IMAGE_DIMENSION_UNSUPPORTED "Image number of dimensions, %d, is not valid. Only two or three dimensions supported for FITS I/O." |
| #define | PS_ERRORTEXT_psFits_IMAGE_SIZE_UNKNOWN "Could not determine image size.\nCFITSIO Error: %s" |
| #define | PS_ERRORTEXT_psFits_FITS_TYPE_UNSUPPORTED "FITS image type, BITPIX=%d, is not supported." |
| #define | PS_ERRORTEXT_psFits_READ_FAILED "Reading FITS file failed.\nCFITSIO Error: %s" |
| #define | PS_ERRORTEXT_psFits_IMAGE_UPDATE_TYPE_MISMATCH "Can not update a %s image given a %s image." |
| #define | PS_ERRORTEXT_psFits_FITS_Z_SMALL "Current FITS HDU has %d z-planes, but z-plane %d was specified." |
|
|
Definition at line 58 of file psFileUtilsErrors.h. |
|
|
Definition at line 53 of file psFileUtilsErrors.h. |
|
|
Definition at line 70 of file psFileUtilsErrors.h. |
|
|
Definition at line 43 of file psFileUtilsErrors.h. |
|
|
Definition at line 42 of file psFileUtilsErrors.h. |
|
|
Definition at line 44 of file psFileUtilsErrors.h. |
|
|
Definition at line 45 of file psFileUtilsErrors.h. |
|
|
Definition at line 51 of file psFileUtilsErrors.h. |
|
|
Definition at line 40 of file psFileUtilsErrors.h. |
|
|
Definition at line 41 of file psFileUtilsErrors.h. |
|
|
Definition at line 67 of file psFileUtilsErrors.h. |
|
|
Definition at line 74 of file psFileUtilsErrors.h. |
|
|
Definition at line 77 of file psFileUtilsErrors.h. |
|
|
Definition at line 68 of file psFileUtilsErrors.h. |
|
|
Definition at line 46 of file psFileUtilsErrors.h. |
|
|
Definition at line 54 of file psFileUtilsErrors.h. |
|
|
Definition at line 66 of file psFileUtilsErrors.h. |
|
|
Definition at line 50 of file psFileUtilsErrors.h. |
|
|
Definition at line 48 of file psFileUtilsErrors.h. |
|
|
Definition at line 47 of file psFileUtilsErrors.h. |
|
|
Definition at line 49 of file psFileUtilsErrors.h. |
|
|
Definition at line 71 of file psFileUtilsErrors.h. |
|
|
Definition at line 72 of file psFileUtilsErrors.h. |
|
|
Definition at line 62 of file psFileUtilsErrors.h. |
|
|
Definition at line 73 of file psFileUtilsErrors.h. |
|
|
Definition at line 76 of file psFileUtilsErrors.h. |
|
|
Definition at line 60 of file psFileUtilsErrors.h. |
|
|
Definition at line 63 of file psFileUtilsErrors.h. |
|
|
Definition at line 64 of file psFileUtilsErrors.h. |
|
|
Definition at line 59 of file psFileUtilsErrors.h. |
|
|
Definition at line 55 of file psFileUtilsErrors.h. |
|
|
Definition at line 56 of file psFileUtilsErrors.h. |
|
|
Definition at line 39 of file psFileUtilsErrors.h. |
|
|
Definition at line 75 of file psFileUtilsErrors.h. |
|
|
Definition at line 65 of file psFileUtilsErrors.h. |
|
|
Definition at line 57 of file psFileUtilsErrors.h. |
|
|
Definition at line 69 of file psFileUtilsErrors.h. |
|
|
Definition at line 52 of file psFileUtilsErrors.h. |
|
|
Definition at line 61 of file psFileUtilsErrors.h. |
|
|
Definition at line 36 of file psFileUtilsErrors.h. |
|
|
Definition at line 30 of file psFileUtilsErrors.h. |
|
|
Definition at line 34 of file psFileUtilsErrors.h. |
|
|
Definition at line 35 of file psFileUtilsErrors.h. |
|
|
Definition at line 37 of file psFileUtilsErrors.h. |
|
|
Definition at line 33 of file psFileUtilsErrors.h. |
|
|
Definition at line 32 of file psFileUtilsErrors.h. |
|
|
Definition at line 31 of file psFileUtilsErrors.h. |
|
|
Definition at line 38 of file psFileUtilsErrors.h. |
1.4.1