Changeset 1034 for trunk/psLib/test/image
- Timestamp:
- Jun 14, 2004, 2:13:57 PM (22 years ago)
- Location:
- trunk/psLib/test/image/verified
- Files:
-
- 6 edited
-
tst_psImage.stderr (modified) (6 diffs)
-
tst_psImageFFT.stderr (modified) (2 diffs)
-
tst_psImageIO.stderr (modified) (2 diffs)
-
tst_psImageStats00.stdout (modified) (18 diffs)
-
tst_psImageStats01.stdout (modified) (14 diffs)
-
tst_psImageStats02.stdout (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/image/verified/tst_psImage.stderr
r1033 r1034 5 5 <DATE> <TIME> <HOST> |I|testImageOverla|Following should error as image input is NULL 6 6 <DATE> <TIME> <HOST> |E|psImageOverlayS|one of the input images was NULL. 7 / ----------------------------- TESTPOINT ------------------------------------------\8 | TestFile: tst_psImage.c | 9 | TestPoint: psImage{546/548-testImageAlloc/Free} | 10 | TestType: Positive | 11 \ ----------------------------------------------------------------------------------/7 /***************************** TESTPOINT ******************************************\ 8 * TestFile: tst_psImage.c * 9 * TestPoint: psImage{546/548-testImageAlloc/Free} * 10 * TestType: Positive * 11 \**********************************************************************************/ 12 12 13 13 <DATE> <TIME> <HOST> |I| testImageAlloc|#546 - psImageAlloc shall allocate memory for a psImage structure … … 39 39 ---> TESTPOINT PASSED (psImage{546/548-testImageAlloc/Free} | tst_psImage.c) 40 40 41 / ----------------------------- TESTPOINT ------------------------------------------\42 | TestFile: tst_psImage.c | 43 | TestPoint: psImage{547/550-testImageSubset} | 44 | TestType: Positive | 45 \ ----------------------------------------------------------------------------------/41 /***************************** TESTPOINT ******************************************\ 42 * TestFile: tst_psImage.c * 43 * TestPoint: psImage{547/550-testImageSubset} * 44 * TestType: Positive * 45 \**********************************************************************************/ 46 46 47 47 <DATE> <TIME> <HOST> |I|testImageSubset|memcpy(&preSubsetStruct,original,sizeof(psImage)); … … 87 87 ---> TESTPOINT PASSED (psImage{547/550-testImageSubset} | tst_psImage.c) 88 88 89 / ----------------------------- TESTPOINT ------------------------------------------\90 | TestFile: tst_psImage.c | 91 | TestPoint: psImage{551-testImageCopy} | 92 | TestType: Positive | 93 \ ----------------------------------------------------------------------------------/89 /***************************** TESTPOINT ******************************************\ 90 * TestFile: tst_psImage.c * 91 * TestPoint: psImage{551-testImageCopy} * 92 * TestType: Positive * 93 \**********************************************************************************/ 94 94 95 95 <DATE> <TIME> <HOST> |I| testImageCopy|An error should follow... … … 98 98 ---> TESTPOINT PASSED (psImage{551-testImageCopy} | tst_psImage.c) 99 99 100 / ----------------------------- TESTPOINT ------------------------------------------\101 | TestFile: tst_psImage.c | 102 | TestPoint: psImage{571-testImageClip} | 103 | TestType: Positive | 104 \ ----------------------------------------------------------------------------------/100 /***************************** TESTPOINT ******************************************\ 101 * TestFile: tst_psImage.c * 102 * TestPoint: psImage{571-testImageClip} * 103 * TestType: Positive * 104 \**********************************************************************************/ 105 105 106 106 <DATE> <TIME> <HOST> |I| testImageClip|psImageClip shall limit the minimum and maximum data value within a psImage structure … … 120 120 ---> TESTPOINT PASSED (psImage{571-testImageClip} | tst_psImage.c) 121 121 122 / ----------------------------- TESTPOINT ------------------------------------------\123 | TestFile: tst_psImage.c | 124 | TestPoint: psImage{572-testImageClipNAN} | 125 | TestType: Positive | 126 \ ----------------------------------------------------------------------------------/122 /***************************** TESTPOINT ******************************************\ 123 * TestFile: tst_psImage.c * 124 * TestPoint: psImage{572-testImageClipNAN} * 125 * TestType: Positive * 126 \**********************************************************************************/ 127 127 128 128 <DATE> <TIME> <HOST> |I|testImageClipNA|psImageClipNaN shall modified pixel values of NaN with a specified value … … 130 130 ---> TESTPOINT PASSED (psImage{572-testImageClipNAN} | tst_psImage.c) 131 131 132 / ----------------------------- TESTPOINT ------------------------------------------\133 | TestFile: tst_psImage.c | 134 | TestPoint: psImage{573-testImageOverlay} | 135 | TestType: Positive | 136 \ ----------------------------------------------------------------------------------/132 /***************************** TESTPOINT ******************************************\ 133 * TestFile: tst_psImage.c * 134 * TestPoint: psImage{573-testImageOverlay} * 135 * TestType: Positive * 136 \**********************************************************************************/ 137 137 138 138 <DATE> <TIME> <HOST> |I|testImageOverla|Following should error as overlay isn't within image boundaries -
trunk/psLib/test/image/verified/tst_psImageFFT.stderr
r1019 r1034 1 / ----------------------------- TESTPOINT ------------------------------------------\2 | TestFile: tst_psImageFFT.c | 3 | TestPoint: psFFT{600-testImageFFT} | 4 | TestType: Positive | 5 \ ----------------------------------------------------------------------------------/1 /***************************** TESTPOINT ******************************************\ 2 * TestFile: tst_psImageFFT.c * 3 * TestPoint: psFFT{600-testImageFFT} * 4 * TestType: Positive * 5 \**********************************************************************************/ 6 6 7 7 8 8 ---> TESTPOINT PASSED (psFFT{600-testImageFFT} | tst_psImageFFT.c) 9 9 10 / ----------------------------- TESTPOINT ------------------------------------------\11 | TestFile: tst_psImageFFT.c | 12 | TestPoint: psFFT{601-testImageRealImaginary} | 13 | TestType: Positive | 14 \ ----------------------------------------------------------------------------------/10 /***************************** TESTPOINT ******************************************\ 11 * TestFile: tst_psImageFFT.c * 12 * TestPoint: psFFT{601-testImageRealImaginary} * 13 * TestType: Positive * 14 \**********************************************************************************/ 15 15 16 16 17 17 ---> TESTPOINT PASSED (psFFT{601-testImageRealImaginary} | tst_psImageFFT.c) 18 18 19 / ----------------------------- TESTPOINT ------------------------------------------\20 | TestFile: tst_psImageFFT.c | 21 | TestPoint: psFFT{602-testImageComplex} | 22 | TestType: Positive | 23 \ ----------------------------------------------------------------------------------/19 /***************************** TESTPOINT ******************************************\ 20 * TestFile: tst_psImageFFT.c * 21 * TestPoint: psFFT{602-testImageComplex} * 22 * TestType: Positive * 23 \**********************************************************************************/ 24 24 25 25 <DATE> <TIME> <HOST> |I|testImageComple|Following should be an error (type mismatch). … … 30 30 ---> TESTPOINT PASSED (psFFT{602-testImageComplex} | tst_psImageFFT.c) 31 31 32 / ----------------------------- TESTPOINT ------------------------------------------\33 | TestFile: tst_psImageFFT.c | 34 | TestPoint: psFFT{603-testImageConjugate} | 35 | TestType: Positive | 36 \ ----------------------------------------------------------------------------------/32 /***************************** TESTPOINT ******************************************\ 33 * TestFile: tst_psImageFFT.c * 34 * TestPoint: psFFT{603-testImageConjugate} * 35 * TestType: Positive * 36 \**********************************************************************************/ 37 37 38 38 39 39 ---> TESTPOINT PASSED (psFFT{603-testImageConjugate} | tst_psImageFFT.c) 40 40 41 / ----------------------------- TESTPOINT ------------------------------------------\42 | TestFile: tst_psImageFFT.c | 43 | TestPoint: psFFT{604-testImagePowerSpectrum} | 44 | TestType: Positive | 45 \ ----------------------------------------------------------------------------------/41 /***************************** TESTPOINT ******************************************\ 42 * TestFile: tst_psImageFFT.c * 43 * TestPoint: psFFT{604-testImagePowerSpectrum} * 44 * TestType: Positive * 45 \**********************************************************************************/ 46 46 47 47 -
trunk/psLib/test/image/verified/tst_psImageIO.stderr
r1018 r1034 7 7 <DATE> <TIME> <HOST> |I| testImageRead|Following should be an error as extname is invalid. 8 8 <DATE> <TIME> <HOST> |E|psImageReadSect|Could not index to 'bogus' HDU for file tmpImages/MxN_F32.fits. (illegal HDU number) 9 / ----------------------------- TESTPOINT ------------------------------------------\10 | TestFile: tst_psImageIO.c | 11 | TestPoint: psImage{567-testImageRead} | 12 | TestType: Positive | 13 \ ----------------------------------------------------------------------------------/9 /***************************** TESTPOINT ******************************************\ 10 * TestFile: tst_psImageIO.c * 11 * TestPoint: psImage{567-testImageRead} * 12 * TestType: Positive * 13 \**********************************************************************************/ 14 14 15 15 <DATE> <TIME> <HOST> |I| testImageRead|Following should be an error as file doesn't exist. … … 24 24 ---> TESTPOINT PASSED (psImage{567-testImageRead} | tst_psImageIO.c) 25 25 26 / ----------------------------- TESTPOINT ------------------------------------------\27 | TestFile: tst_psImageIO.c | 28 | TestPoint: psImage{569-testImageWrite} | 29 | TestType: Positive | 30 \ ----------------------------------------------------------------------------------/26 /***************************** TESTPOINT ******************************************\ 27 * TestFile: tst_psImageIO.c * 28 * TestPoint: psImage{569-testImageWrite} * 29 * TestType: Positive * 30 \**********************************************************************************/ 31 31 32 32 -
trunk/psLib/test/image/verified/tst_psImageStats00.stdout
r1026 r1034 2 2 * IMAGE SIZE is (1 by 1) 3 3 ******************************* 4 / ----------------------------- TESTPOINT ------------------------------------------\5 | TestFile: tst_psImageStats00.c | 6 | TestPoint: psImageStats functions{Calculate Histogram, no mask} | 7 | TestType: Positive | 8 \ ----------------------------------------------------------------------------------/4 /***************************** TESTPOINT ******************************************\ 5 * TestFile: tst_psImageStats00.c * 6 * TestPoint: psImageStats functions{Calculate Histogram, no mask} * 7 * TestType: Positive * 8 \**********************************************************************************/ 9 9 10 10 Bin number 0 bounds: (0.000000 - 0.100000) data (1) … … 31 31 ---> TESTPOINT PASSED (psImageStats functions{Calculate Histogram, no mask} | tst_psImageStats00.c) 32 32 33 / ----------------------------- TESTPOINT ------------------------------------------\34 | TestFile: tst_psImageStats00.c | 35 | TestPoint: psImageStats functions{Calculate Histogram with mask} | 36 | TestType: Positive | 37 \ ----------------------------------------------------------------------------------/33 /***************************** TESTPOINT ******************************************\ 34 * TestFile: tst_psImageStats00.c * 35 * TestPoint: psImageStats functions{Calculate Histogram with mask} * 36 * TestType: Positive * 37 \**********************************************************************************/ 38 38 39 39 Bin number 0 bounds: (0.000000 - 0.100000) data (1) … … 60 60 ---> TESTPOINT PASSED (psImageStats functions{Calculate Histogram with mask} | tst_psImageStats00.c) 61 61 62 / ----------------------------- TESTPOINT ------------------------------------------\63 | TestFile: tst_psImageStats00.c | 64 | TestPoint: psImageStats functions{Deallocate the psHistogram/psImage structure.} | 65 | TestType: Positive | 66 \ ----------------------------------------------------------------------------------/62 /***************************** TESTPOINT ******************************************\ 63 * TestFile: tst_psImageStats00.c * 64 * TestPoint: psImageStats functions{Deallocate the psHistogram/psImage structure.} * 65 * TestType: Positive * 66 \**********************************************************************************/ 67 67 68 68 … … 72 72 * IMAGE SIZE is (1 by 32) 73 73 ******************************* 74 / ----------------------------- TESTPOINT ------------------------------------------\75 | TestFile: tst_psImageStats00.c | 76 | TestPoint: psImageStats functions{Calculate Histogram, no mask} | 77 | TestType: Positive | 78 \ ----------------------------------------------------------------------------------/74 /***************************** TESTPOINT ******************************************\ 75 * TestFile: tst_psImageStats00.c * 76 * TestPoint: psImageStats functions{Calculate Histogram, no mask} * 77 * TestType: Positive * 78 \**********************************************************************************/ 79 79 80 80 Bin number 0 bounds: (0.000000 - 1.650000) data (2) … … 101 101 ---> TESTPOINT PASSED (psImageStats functions{Calculate Histogram, no mask} | tst_psImageStats00.c) 102 102 103 / ----------------------------- TESTPOINT ------------------------------------------\104 | TestFile: tst_psImageStats00.c | 105 | TestPoint: psImageStats functions{Calculate Histogram with mask} | 106 | TestType: Positive | 107 \ ----------------------------------------------------------------------------------/103 /***************************** TESTPOINT ******************************************\ 104 * TestFile: tst_psImageStats00.c * 105 * TestPoint: psImageStats functions{Calculate Histogram with mask} * 106 * TestType: Positive * 107 \**********************************************************************************/ 108 108 109 109 Bin number 0 bounds: (0.000000 - 1.650000) data (2) … … 130 130 ---> TESTPOINT PASSED (psImageStats functions{Calculate Histogram with mask} | tst_psImageStats00.c) 131 131 132 / ----------------------------- TESTPOINT ------------------------------------------\133 | TestFile: tst_psImageStats00.c | 134 | TestPoint: psImageStats functions{Deallocate the psHistogram/psImage structure.} | 135 | TestType: Positive | 136 \ ----------------------------------------------------------------------------------/132 /***************************** TESTPOINT ******************************************\ 133 * TestFile: tst_psImageStats00.c * 134 * TestPoint: psImageStats functions{Deallocate the psHistogram/psImage structure.} * 135 * TestType: Positive * 136 \**********************************************************************************/ 137 137 138 138 … … 142 142 * IMAGE SIZE is (32 by 1) 143 143 ******************************* 144 / ----------------------------- TESTPOINT ------------------------------------------\145 | TestFile: tst_psImageStats00.c | 146 | TestPoint: psImageStats functions{Calculate Histogram, no mask} | 147 | TestType: Positive | 148 \ ----------------------------------------------------------------------------------/144 /***************************** TESTPOINT ******************************************\ 145 * TestFile: tst_psImageStats00.c * 146 * TestPoint: psImageStats functions{Calculate Histogram, no mask} * 147 * TestType: Positive * 148 \**********************************************************************************/ 149 149 150 150 Bin number 0 bounds: (0.000000 - 1.650000) data (2) … … 171 171 ---> TESTPOINT PASSED (psImageStats functions{Calculate Histogram, no mask} | tst_psImageStats00.c) 172 172 173 / ----------------------------- TESTPOINT ------------------------------------------\174 | TestFile: tst_psImageStats00.c | 175 | TestPoint: psImageStats functions{Calculate Histogram with mask} | 176 | TestType: Positive | 177 \ ----------------------------------------------------------------------------------/173 /***************************** TESTPOINT ******************************************\ 174 * TestFile: tst_psImageStats00.c * 175 * TestPoint: psImageStats functions{Calculate Histogram with mask} * 176 * TestType: Positive * 177 \**********************************************************************************/ 178 178 179 179 Bin number 0 bounds: (0.000000 - 1.650000) data (2) … … 200 200 ---> TESTPOINT PASSED (psImageStats functions{Calculate Histogram with mask} | tst_psImageStats00.c) 201 201 202 / ----------------------------- TESTPOINT ------------------------------------------\203 | TestFile: tst_psImageStats00.c | 204 | TestPoint: psImageStats functions{Deallocate the psHistogram/psImage structure.} | 205 | TestType: Positive | 206 \ ----------------------------------------------------------------------------------/202 /***************************** TESTPOINT ******************************************\ 203 * TestFile: tst_psImageStats00.c * 204 * TestPoint: psImageStats functions{Deallocate the psHistogram/psImage structure.} * 205 * TestType: Positive * 206 \**********************************************************************************/ 207 207 208 208 … … 212 212 * IMAGE SIZE is (32 by 32) 213 213 ******************************* 214 / ----------------------------- TESTPOINT ------------------------------------------\215 | TestFile: tst_psImageStats00.c | 216 | TestPoint: psImageStats functions{Calculate Histogram, no mask} | 217 | TestType: Positive | 218 \ ----------------------------------------------------------------------------------/214 /***************************** TESTPOINT ******************************************\ 215 * TestFile: tst_psImageStats00.c * 216 * TestPoint: psImageStats functions{Calculate Histogram, no mask} * 217 * TestType: Positive * 218 \**********************************************************************************/ 219 219 220 220 Bin number 0 bounds: (0.000000 - 3.200000) data (10) … … 241 241 ---> TESTPOINT PASSED (psImageStats functions{Calculate Histogram, no mask} | tst_psImageStats00.c) 242 242 243 / ----------------------------- TESTPOINT ------------------------------------------\244 | TestFile: tst_psImageStats00.c | 245 | TestPoint: psImageStats functions{Calculate Histogram with mask} | 246 | TestType: Positive | 247 \ ----------------------------------------------------------------------------------/243 /***************************** TESTPOINT ******************************************\ 244 * TestFile: tst_psImageStats00.c * 245 * TestPoint: psImageStats functions{Calculate Histogram with mask} * 246 * TestType: Positive * 247 \**********************************************************************************/ 248 248 249 249 Bin number 0 bounds: (0.000000 - 3.200000) data (10) … … 270 270 ---> TESTPOINT PASSED (psImageStats functions{Calculate Histogram with mask} | tst_psImageStats00.c) 271 271 272 / ----------------------------- TESTPOINT ------------------------------------------\273 | TestFile: tst_psImageStats00.c | 274 | TestPoint: psImageStats functions{Deallocate the psHistogram/psImage structure.} | 275 | TestType: Positive | 276 \ ----------------------------------------------------------------------------------/272 /***************************** TESTPOINT ******************************************\ 273 * TestFile: tst_psImageStats00.c * 274 * TestPoint: psImageStats functions{Deallocate the psHistogram/psImage structure.} * 275 * TestType: Positive * 276 \**********************************************************************************/ 277 277 278 278 … … 282 282 * IMAGE SIZE is (32 by 64) 283 283 ******************************* 284 / ----------------------------- TESTPOINT ------------------------------------------\285 | TestFile: tst_psImageStats00.c | 286 | TestPoint: psImageStats functions{Calculate Histogram, no mask} | 287 | TestType: Positive | 288 \ ----------------------------------------------------------------------------------/284 /***************************** TESTPOINT ******************************************\ 285 * TestFile: tst_psImageStats00.c * 286 * TestPoint: psImageStats functions{Calculate Histogram, no mask} * 287 * TestType: Positive * 288 \**********************************************************************************/ 289 289 290 290 Bin number 0 bounds: (0.000000 - 4.800000) data (15) … … 311 311 ---> TESTPOINT PASSED (psImageStats functions{Calculate Histogram, no mask} | tst_psImageStats00.c) 312 312 313 / ----------------------------- TESTPOINT ------------------------------------------\314 | TestFile: tst_psImageStats00.c | 315 | TestPoint: psImageStats functions{Calculate Histogram with mask} | 316 | TestType: Positive | 317 \ ----------------------------------------------------------------------------------/313 /***************************** TESTPOINT ******************************************\ 314 * TestFile: tst_psImageStats00.c * 315 * TestPoint: psImageStats functions{Calculate Histogram with mask} * 316 * TestType: Positive * 317 \**********************************************************************************/ 318 318 319 319 Bin number 0 bounds: (0.000000 - 4.800000) data (15) … … 340 340 ---> TESTPOINT PASSED (psImageStats functions{Calculate Histogram with mask} | tst_psImageStats00.c) 341 341 342 / ----------------------------- TESTPOINT ------------------------------------------\343 | TestFile: tst_psImageStats00.c | 344 | TestPoint: psImageStats functions{Deallocate the psHistogram/psImage structure.} | 345 | TestType: Positive | 346 \ ----------------------------------------------------------------------------------/342 /***************************** TESTPOINT ******************************************\ 343 * TestFile: tst_psImageStats00.c * 344 * TestPoint: psImageStats functions{Deallocate the psHistogram/psImage structure.} * 345 * TestType: Positive * 346 \**********************************************************************************/ 347 347 348 348 … … 352 352 * IMAGE SIZE is (64 by 32) 353 353 ******************************* 354 / ----------------------------- TESTPOINT ------------------------------------------\355 | TestFile: tst_psImageStats00.c | 356 | TestPoint: psImageStats functions{Calculate Histogram, no mask} | 357 | TestType: Positive | 358 \ ----------------------------------------------------------------------------------/354 /***************************** TESTPOINT ******************************************\ 355 * TestFile: tst_psImageStats00.c * 356 * TestPoint: psImageStats functions{Calculate Histogram, no mask} * 357 * TestType: Positive * 358 \**********************************************************************************/ 359 359 360 360 Bin number 0 bounds: (0.000000 - 4.800000) data (15) … … 381 381 ---> TESTPOINT PASSED (psImageStats functions{Calculate Histogram, no mask} | tst_psImageStats00.c) 382 382 383 / ----------------------------- TESTPOINT ------------------------------------------\384 | TestFile: tst_psImageStats00.c | 385 | TestPoint: psImageStats functions{Calculate Histogram with mask} | 386 | TestType: Positive | 387 \ ----------------------------------------------------------------------------------/383 /***************************** TESTPOINT ******************************************\ 384 * TestFile: tst_psImageStats00.c * 385 * TestPoint: psImageStats functions{Calculate Histogram with mask} * 386 * TestType: Positive * 387 \**********************************************************************************/ 388 388 389 389 Bin number 0 bounds: (0.000000 - 4.800000) data (15) … … 410 410 ---> TESTPOINT PASSED (psImageStats functions{Calculate Histogram with mask} | tst_psImageStats00.c) 411 411 412 / ----------------------------- TESTPOINT ------------------------------------------\413 | TestFile: tst_psImageStats00.c | 414 | TestPoint: psImageStats functions{Deallocate the psHistogram/psImage structure.} | 415 | TestType: Positive | 416 \ ----------------------------------------------------------------------------------/417 418 419 ---> TESTPOINT PASSED (psImageStats functions{Deallocate the psHistogram/psImage structure.} | tst_psImageStats00.c) 420 421 / ----------------------------- TESTPOINT ------------------------------------------\422 | TestFile: tst_psImageStats00.c | 423 | TestPoint: psImageStats functions{Calling psImageHistogram() with NULL parameters} | 424 | TestType: Positive | 425 \ ----------------------------------------------------------------------------------/412 /***************************** TESTPOINT ******************************************\ 413 * TestFile: tst_psImageStats00.c * 414 * TestPoint: psImageStats functions{Deallocate the psHistogram/psImage structure.} * 415 * TestType: Positive * 416 \**********************************************************************************/ 417 418 419 ---> TESTPOINT PASSED (psImageStats functions{Deallocate the psHistogram/psImage structure.} | tst_psImageStats00.c) 420 421 /***************************** TESTPOINT ******************************************\ 422 * TestFile: tst_psImageStats00.c * 423 * TestPoint: psImageStats functions{Calling psImageHistogram() with NULL parameters} * 424 * TestType: Positive * 425 \**********************************************************************************/ 426 426 427 427 -
trunk/psLib/test/image/verified/tst_psImageStats01.stdout
r894 r1034 2 2 * IMAGE SIZE is (1 by 1) 3 3 ******************************* 4 / ----------------------------- TESTPOINT ------------------------------------------\5 | TestFile: tst_psImageStats01.c | 6 | TestPoint: psImageStats functions{Calculate Sample Mean, no mask %d} | 7 | TestType: Positive | 8 \ ----------------------------------------------------------------------------------/4 /***************************** TESTPOINT ******************************************\ 5 * TestFile: tst_psImageStats01.c * 6 * TestPoint: psImageStats functions{Calculate Sample Mean, no mask %d} * 7 * TestType: Positive * 8 \**********************************************************************************/ 9 9 10 10 The sample mean was 0.000000 … … 12 12 ---> TESTPOINT PASSED (psImageStats functions{Calculate Sample Mean, no mask} | tst_psImageStats01.c) 13 13 14 / ----------------------------- TESTPOINT ------------------------------------------\15 | TestFile: tst_psImageStats01.c | 16 | TestPoint: psImageStats functions{Calculate Sample Mean with mask} | 17 | TestType: Positive | 18 \ ----------------------------------------------------------------------------------/14 /***************************** TESTPOINT ******************************************\ 15 * TestFile: tst_psImageStats01.c * 16 * TestPoint: psImageStats functions{Calculate Sample Mean with mask} * 17 * TestType: Positive * 18 \**********************************************************************************/ 19 19 20 20 The sample mean was 0.000000 … … 22 22 ---> TESTPOINT PASSED (psImageStats functions{Calculate Sample Mean with mask} | tst_psImageStats01.c) 23 23 24 / ----------------------------- TESTPOINT ------------------------------------------\25 | TestFile: tst_psImageStats01.c | 26 | TestPoint: psImageStats functions{Deallocate the psStats/psImage structure.} | 27 | TestType: Positive | 28 \ ----------------------------------------------------------------------------------/24 /***************************** TESTPOINT ******************************************\ 25 * TestFile: tst_psImageStats01.c * 26 * TestPoint: psImageStats functions{Deallocate the psStats/psImage structure.} * 27 * TestType: Positive * 28 \**********************************************************************************/ 29 29 30 30 … … 34 34 * IMAGE SIZE is (1 by 32) 35 35 ******************************* 36 / ----------------------------- TESTPOINT ------------------------------------------\37 | TestFile: tst_psImageStats01.c | 38 | TestPoint: psImageStats functions{Calculate Sample Mean, no mask %d} | 39 | TestType: Positive | 40 \ ----------------------------------------------------------------------------------/41 42 The sample mean was 15.500000 43 44 ---> TESTPOINT PASSED (psImageStats functions{Calculate Sample Mean, no mask} | tst_psImageStats01.c) 45 46 / ----------------------------- TESTPOINT ------------------------------------------\47 | TestFile: tst_psImageStats01.c | 48 | TestPoint: psImageStats functions{Calculate Sample Mean with mask} | 49 | TestType: Positive | 50 \ ----------------------------------------------------------------------------------/51 52 The sample mean was 15.500000 53 54 ---> TESTPOINT PASSED (psImageStats functions{Calculate Sample Mean with mask} | tst_psImageStats01.c) 55 56 / ----------------------------- TESTPOINT ------------------------------------------\57 | TestFile: tst_psImageStats01.c | 58 | TestPoint: psImageStats functions{Deallocate the psStats/psImage structure.} | 59 | TestType: Positive | 60 \ ----------------------------------------------------------------------------------/36 /***************************** TESTPOINT ******************************************\ 37 * TestFile: tst_psImageStats01.c * 38 * TestPoint: psImageStats functions{Calculate Sample Mean, no mask %d} * 39 * TestType: Positive * 40 \**********************************************************************************/ 41 42 The sample mean was 15.500000 43 44 ---> TESTPOINT PASSED (psImageStats functions{Calculate Sample Mean, no mask} | tst_psImageStats01.c) 45 46 /***************************** TESTPOINT ******************************************\ 47 * TestFile: tst_psImageStats01.c * 48 * TestPoint: psImageStats functions{Calculate Sample Mean with mask} * 49 * TestType: Positive * 50 \**********************************************************************************/ 51 52 The sample mean was 15.500000 53 54 ---> TESTPOINT PASSED (psImageStats functions{Calculate Sample Mean with mask} | tst_psImageStats01.c) 55 56 /***************************** TESTPOINT ******************************************\ 57 * TestFile: tst_psImageStats01.c * 58 * TestPoint: psImageStats functions{Deallocate the psStats/psImage structure.} * 59 * TestType: Positive * 60 \**********************************************************************************/ 61 61 62 62 … … 66 66 * IMAGE SIZE is (32 by 1) 67 67 ******************************* 68 / ----------------------------- TESTPOINT ------------------------------------------\69 | TestFile: tst_psImageStats01.c | 70 | TestPoint: psImageStats functions{Calculate Sample Mean, no mask %d} | 71 | TestType: Positive | 72 \ ----------------------------------------------------------------------------------/73 74 The sample mean was 15.500000 75 76 ---> TESTPOINT PASSED (psImageStats functions{Calculate Sample Mean, no mask} | tst_psImageStats01.c) 77 78 / ----------------------------- TESTPOINT ------------------------------------------\79 | TestFile: tst_psImageStats01.c | 80 | TestPoint: psImageStats functions{Calculate Sample Mean with mask} | 81 | TestType: Positive | 82 \ ----------------------------------------------------------------------------------/83 84 The sample mean was 15.500000 85 86 ---> TESTPOINT PASSED (psImageStats functions{Calculate Sample Mean with mask} | tst_psImageStats01.c) 87 88 / ----------------------------- TESTPOINT ------------------------------------------\89 | TestFile: tst_psImageStats01.c | 90 | TestPoint: psImageStats functions{Deallocate the psStats/psImage structure.} | 91 | TestType: Positive | 92 \ ----------------------------------------------------------------------------------/68 /***************************** TESTPOINT ******************************************\ 69 * TestFile: tst_psImageStats01.c * 70 * TestPoint: psImageStats functions{Calculate Sample Mean, no mask %d} * 71 * TestType: Positive * 72 \**********************************************************************************/ 73 74 The sample mean was 15.500000 75 76 ---> TESTPOINT PASSED (psImageStats functions{Calculate Sample Mean, no mask} | tst_psImageStats01.c) 77 78 /***************************** TESTPOINT ******************************************\ 79 * TestFile: tst_psImageStats01.c * 80 * TestPoint: psImageStats functions{Calculate Sample Mean with mask} * 81 * TestType: Positive * 82 \**********************************************************************************/ 83 84 The sample mean was 15.500000 85 86 ---> TESTPOINT PASSED (psImageStats functions{Calculate Sample Mean with mask} | tst_psImageStats01.c) 87 88 /***************************** TESTPOINT ******************************************\ 89 * TestFile: tst_psImageStats01.c * 90 * TestPoint: psImageStats functions{Deallocate the psStats/psImage structure.} * 91 * TestType: Positive * 92 \**********************************************************************************/ 93 93 94 94 … … 98 98 * IMAGE SIZE is (32 by 32) 99 99 ******************************* 100 / ----------------------------- TESTPOINT ------------------------------------------\101 | TestFile: tst_psImageStats01.c | 102 | TestPoint: psImageStats functions{Calculate Sample Mean, no mask %d} | 103 | TestType: Positive | 104 \ ----------------------------------------------------------------------------------/100 /***************************** TESTPOINT ******************************************\ 101 * TestFile: tst_psImageStats01.c * 102 * TestPoint: psImageStats functions{Calculate Sample Mean, no mask %d} * 103 * TestType: Positive * 104 \**********************************************************************************/ 105 105 106 106 The sample mean was 31.000000 … … 108 108 ---> TESTPOINT PASSED (psImageStats functions{Calculate Sample Mean, no mask} | tst_psImageStats01.c) 109 109 110 / ----------------------------- TESTPOINT ------------------------------------------\111 | TestFile: tst_psImageStats01.c | 112 | TestPoint: psImageStats functions{Calculate Sample Mean with mask} | 113 | TestType: Positive | 114 \ ----------------------------------------------------------------------------------/110 /***************************** TESTPOINT ******************************************\ 111 * TestFile: tst_psImageStats01.c * 112 * TestPoint: psImageStats functions{Calculate Sample Mean with mask} * 113 * TestType: Positive * 114 \**********************************************************************************/ 115 115 116 116 The sample mean was 26.212767 … … 118 118 ---> TESTPOINT PASSED (psImageStats functions{Calculate Sample Mean with mask} | tst_psImageStats01.c) 119 119 120 / ----------------------------- TESTPOINT ------------------------------------------\121 | TestFile: tst_psImageStats01.c | 122 | TestPoint: psImageStats functions{Deallocate the psStats/psImage structure.} | 123 | TestType: Positive | 124 \ ----------------------------------------------------------------------------------/120 /***************************** TESTPOINT ******************************************\ 121 * TestFile: tst_psImageStats01.c * 122 * TestPoint: psImageStats functions{Deallocate the psStats/psImage structure.} * 123 * TestType: Positive * 124 \**********************************************************************************/ 125 125 126 126 … … 130 130 * IMAGE SIZE is (32 by 64) 131 131 ******************************* 132 / ----------------------------- TESTPOINT ------------------------------------------\133 | TestFile: tst_psImageStats01.c | 134 | TestPoint: psImageStats functions{Calculate Sample Mean, no mask %d} | 135 | TestType: Positive | 136 \ ----------------------------------------------------------------------------------/132 /***************************** TESTPOINT ******************************************\ 133 * TestFile: tst_psImageStats01.c * 134 * TestPoint: psImageStats functions{Calculate Sample Mean, no mask %d} * 135 * TestType: Positive * 136 \**********************************************************************************/ 137 137 138 138 The sample mean was 47.000000 … … 140 140 ---> TESTPOINT PASSED (psImageStats functions{Calculate Sample Mean, no mask} | tst_psImageStats01.c) 141 141 142 / ----------------------------- TESTPOINT ------------------------------------------\143 | TestFile: tst_psImageStats01.c | 144 | TestPoint: psImageStats functions{Calculate Sample Mean with mask} | 145 | TestType: Positive | 146 \ ----------------------------------------------------------------------------------/142 /***************************** TESTPOINT ******************************************\ 143 * TestFile: tst_psImageStats01.c * 144 * TestPoint: psImageStats functions{Calculate Sample Mean with mask} * 145 * TestType: Positive * 146 \**********************************************************************************/ 147 147 148 148 The sample mean was 39.656349 … … 150 150 ---> TESTPOINT PASSED (psImageStats functions{Calculate Sample Mean with mask} | tst_psImageStats01.c) 151 151 152 / ----------------------------- TESTPOINT ------------------------------------------\153 | TestFile: tst_psImageStats01.c | 154 | TestPoint: psImageStats functions{Deallocate the psStats/psImage structure.} | 155 | TestType: Positive | 156 \ ----------------------------------------------------------------------------------/152 /***************************** TESTPOINT ******************************************\ 153 * TestFile: tst_psImageStats01.c * 154 * TestPoint: psImageStats functions{Deallocate the psStats/psImage structure.} * 155 * TestType: Positive * 156 \**********************************************************************************/ 157 157 158 158 … … 162 162 * IMAGE SIZE is (64 by 32) 163 163 ******************************* 164 / ----------------------------- TESTPOINT ------------------------------------------\165 | TestFile: tst_psImageStats01.c | 166 | TestPoint: psImageStats functions{Calculate Sample Mean, no mask %d} | 167 | TestType: Positive | 168 \ ----------------------------------------------------------------------------------/164 /***************************** TESTPOINT ******************************************\ 165 * TestFile: tst_psImageStats01.c * 166 * TestPoint: psImageStats functions{Calculate Sample Mean, no mask %d} * 167 * TestType: Positive * 168 \**********************************************************************************/ 169 169 170 170 The sample mean was 47.000000 … … 172 172 ---> TESTPOINT PASSED (psImageStats functions{Calculate Sample Mean, no mask} | tst_psImageStats01.c) 173 173 174 / ----------------------------- TESTPOINT ------------------------------------------\175 | TestFile: tst_psImageStats01.c | 176 | TestPoint: psImageStats functions{Calculate Sample Mean with mask} | 177 | TestType: Positive | 178 \ ----------------------------------------------------------------------------------/174 /***************************** TESTPOINT ******************************************\ 175 * TestFile: tst_psImageStats01.c * 176 * TestPoint: psImageStats functions{Calculate Sample Mean with mask} * 177 * TestType: Positive * 178 \**********************************************************************************/ 179 179 180 180 The sample mean was 39.656349 … … 182 182 ---> TESTPOINT PASSED (psImageStats functions{Calculate Sample Mean with mask} | tst_psImageStats01.c) 183 183 184 / ----------------------------- TESTPOINT ------------------------------------------\185 | TestFile: tst_psImageStats01.c | 186 | TestPoint: psImageStats functions{Deallocate the psStats/psImage structure.} | 187 | TestType: Positive | 188 \ ----------------------------------------------------------------------------------/189 190 191 ---> TESTPOINT PASSED (psImageStats functions{Deallocate the psStats/psImage structure.} | tst_psImageStats01.c) 192 193 / ----------------------------- TESTPOINT ------------------------------------------\194 | TestFile: tst_psImageStats01.c | 195 | TestPoint: psImageStats functions{Test With Various Null Inputs} | 196 | TestType: Positive | 197 \ ----------------------------------------------------------------------------------/184 /***************************** TESTPOINT ******************************************\ 185 * TestFile: tst_psImageStats01.c * 186 * TestPoint: psImageStats functions{Deallocate the psStats/psImage structure.} * 187 * TestType: Positive * 188 \**********************************************************************************/ 189 190 191 ---> TESTPOINT PASSED (psImageStats functions{Deallocate the psStats/psImage structure.} | tst_psImageStats01.c) 192 193 /***************************** TESTPOINT ******************************************\ 194 * TestFile: tst_psImageStats01.c * 195 * TestPoint: psImageStats functions{Test With Various Null Inputs} * 196 * TestType: Positive * 197 \**********************************************************************************/ 198 198 199 199 -
trunk/psLib/test/image/verified/tst_psImageStats02.stdout
r1026 r1034 1 / ----------------------------- TESTPOINT ------------------------------------------\2 | TestFile: tst_psImageStats02.c | 3 | TestPoint: psImageStats functions{Calculate Chebyshev Polynomials, no mask} | 4 | TestType: Positive | 5 \ ----------------------------------------------------------------------------------/1 /***************************** TESTPOINT ******************************************\ 2 * TestFile: tst_psImageStats02.c * 3 * TestPoint: psImageStats functions{Calculate Chebyshev Polynomials, no mask} * 4 * TestType: Positive * 5 \**********************************************************************************/ 6 6 7 7 8 8 ---> TESTPOINT PASSED (psImageStats functions{Calculate Chebyshev Polynomials, no mask} | tst_psImageStats02.c) 9 9 10 / ----------------------------- TESTPOINT ------------------------------------------\11 | TestFile: tst_psImageStats02.c | 12 | TestPoint: psImageStats functions{Calculate Chebyshev Polynomials, no mask} | 13 | TestType: Positive | 14 \ ----------------------------------------------------------------------------------/10 /***************************** TESTPOINT ******************************************\ 11 * TestFile: tst_psImageStats02.c * 12 * TestPoint: psImageStats functions{Calculate Chebyshev Polynomials, no mask} * 13 * TestType: Positive * 14 \**********************************************************************************/ 15 15 16 16 17 17 ---> TESTPOINT PASSED (psImageStats functions{Calculate Chebyshev Polynomials, no mask} | tst_psImageStats02.c) 18 18 19 / ----------------------------- TESTPOINT ------------------------------------------\20 | TestFile: tst_psImageStats02.c | 21 | TestPoint: psImageStats functions{Deallocate the psStats/psImage structure.} | 22 | TestType: Positive | 23 \ ----------------------------------------------------------------------------------/19 /***************************** TESTPOINT ******************************************\ 20 * TestFile: tst_psImageStats02.c * 21 * TestPoint: psImageStats functions{Deallocate the psStats/psImage structure.} * 22 * TestType: Positive * 23 \**********************************************************************************/ 24 24 25 25
Note:
See TracChangeset
for help on using the changeset viewer.
