pmMaskBadPixelsErrors.h

Go to the documentation of this file.
00001 /** @file  pmMaskBadPixelsErrors.h
00002  *
00003  *  @brief Contains the error text for the mask bad pixels module
00004  *
00005  *  @ingroup ErrorHandling
00006  *
00007  *  @author Ross Harman, MHPCC
00008  *
00009  *  @version $Revision: 1.1 $ $Name: rel8_0 $
00010  *  @date $Date: 2005/09/28 20:43:52 $
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 pmMaskBadPixelsErrors.dat, the following
00021  * substitutions are made:
00022  *     $1  The error text macro name (first word in the pmMaskBadPixelsErrors.h lines)
00023  *     $2  The error text (rest of the line in pmMaskBadPixelsErrors.h)
00024  *     $n  The order of the source line in pmMaskBadPixelsErrors.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_pmMaskBadPixels_NULL_MASK_IMAGE "Null not allowed for mask image."
00033 #define PS_ERRORTEXT_pmMaskBadPixels_NULL_INPUT_IMAGE "Null not allowed for input image."
00034 #define PS_ERRORTEXT_pmMaskBadPixels_SIZE_INPUT_IMAGE "Input image size exceeds that of mask image: (%d, %d) vs (%d, %d)"
00035 #define PS_ERRORTEXT_pmMaskBadPixels_SIZE_MASK_IMAGE "Input image mask size exceeds that of mask image: (%d, %d) vs (%d, %d)"
00036 #define PS_ERRORTEXT_pmMaskBadPixels_OFFSET_MASK_IMAGE "Total offset >= mask image: (%d, %d) vs (%d, %d)"
00037 #define PS_ERRORTEXT_pmMaskBadPixels_OFFSET_INPUT_IMAGE "Total offset >= input image: (%d, %d) vs (%d, %d)"
00038 #define PS_ERRORTEXT_pmMaskBadPixels_OFFSET_INPUT_IMAGE_MASK "Total offset >= input image mask: (%d, %d) vs (%d, %d)"
00039 #define PS_ERRORTEXT_pmMaskBadPixels_TYPE_INPUT_IMAGE "Complex types not allowed for input image. Type: %d"
00040 #define PS_ERRORTEXT_pmMaskBadPixels_TYPE_MASK_IMAGE "Mask must be PS_TYPE_MASK type. Type: %d"
00041 #define PS_ERRORTEXT_pmMaskBadPixels_TYPE_MISMATCH "Input and flat image types differ: (%d vs %d)"
00042 #define PS_ERRORTEXT_pmMaskBadPixels_TYPE_UNSUPPORTED "Unsupported image datatype. Type: %d"
00043 //~End
00044 
00045 #endif

Generated on Tue Dec 13 13:38:22 2005 for Pan-STARRS Module Library by  doxygen 1.4.5