IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 23, 2004, 9:13:53 AM (22 years ago)
Author:
desonia
Message:

added functions to psFits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/fileUtils/psFileUtilsErrors.dat

    r2681 r2806  
    2525psFits_GETHDUTYPE_FAILED               Failed to determine an HDU type in file %s.\nCFITSIO Error: %s
    2626psFits_GETNUMKEYS_FAILED               Failed to determine the number of header keys in file %s.\nCFITSIO Error: %s
     27psFits_GET_TABLE_SIZE_FAILED           Failed to determine the size of the current HDU table.\nCFITSIO Error: %s
    2728psFits_FILENAME_CREATE_FAILED          Could not create file,'%s'.\nCFITSIO Error: %s
    2829psFits_TYPE_UNSUPPORTED                Specified type, %s, is not supported.
    2930psFits_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.
     31psFits_GET_HDU_TYPE_FAILED             Could not determine the HDU type.\nCFITSIO Error: %s
     32psFits_NOT_IMAGE_TYPE                  Current FITS HDU type must be an image.
     33psFits_NOT_TABLE_TYPE                  Current FITS HDU type must be a table.
    3134psFits_TABLE_FIRSTROW_NULL             Can't create a table without the first row, where table column information is derived.
    3235psFits_CFITSIO_ERROR                   CFITSIO error: %s
    3336psFits_METATYPE_INVALID                Specified FITS metadata type, %c, is not supported.
    3437psFits_METADATA_ADD_FAILED             Failed to add metadata item, %s.
    35 psFits_WRITE_FAILED                    Could not write psImage data to file,'%s'.\nCFITSIO Error: %s
     38psFits_WRITE_FAILED                    Could not write data to file,'%s'.\nCFITSIO Error: %s
    3639psFits_IMAGE_NULL                      The input psImage was NULL.  Need a non-NULL psImage for operation to be performed.
    3740psFits_METADATA_NULL                   The input psMetadata was NULL.  Need a non-NULL psMetadata for operation to be performed.
     41psFits_METADATA_PTYPE_UNSUPPORTED      A metadata item's primative type, %d, is not supported.
     42psFits_ROW_INVALID                     Specified row, %d, is not valid for current table of %d rows. 
     43psFits_GET_TABLE_ELEMENT               Failed to retrieve table element (%d,%d).\nCFITSIO Error: %s
     44psFits_FIND_COLUMN                     Specified column, %s, was not found.\nCFITSIO Error: %s
     45psFits_GET_COLTYPE                     Could not determine the datatype of the table column.\nCFITSIO Error: %s
     46psFits_TABLE_READ_COL                  Failed to read table column.\nCFITSIO Error: %s
    3847#
Note: See TracChangeset for help on using the changeset viewer.