Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

pmFlatFieldErrors.h

Go to the documentation of this file.
00001 /** @file  pmFlatFieldErrors.h
00002  *
00003  *  @brief Contains the error text for the flat field module
00004  *
00005  *  @ingroup ErrorHandling
00006  *
00007  *  @author Ross Harman, MHPCC
00008  *
00009  *  @version $Revision: 1.1.1.1 $ $Name:  $
00010  *  @date $Date: 2005/06/15 21:07:27 $
00011  *
00012  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
00013  */
00014 
00015 #ifndef PM_FLATFIELD_ERRORS_H
00016 #define PM_FLATFIELD_ERRORS_H
00017 
00018 /* N.B., lines between '//~Start' and '//~End' are automatic generated from
00019  * the template following the '//~Start'.  The template is used to generate
00020  * the other lines by, for each error text in psDataManipErrors.dat, the following
00021  * substitutions are made:
00022  *     $1  The error text macro name (first word in the psFlatFieldErrors.h lines)
00023  *     $2  The error text (rest of the line in psFlatFieldErrors.h)
00024  *     $n  The order of the source line in psFlatFieldErrors.h (comments excluded)
00025  *
00026  * DO NOT EDIT THE LINES BETWEEN //~Start and //~End!  ANY CHANGES WILL BE OVERWRITTEN.
00027  */
00028 
00029 #define PS_ERRORNAME_DOMAIN "psModule.src."
00030 
00031 //~Start #define PS_ERRORTEXT_$1 "$2"
00032 #define PS_ERRORTEXT_pmFlatField_NULL_FLAT_READOUT "Null not allowed for flat readout."
00033 #define PS_ERRORTEXT_pmFlatField_NULL_INPUT_IMAGE "Null not allowed for input image."
00034 #define PS_ERRORTEXT_pmFlatField_NULL_FLAT_IMAGE "Null not allowed for flat image."
00035 #define PS_ERRORTEXT_pmFlatField_SIZE_INPUT_IMAGE "Input image size exceeds that of flat image: (%d, %d) vs (%d, %d)"
00036 #define PS_ERRORTEXT_pmFlatField_SIZE_MASK_IMAGE "Input image mask size exceeds that of flat image: (%d, %d) vs (%d, %d)"
00037 #define PS_ERRORTEXT_pmFlatField_OFFSET_FLAT_IMAGE "Total offset >= flat image size: (%d, %d) vs (%d, %d)"
00038 #define PS_ERRORTEXT_pmFlatField_OFFSET_INPUT_IMAGE "Total offset >= input image: (%d, %d) vs (%d, %d)"
00039 #define PS_ERRORTEXT_pmFlatField_OFFSET_MASK_IMAGE "Total offset >= input image mask: (%d, %d) vs (%d, %d)"
00040 #define PS_ERRORTEXT_pmFlatField_TYPE_INPUT_IMAGE "Complex types not allowed for input image. Type: %d"
00041 #define PS_ERRORTEXT_pmFlatField_TYPE_FLAT_IMAGE "Complex types not allowed for flat image. Type: %d"
00042 #define PS_ERRORTEXT_pmFlatField_TYPE_MASK_IMAGE "Mask must be PS_TYPE_MASK type. Type: %d"
00043 #define PS_ERRORTEXT_pmFlatField_TYPE_MISMATCH "Input and flat image types differ: (%d vs %d)"
00044 #define PS_ERRORTEXT_pmFlatField_TYPE_UNSUPPORTED "Unsupported image datatype. Type: %d"
00045 //~End
00046 
00047 #endif

Generated on Wed Jun 15 11:06:01 2005 for Pan-STARRS Module Library by  doxygen 1.4.1