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

pmMaskBadPixelsErrors.h

Go to the documentation of this file.
00001 //////////////////////////////////////////////////////////////////////////////////////////////////////////////
00002 // XXX WARNING: I have completely replaced this file with an OLD VERSION (that works) instead of the
00003 // one that was being worked on.
00004 //////////////////////////////////////////////////////////////////////////////////////////////////////////////
00005 
00006 /** @file  pmMaskBadPixelsErrors.h
00007  *
00008  *  @brief Contains the error text for the mask bad pixels module
00009  *
00010  *  @ingroup ErrorHandling
00011  *
00012  *  @author Ross Harman, MHPCC
00013  *
00014  *  @version $Revision: 1.3 $ $Name: rel12 $
00015  *  @date $Date: 2006/04/17 18:10:08 $
00016  *
00017  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
00018  */
00019 
00020 #ifndef PM_FLATFIELD_ERRORS_H
00021 #define PM_FLATFIELD_ERRORS_H
00022 
00023 /* N.B., lines between '//~Start' and '//~End' are automatic generated from
00024  * the template following the '//~Start'.  The template is used to generate
00025  * the other lines by, for each error text in pmMaskBadPixelsErrors.dat, the following
00026  * substitutions are made:
00027  *     $1  The error text macro name (first word in the pmMaskBadPixelsErrors.h lines)
00028  *     $2  The error text (rest of the line in pmMaskBadPixelsErrors.h)
00029  *     $n  The order of the source line in pmMaskBadPixelsErrors.h (comments excluded)
00030  *
00031  * DO NOT EDIT THE LINES BETWEEN //~Start and //~End!  ANY CHANGES WILL BE OVERWRITTEN.
00032  */
00033 
00034 #define PS_ERRORNAME_DOMAIN "psModule.src."
00035 
00036 //~Start #define PS_ERRORTEXT_$1 "$2"
00037 #define PS_ERRORTEXT_pmMaskBadPixels_NULL_MASK_IMAGE "Null not allowed for mask image."
00038 #define PS_ERRORTEXT_pmMaskBadPixels_NULL_INPUT_IMAGE "Null not allowed for input image."
00039 #define PS_ERRORTEXT_pmMaskBadPixels_SIZE_INPUT_IMAGE "Input image size exceeds that of mask image: (%d, %d) vs (%d, %d)"
00040 #define PS_ERRORTEXT_pmMaskBadPixels_SIZE_MASK_IMAGE "Input image mask size exceeds that of mask image: (%d, %d) vs (%d, %d)"
00041 #define PS_ERRORTEXT_pmMaskBadPixels_OFFSET_MASK_IMAGE "Total offset >= mask image: (%d, %d) vs (%d, %d)"
00042 #define PS_ERRORTEXT_pmMaskBadPixels_OFFSET_INPUT_IMAGE "Total offset >= input image: (%d, %d) vs (%d, %d)"
00043 #define PS_ERRORTEXT_pmMaskBadPixels_OFFSET_INPUT_IMAGE_MASK "Total offset >= input image mask: (%d, %d) vs (%d, %d)"
00044 #define PS_ERRORTEXT_pmMaskBadPixels_TYPE_INPUT_IMAGE "Complex types not allowed for input image. Type: %d"
00045 #define PS_ERRORTEXT_pmMaskBadPixels_TYPE_MASK_IMAGE "Mask must be PS_TYPE_MASK type. Type: %d"
00046 #define PS_ERRORTEXT_pmMaskBadPixels_TYPE_MISMATCH "Input and flat image types differ: (%d vs %d)"
00047 #define PS_ERRORTEXT_pmMaskBadPixels_TYPE_UNSUPPORTED "Unsupported image datatype. Type: %d"
00048 //~End
00049 
00050 #endif

Generated on Mon Jul 3 14:24:27 2006 for Pan-STARRS Module Library by  doxygen 1.4.4