IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 24, 2007, 11:41:08 AM (19 years ago)
Author:
eugene
Message:

updating error handling to distinguish data errors from fatal errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotErrorCodes.dat

    r10135 r11263  
    22# This file is used to generate psphotErrorClasses.h
    33#
    4 BASE = 512              First value we use; lower values belong to psLib
     4BASE = 200              First value we use; lower values belong to psLib
    55UNKNOWN                 Unknown PM error code
    66NOT_IMPLEMENTED         Desired feature is not yet implemented
    7 ARGUMENTS               Incorrect arguments
    8 CONFIG                  Problem in configure files
    97FITS                    Problem in FITS I/O
    108FITS_WCS                Error interpreting FITS WCS information
     
    1311APERTURE                Problem with aperture photometry
    1412SKY                     Problem in sky determination
     13# these errors correspond to standard exit conditions
     14ARGUMENTS               Incorrect arguments
     15SYS                     System error
     16CONFIG                  Problem in configure files
     17PROG                    Programming error
     18DATA                    invalid data
Note: See TracChangeset for help on using the changeset viewer.