IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 16, 2004, 10:00:21 AM (22 years ago)
Author:
desonia
Message:

Added some psfits and pslist changes. More work needs to be done to make it match the current SDRS.

File:
1 edited

Legend:

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

    r2302 r2375  
    1515psLookupTable_DIVIDE_BY_ZERO           Divide by zero error during interpolation.
    1616psLookupTable_INVALID_TYPE             Invalid psLookupType, %d;
     17#
     18psFits_NULL                            The input psFits object can not NULL.
     19psFits_FILENAME_INVALID                Could not open file,'%s'.\nCFITSIO Error: %s
     20psFits_FILENAME_NULL                   Specified filename can not be NULL.
     21psFits_EXTNAME_INVALID                 Could not find HDU '%s' in file %s.\nCFITSIO Error: %s
     22psFits_EXTNUM_INVALID                  Could not find HDU #%d in file %s.\nCFITSIO Error: %s
     23psFits_GET_EXTNUM_FAILED               Failed to determine the current HDU number in file %s.\nCFITSIO Error: %s
     24psFits_GETNUMHDUS_FAILED               Failed to determine the number of HDUs in file %s.\nCFITSIO Error: %s
     25psFits_GETHDUTYPE_FAILED               Failed to determine an HDU type in file %s.\nCFITSIO Error: %s
     26psFits_GETNUMKEYS_FAILED               Failed to determine the number of header keys in file %s.\nCFITSIO Error: %s
     27psFits_FILENAME_CREATE_FAILED          Could not create file,'%s'.\nCFITSIO Error: %s
     28psFits_TYPE_UNSUPPORTED                Specified type, %s, is not supported.
     29psFits_CREATE_HDU_FAILED               Could not create new image HDU in file,'%s'.\nCFITSIO Error: %s
     30psFits_NOT_IMAGE_TYPE                  Current FITS HDU type must be an IMAGE.
     31psFits_TABLE_FIRSTROW_NULL             Can't create a table without the first row, where table column information is derived.
     32psFits_CFITSIO_ERROR                   CFITSIO error: %s
     33psFits_METATYPE_INVALID                Specified FITS metadata type, %c, is not supported.
     34psFits_METADATA_ADD_FAILED             Failed to add metadata item, %s.
     35psFits_WRITE_FAILED                    Could not write psImage data to file,'%s'.\nCFITSIO Error: %s
     36psFits_IMAGE_NULL                      The input psImage was NULL.  Need a non-NULL psImage for operation.
Note: See TracChangeset for help on using the changeset viewer.