IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 21, 2004, 12:30:19 PM (22 years ago)
Author:
desonia
Message:

Changed the image code to the new psErrorMsg error handling specification.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/image/verified/tst_psImageManip.stderr

    r1761 r1840  
    2929<DATE><TIME>|<HOST>|I|testImageClip
    3030    Following should be an error (max<min)
    31 <DATE><TIME>|<HOST>|E|psImageClip
    32     psImageClip can not be invoked with max < min.
     31<DATE><TIME>|<HOST>|E|psLib.image.psImageClip
     32    Specified min value, 256, can not be greater than the specified max value, 128.
    3333
    3434---> TESTPOINT PASSED (psImage{psImageClip} | tst_psImageManip.c)
     
    5959<DATE><TIME>|<HOST>|I|testImageClipComplexRegion
    6060    Following should be an error:
    61 <DATE><TIME>|<HOST>|E|psImageClipComplexRegion
    62     Can not perform clip on NULL image
    63 <DATE><TIME>|<HOST>|I|testImageClipComplexRegion
    64     Following should be an error:
    65 <DATE><TIME>|<HOST>|E|psImageClipComplexRegion
    66     psImageClipComplexRegion can not be invoked with max < min in the real image space.
    67 <DATE><TIME>|<HOST>|I|testImageClipComplexRegion
    68     Following should be an error:
    69 <DATE><TIME>|<HOST>|E|psImageClipComplexRegion
    70     psImageClipComplexRegion can not be invoked with max < min in the imaginary image space.
    71 <DATE><TIME>|<HOST>|I|testImageClipComplexRegion
    72     Following should be an error:
    73 <DATE><TIME>|<HOST>|E|psImageClipComplexRegion
    74     psImageClipComplexRegion can not be invoked with max < min in the real image space.
    75 <DATE><TIME>|<HOST>|I|testImageClipComplexRegion
    76     Following should be an error:
    77 <DATE><TIME>|<HOST>|E|psImageClipComplexRegion
    78     Specified vmin (-6.80565e+38+0i) is outside of image's psC32 pixel range
    79 <DATE><TIME>|<HOST>|I|testImageClipComplexRegion
    80     Following should be an error:
    81 <DATE><TIME>|<HOST>|E|psImageClipComplexRegion
    82     Specified vmin (6.80565e+38+0i) is outside of image's psC32 pixel range
    83 <DATE><TIME>|<HOST>|I|testImageClipComplexRegion
    84     Following should be an error:
    85 <DATE><TIME>|<HOST>|E|psImageClipComplexRegion
    86     Specified vmin (-0-6.80565e+38i) is outside of image's psC32 pixel range
    87 <DATE><TIME>|<HOST>|I|testImageClipComplexRegion
    88     Following should be an error:
    89 <DATE><TIME>|<HOST>|E|psImageClipComplexRegion
    90     Specified vmin (0+6.80565e+38i) is outside of image's psC32 pixel range
    91 <DATE><TIME>|<HOST>|I|testImageClipComplexRegion
    92     Following should be an error:
    93 <DATE><TIME>|<HOST>|E|psImageClipComplexRegion
    94     Specified vmax (-6.80565e+38+0i) is outside of image's psC32 pixel range
    95 <DATE><TIME>|<HOST>|I|testImageClipComplexRegion
    96     Following should be an error:
    97 <DATE><TIME>|<HOST>|E|psImageClipComplexRegion
    98     Specified vmax (6.80565e+38+0i) is outside of image's psC32 pixel range
    99 <DATE><TIME>|<HOST>|I|testImageClipComplexRegion
    100     Following should be an error:
    101 <DATE><TIME>|<HOST>|E|psImageClipComplexRegion
    102     Specified vmax (-0-6.80565e+38i) is outside of image's psC32 pixel range
    103 <DATE><TIME>|<HOST>|I|testImageClipComplexRegion
    104     Following should be an error:
    105 <DATE><TIME>|<HOST>|E|psImageClipComplexRegion
    106     Specified vmax (0+6.80565e+38i) is outside of image's psC32 pixel range
     61<DATE><TIME>|<HOST>|E|psLib.image.psImageClipComplexRegion
     62    Can not operate on a NULL psImage.
     63<DATE><TIME>|<HOST>|I|testImageClipComplexRegion
     64    Following should be an error:
     65<DATE><TIME>|<HOST>|E|psLib.image.psImageClipComplexRegion
     66    Specified real-portion of min value, 10, can not be greater than the real-portion of max value, 5.
     67<DATE><TIME>|<HOST>|I|testImageClipComplexRegion
     68    Following should be an error:
     69<DATE><TIME>|<HOST>|E|psLib.image.psImageClipComplexRegion
     70    Specified imaginary-portion of min value, 10, can not be greater than the imaginary-portion of max value, 5.
     71<DATE><TIME>|<HOST>|I|testImageClipComplexRegion
     72    Following should be an error:
     73<DATE><TIME>|<HOST>|E|psLib.image.psImageClipComplexRegion
     74    Specified real-portion of min value, 10, can not be greater than the real-portion of max value, 5.
     75<DATE><TIME>|<HOST>|I|testImageClipComplexRegion
     76    Following should be an error:
     77<DATE><TIME>|<HOST>|E|psLib.image.psImageClipComplexRegion
     78    Specified vmin value, -6.80565e+38+0i, is not the the range of input psImage's valid pixel values (psC32), i.e. [-3.40282e+38:<LINENO>.40282e+38]. 
     79<DATE><TIME>|<HOST>|I|testImageClipComplexRegion
     80    Following should be an error:
     81<DATE><TIME>|<HOST>|E|psLib.image.psImageClipComplexRegion
     82    Specified vmin value, 6.80565e+38+0i, is not the the range of input psImage's valid pixel values (psC32), i.e. [-3.40282e+38:<LINENO>.40282e+38]. 
     83<DATE><TIME>|<HOST>|I|testImageClipComplexRegion
     84    Following should be an error:
     85<DATE><TIME>|<HOST>|E|psLib.image.psImageClipComplexRegion
     86    Specified vmin value, -0-6.80565e+38i, is not the the range of input psImage's valid pixel values (psC32), i.e. [-3.40282e+38:<LINENO>.40282e+38]. 
     87<DATE><TIME>|<HOST>|I|testImageClipComplexRegion
     88    Following should be an error:
     89<DATE><TIME>|<HOST>|E|psLib.image.psImageClipComplexRegion
     90    Specified vmin value, 0+6.80565e+38i, is not the the range of input psImage's valid pixel values (psC32), i.e. [-3.40282e+38:<LINENO>.40282e+38]. 
     91<DATE><TIME>|<HOST>|I|testImageClipComplexRegion
     92    Following should be an error:
     93<DATE><TIME>|<HOST>|E|psLib.image.psImageClipComplexRegion
     94    Specified vmax value, -6.80565e+38+0i, is not the the range of input psImage's valid pixel values (psC32), i.e. [-3.40282e+38:<LINENO>.40282e+38]. 
     95<DATE><TIME>|<HOST>|I|testImageClipComplexRegion
     96    Following should be an error:
     97<DATE><TIME>|<HOST>|E|psLib.image.psImageClipComplexRegion
     98    Specified vmax value, 6.80565e+38+0i, is not the the range of input psImage's valid pixel values (psC32), i.e. [-3.40282e+38:<LINENO>.40282e+38]. 
     99<DATE><TIME>|<HOST>|I|testImageClipComplexRegion
     100    Following should be an error:
     101<DATE><TIME>|<HOST>|E|psLib.image.psImageClipComplexRegion
     102    Specified vmax value, -0-6.80565e+38i, is not the the range of input psImage's valid pixel values (psC32), i.e. [-3.40282e+38:<LINENO>.40282e+38]. 
     103<DATE><TIME>|<HOST>|I|testImageClipComplexRegion
     104    Following should be an error:
     105<DATE><TIME>|<HOST>|E|psLib.image.psImageClipComplexRegion
     106    Specified vmax value, 0+6.80565e+38i, is not the the range of input psImage's valid pixel values (psC32), i.e. [-3.40282e+38:<LINENO>.40282e+38]. 
    107107
    108108---> TESTPOINT PASSED (psImage{psImageClipComplexRegion} | tst_psImageManip.c)
     
    116116<DATE><TIME>|<HOST>|I|testImageOverlay
    117117    Following should error as overlay isn't within image boundaries
    118 <DATE><TIME>|<HOST>|E|psImageOverlaySection
    119     Overlay image (32,64 -> 159,319) is partially outside of the input image (128 x 256).
     118<DATE><TIME>|<HOST>|E|psLib.image.psImageOverlaySection
     119    Specified subset range, [32:<LINENO>,64:<LINENO>], lies outside psImage's boundaries, [0:<LINENO>,0:<LINENO>].
    120120<DATE><TIME>|<HOST>|I|testImageOverlay
    121121    Following should error as overlay is NULL
    122 <DATE><TIME>|<HOST>|E|psImageOverlaySection
    123     one of the input images was NULL.
     122<DATE><TIME>|<HOST>|E|psLib.image.psImageOverlaySection
     123    Can not operate on a NULL psImage.
    124124<DATE><TIME>|<HOST>|I|testImageOverlay
    125125    Following should error as image input is NULL
    126 <DATE><TIME>|<HOST>|E|psImageOverlaySection
    127     one of the input images was NULL.
     126<DATE><TIME>|<HOST>|E|psLib.image.psImageOverlaySection
     127    Can not operate on a NULL psImage.
    128128
    129129---> TESTPOINT PASSED (psImage{psImageOverlay} | tst_psImageManip.c)
     
    135135\**********************************************************************************/
    136136
    137 <DATE><TIME>|<HOST>|E|psImageRebin
    138     Input image is NULL.
    139 <DATE><TIME>|<HOST>|I|testImageRebin
    140     Following should be an error.
    141 <DATE><TIME>|<HOST>|E|psImageRebin
    142     The scale must be positive.
    143 <DATE><TIME>|<HOST>|I|testImageRebin
    144     Following should be an error.
    145 <DATE><TIME>|<HOST>|E|psImageRebin
    146     The stats input can not be NULL.
    147 <DATE><TIME>|<HOST>|I|testImageRebin
    148     Following should be an error.
    149 <DATE><TIME>|<HOST>|E|psImageRebin
    150     The stat options didn't specify a single supported statistic type.
    151 <DATE><TIME>|<HOST>|I|testImageRebin
    152     Following should be an error.
    153 <DATE><TIME>|<HOST>|E|psImageRebin
    154     The stat options didn't specify a single supported statistic type.
    155 <DATE><TIME>|<HOST>|I|testImageRebin
    156     Following should be an error.
    157 <DATE><TIME>|<HOST>|E|psImageRebin
    158     The stat options didn't specify a single supported statistic type.
     137<DATE><TIME>|<HOST>|E|psLib.image.psImageRebin
     138    Can not operate on a NULL psImage.
     139<DATE><TIME>|<HOST>|I|testImageRebin
     140    Following should be an error.
     141<DATE><TIME>|<HOST>|E|psLib.image.psImageRebin
     142    Specified scale value, 0, must be a positive value.
     143<DATE><TIME>|<HOST>|I|testImageRebin
     144    Following should be an error.
     145<DATE><TIME>|<HOST>|E|psLib.image.psImageRebin
     146    Specified statistic can not be NULL.
     147<DATE><TIME>|<HOST>|I|testImageRebin
     148    Following should be an error.
     149<DATE><TIME>|<HOST>|E|psLib.image.psImageRebin
     150    Specified statistic option, 0, is not valid.  Must specify one and only one statistic type.
     151<DATE><TIME>|<HOST>|I|testImageRebin
     152    Following should be an error.
     153<DATE><TIME>|<HOST>|E|psLib.image.psImageRebin
     154    Specified statistic option, 8192, is not valid.  Must specify one and only one statistic type.
     155<DATE><TIME>|<HOST>|I|testImageRebin
     156    Following should be an error.
     157<DATE><TIME>|<HOST>|E|psLib.image.psImageRebin
     158    Specified statistic option, 2049, is not valid.  Must specify one and only one statistic type.
    159159
    160160---> TESTPOINT PASSED (psImage{psImageRebin} | tst_psImageManip.c)
     
    168168<DATE><TIME>|<HOST>|I|testImageRoll
    169169    Following should generate an error.
    170 <DATE><TIME>|<HOST>|E|psImageRoll
    171     Input image can not be NULL.
     170<DATE><TIME>|<HOST>|E|psLib.image.psImageRoll
     171    Can not operate on a NULL psImage.
    172172
    173173---> TESTPOINT PASSED (psImage{psImageRoll} | tst_psImageManip.c)
     
    181181<DATE><TIME>|<HOST>|I|testImageRotate
    182182    Following should be an error
    183 <DATE><TIME>|<HOST>|E|psImageRotate
    184     The input image was NULL.
     183<DATE><TIME>|<HOST>|E|psLib.image.psImageRotate
     184    Can not operate on a NULL psImage.
    185185
    186186---> TESTPOINT PASSED (psImage{psImageRotate} | tst_psImageManip.c)
     
    228228<DATE><TIME>|<HOST>|I|testImageShift
    229229    Following should be an error...
    230 <DATE><TIME>|<HOST>|E|psImageShift
    231     Input image can not be NULL.
     230<DATE><TIME>|<HOST>|E|psLib.image.psImageShift
     231    Can not operate on a NULL psImage.
    232232
    233233---> TESTPOINT PASSED (psImage{psImageShift} | tst_psImageManip.c)
Note: See TracChangeset for help on using the changeset viewer.