Changeset 5681 for trunk/psModules/test/detrend
- Timestamp:
- Dec 5, 2005, 11:28:55 AM (21 years ago)
- Location:
- trunk/psModules/test/detrend/verified
- Files:
-
- 6 edited
-
tst_pmFlatField.stderr (modified) (1 diff)
-
tst_pmFlatField.stdout (modified) (3 diffs)
-
tst_pmMaskBadPixels.stderr (modified) (11 diffs)
-
tst_pmMaskBadPixels.stdout (modified) (7 diffs)
-
tst_pmNonLinear.stderr (modified) (3 diffs)
-
tst_pmNonLinear.stdout (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/test/detrend/verified/tst_pmFlatField.stderr
r5169 r5681 5 5 \**********************************************************************************/ 6 6 7 <HOST>|W|pmFlatField 8 WARNING: in->parent is NULL. 9 <HOST>|W|p_psDetermineTrimmedImage 10 WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL). 11 <HOST>|W|pmFlatField 12 WARNING: in->parent is NULL. 13 <HOST>|W|p_psDetermineTrimmedImage 14 WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL). 15 <HOST>|W|pmFlatField 16 WARNING: in->parent is NULL. 17 <HOST>|W|p_psDetermineTrimmedImage 18 WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL). 7 19 <HOST>|E|pmFlatField (FILE:LINENO) 8 Null not allowed for flat readout.20 Unallowable operation: flat is NULL. 9 21 <HOST>|E|pmFlatField (FILE:LINENO) 10 Null not allowed for input image.22 Unallowable operation: in->image is NULL. 11 23 <HOST>|E|pmFlatField (FILE:LINENO) 12 Null not allowed for flat image. 24 Unallowable operation: flat->image is NULL. 25 <HOST>|W|pmFlatField 26 WARNING: in->parent is NULL. 27 <HOST>|W|p_psDetermineTrimmedImage 28 WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL). 13 29 <HOST>|E|pmFlatField (FILE:LINENO) 14 30 Input image size exceeds that of flat image: (3, 3) vs (2, 2) 31 <HOST>|W|pmFlatField 32 WARNING: in->parent is NULL. 33 <HOST>|W|p_psDetermineTrimmedImage 34 WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL). 15 35 <HOST>|E|pmFlatField (FILE:LINENO) 16 36 Input image mask size exceeds that of flat image: (5, 5) vs (3, 3) 37 <HOST>|W|pmFlatField 38 WARNING: in->parent is NULL. 39 <HOST>|W|p_psDetermineTrimmedImage 40 WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL). 17 41 <HOST>|E|pmFlatField (FILE:LINENO) 18 Input image mask size exceeds that of flat image: (5, 5) vs (3, 3) 42 Total offset >= flat image size: (50, 50) vs (3, 3) 43 <HOST>|W|pmFlatField 44 WARNING: in->parent is NULL. 45 <HOST>|W|p_psDetermineTrimmedImage 46 WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL). 19 47 <HOST>|E|pmFlatField (FILE:LINENO) 20 Input image mask size exceeds that of flat image: (5, 5) vs (3, 3) 48 Complex types not allowed for input image. Type: 2064 49 <HOST>|W|pmFlatField 50 WARNING: in->parent is NULL. 51 <HOST>|W|p_psDetermineTrimmedImage 52 WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL). 21 53 <HOST>|E|pmFlatField (FILE:LINENO) 22 Input image mask size exceeds that of flat image: (5, 5) vs (3, 3) 54 Complex types not allowed for flat image. Type: 2064 55 <HOST>|W|pmFlatField 56 WARNING: in->parent is NULL. 57 <HOST>|W|p_psDetermineTrimmedImage 58 WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL). 23 59 <HOST>|E|pmFlatField (FILE:LINENO) 24 Input image mask size exceeds that of flat image: (5, 5) vs (3, 3) 60 Input and flat image types differ: (1032 vs 1028) 61 <HOST>|W|pmFlatField 62 WARNING: in->parent is NULL. 63 <HOST>|W|p_psDetermineTrimmedImage 64 WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL). 25 65 <HOST>|E|pmFlatField (FILE:LINENO) 26 Input image mask size exceeds that of flat image: (5, 5) vs (3, 3)66 Mask must be PS_TYPE_MASK type. Type: 1028 27 67 28 68 ---> TESTPOINT PASSED (Test Point Driver{pmFlatField} | tst_pmFlatField.c) -
trunk/psModules/test/detrend/verified/tst_pmFlatField.stdout
r5169 r5681 4 4 * TestType: Positive * 5 5 \**********************************************************************************/ 6 7 Input mask: 8 0 0 0 9 0 0 0 10 0 0 0 6 11 7 12 Input image: … … 10 15 6.000000 6.000000 6.000000 11 16 12 Input mask:13 0 0 014 0 0 015 0 0 016 17 17 Flat image: 18 18 2.000000 2.000000 2.000000 … … 85 85 86 86 Resulting mask: 87 0 0 088 0 0 089 0 0 087 8 8 8 88 8 8 8 89 0 8 8 90 90 91 91 Resulting image: 92 92 3.000000 3.000000 3.000000 93 93 3.000000 3.000000 3.000000 94 3.000000 3.000000 3.00000094 1.000000 3.000000 3.000000 95 95 96 96 -
trunk/psModules/test/detrend/verified/tst_pmMaskBadPixels.stderr
r5169 r5681 5 5 \**********************************************************************************/ 6 6 7 <HOST>|W|pmMaskBadPixels 8 WARNING: in->parent is NULL. 9 <HOST>|W|p_psDetermineTrimmedImage 10 WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL). 7 11 8 12 ---> TESTPOINT PASSED (Test Point Driver{pmMaskBadPixels - Create mask based on maskVal argument} | tst_pmMaskBadPixels.c) … … 14 18 \**********************************************************************************/ 15 19 20 <HOST>|W|pmMaskBadPixels 21 WARNING: in->parent is NULL. 22 <HOST>|W|p_psDetermineTrimmedImage 23 WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL). 16 24 17 25 ---> TESTPOINT PASSED (Test Point Driver{pmMaskBadPixels - Create mask based on saturation argument} | tst_pmMaskBadPixels.c) … … 23 31 \**********************************************************************************/ 24 32 33 <HOST>|W|pmMaskBadPixels 34 WARNING: in->parent is NULL. 35 <HOST>|W|p_psDetermineTrimmedImage 36 WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL). 25 37 26 38 ---> TESTPOINT PASSED (Test Point Driver{pmMaskBadPixels - Create mask based on growVal and grow arguments} | tst_pmMaskBadPixels.c) … … 32 44 \**********************************************************************************/ 33 45 46 <HOST>|W|pmMaskBadPixels 47 WARNING: in->parent is NULL. 48 <HOST>|W|p_psDetermineTrimmedImage 49 WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL). 34 50 35 51 ---> TESTPOINT PASSED (Test Point Driver{pmMaskBadPixels - Auto create mask based on maskVal argument} | tst_pmMaskBadPixels.c) … … 41 57 \**********************************************************************************/ 42 58 59 <HOST>|W|pmMaskBadPixels 60 WARNING: in->parent is NULL. 43 61 <HOST>|E|pmMaskBadPixels (FILE:LINENO) 44 Null not allowed for mask image.62 Unallowable operation: mask is NULL. 45 63 46 64 ---> TESTPOINT PASSED (Test Point Driver{pmMaskBadPixels - Attempt to use null mask} | tst_pmMaskBadPixels.c) … … 53 71 54 72 <HOST>|E|pmMaskBadPixels (FILE:LINENO) 55 Null not allowed for input image.73 Unallowable operation: in->image is NULL. 56 74 57 75 ---> TESTPOINT PASSED (Test Point Driver{pmMaskBadPixels - Attempt tp use null input image} | tst_pmMaskBadPixels.c) … … 63 81 \**********************************************************************************/ 64 82 83 <HOST>|W|pmMaskBadPixels 84 WARNING: in->parent is NULL. 85 <HOST>|W|p_psDetermineTrimmedImage 86 WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL). 65 87 <HOST>|E|pmMaskBadPixels (FILE:LINENO) 66 88 Input image size exceeds that of mask image: (60, 60) vs (50, 50) … … 74 96 \**********************************************************************************/ 75 97 76 <HOST>|E|pmMaskBadPixels (FILE:LINENO) 77 Input image mask size exceeds that of mask image: (60, 60) vs (50, 50) 98 <HOST>|W|pmMaskBadPixels 99 WARNING: in->parent is NULL. 100 <HOST>|W|p_psDetermineTrimmedImage 101 WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL). 78 102 79 103 ---> TESTPOINT PASSED (Test Point Driver{pmMaskBadPixels - Attempt to use input image mask bigger than mask} | tst_pmMaskBadPixels.c) … … 85 109 \**********************************************************************************/ 86 110 111 <HOST>|W|pmMaskBadPixels 112 WARNING: in->parent is NULL. 113 <HOST>|W|p_psDetermineTrimmedImage 114 WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL). 87 115 <HOST>|E|pmMaskBadPixels (FILE:LINENO) 88 116 Total offset >= mask image: (150, 150) vs (50, 50) … … 96 124 \**********************************************************************************/ 97 125 126 <HOST>|W|pmMaskBadPixels 127 WARNING: in->parent is NULL. 128 <HOST>|W|p_psDetermineTrimmedImage 129 WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL). 98 130 <HOST>|E|pmMaskBadPixels (FILE:LINENO) 99 131 Complex types not allowed for input image. Type: 2064 … … 107 139 \**********************************************************************************/ 108 140 141 <HOST>|W|pmMaskBadPixels 142 WARNING: in->parent is NULL. 143 <HOST>|W|p_psDetermineTrimmedImage 144 WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL). 109 145 <HOST>|E|pmMaskBadPixels (FILE:LINENO) 110 146 Mask must be PS_TYPE_MASK type. Type: 1032 -
trunk/psModules/test/detrend/verified/tst_pmMaskBadPixels.stdout
r5169 r5681 24 24 00000000000000000000000000000000000000000000000000 25 25 00000000000000000000000000000000000000000000000000 26 0000000000000000000000000 000000000000000000000000027 000000000000000000000000 1000000000000000000000000026 00000000000000000000000001000000000000000000000000 27 00000000000000000000000000000000000000000000000000 28 28 00000000000000000000000000000000000000000000000000 29 29 00000000000000000000000000000000000000000000000000 … … 76 76 00000000000000000000000000000000000000000000000000 77 77 00000000000000000000000000000000000000000000000000 78 0000000000000000000000000 000000000000000000000000079 000000000000000000000000 1000000000000000000000000078 00000000000000000000000001000000000000000000000000 79 00000000000000000000000000000000000000000000000000 80 80 00000000000000000000000000000000000000000000000000 81 81 00000000000000000000000000000000000000000000000000 … … 156 156 157 157 Resulting mask: 158 44444444444444444444444444444444444444444444444444 159 44444444444444444444444444444444444444444444444444 160 44444444444444444444444444444444444444444444444444 161 44444444444444444444444444444444444444444444444444 162 44444444444444444444444444444444444444444444444444 163 44444444444444444444444444444444444444444444444444 164 44444444444444444444444444444444444444444444444444 165 44444444444444444444444444444444444444444444444444 166 44444444444444444444444444444444444444444444444444 167 44444444444444444444444444444444444444444444444444 168 44444444444444444444444444444444444444444444444444 169 44444444444444444444444444444444444444444444444444 170 44444444444444444444444444444444444444444444444444 171 44444444444444444444444444444444444444444444444444 172 44444444444444444444444444444444444444444444444444 173 44444444444444444444444444444444444444444444444444 174 44444444444444444444444444444444444444444444444444 175 44444444444444444444444444444444444444444444444444 176 44444444444444444444444444444444444444444444444444 177 44444444444444444444444444444444444444444444444444 178 44444444444444444444444444444444444444444444444444 179 44444444444444444444444444444444444444444444444444 180 44444444444444444444444444444444444444444444444444 181 44444444444444444444444444444444444444444444444444 182 44444444444444444444444444444444444444444444444444 183 44444444444444444444444444444444444444444444444444 184 44444444444444444444444444444444444444444444444444 185 44444444444444444444444444444444444444444444444444 186 44444444444444444444444444444444444444444444444444 187 44444444444444444444444444444444444444444444444444 188 44444444444444444444444444444444444444444444444444 189 44444444444444444444444444444444444444444444444444 190 44444444444444444444444444444444444444444444444444 191 44444444444444444444444444444444444444444444444444 192 44444444444444444444444444444444444444444444444444 193 44444444444444444444444444444444444444444444444444 194 44444444444444444444444444444444444444444444444444 195 44444444444444444444444444444444444444444444444444 196 44444444444444444444444444444444444444444444444444 197 44444444444444444444444444444444444444444444444444 198 44444444444444444444444444444444444444444444444444 199 44444444444444444444444444444444444444444444444444 200 44444444444444444444444444444444444444444444444444 201 44444444444444444444444444444444444444444444444444 202 44444444444444444444444444444444444444444444444444 203 44444444444444444444444444444444444444444444444444 204 44444444444444444444444444444444444444444444444444 205 44444444444444444444444444444444444444444444444444 206 44444444444444444444444444444444444444444444444444 207 44444444444444444444444444444444444444444444444444 158 00000000000000000000000000000000000000000000000000 159 00000000000000000000000000000000000000000000000000 160 00000000000000000000000000000000000000000000000000 161 00000000000000000000000000000000000000000000000000 162 00000000000000000000000000000000000000000000000000 163 00000000000000000000000000000000000000000000000000 164 00000000000000000000000000000000000000000000000000 165 00000000000000000000000000000000000000000000000000 166 00000000000000000000000000000000000000000000000000 167 00000000000000000000000000000000000000000000000000 168 00000000000000000000000000000000000000000000000000 169 00000000000000000000000000000000000000000000000000 170 00000000000000000000000000000000000000000000000000 171 00000000000000000000000000000000000000000000000000 172 00000000000000000000000000000000000000000000000000 173 00000000000000000000000000000000000000000000000000 174 00000000000000000000000000000000000000000000000000 175 00000000000000000000000000000000000000000000000000 176 00000000000000000000000000000000000000000000000000 177 00000000000000000000000000000000000000000000000000 178 00000000000000000000000000000000000000000000000000 179 00000000000000000000000000000000000000000000000000 180 00000000000000000000000001000000000000000000000000 181 00000000000000000000000011100000000000000000000000 182 00000000000000000000000111110000000000000000000000 183 00000000000000000000000011100000000000000000000000 184 00000000000000000000000001000000000000000000000000 185 00000000000000000000000000000000000000000000000000 186 00000000000000000000000000000000000000000000000000 187 00000000000000000000000000000000000000000000000000 188 00000000000000000000000000000000000000000000000000 189 00000000000000000000000000000000000000000000000000 190 00000000000000000000000000000000000000000000000000 191 00000000000000000000000000000000000000000000000000 192 00000000000000000000000000000000000000000000000000 193 00000000000000000000000000000000000000000000000000 194 00000000000000000000000000000000000000000000000000 195 00000000000000000000000000000000000000000000000000 196 00000000000000000000000000000000000000000000000000 197 00000000000000000000000000000000000000000000000000 198 00000000000000000000000000000000000000000000000000 199 00000000000000000000000000000000000000000000000000 200 00000000000000000000000000000000000000000000000000 201 00000000000000000000000000000000000000000000000000 202 00000000000000000000000000000000000000000000000000 203 00000000000000000000000000000000000000000000000000 204 00000000000000000000000000000000000000000000000000 205 00000000000000000000000000000000000000000000000000 206 00000000000000000000000000000000000000000000000000 207 00000000000000000000000000000000000000000000000000 208 208 209 209 Data mask: … … 233 233 00000000000000000000000000000000000000000000000000 234 234 00000000000000000000000000000000000000000000000000 235 000000000000000000000000 10000000000000000000000000236 00000000000000000000000000000000000000000000000000 237 00000000000000000000000000000000000000000000000000 238 00000000000000000000000000000000000000000000000000 239 00000000000000000000000000000000000000000000000000 240 00000000000000000000000000000000000000000000000000 241 00000000000000000000000000000000000000000000000000 242 00000000000000000000000000000000000000000000000000 243 00000000000000000000000000000000000000000000000000 244 00000000000000000000000000000000000000000000000000 245 00000000000000000000000000000000000000000000000000 246 00000000000000000000000000000000000000000000000000 247 00000000000000000000000000000000000000000000000000 248 00000000000000000000000000000000000000000000000000 249 00000000000000000000000000000000000000000000000000 250 00000000000000000000000000000000000000000000000000 251 00000000000000000000000000000000000000000000000000 252 00000000000000000000000000000000000000000000000000 253 00000000000000000000000000000000000000000000000000 254 00000000000000000000000000000000000000000000000000 255 000 10000000000000000000000000000000000000000001000235 00000000000000000000000000000000000000000000000000 236 00000000000000000000000000000000000000000000000000 237 00000000000000000000000000000000000000000000000000 238 00000000000000000000000000000000000000000000000000 239 00000000000000000000000000000000000000000000000000 240 00000000000000000000000000000000000000000000000000 241 00000000000000000000000000000000000000000000000000 242 00000000000000000000000000000000000000000000000000 243 00000000000000000000000000000000000000000000000000 244 00000000000000000000000000000000000000000000000000 245 00000000000000000000000000000000000000000000000000 246 00000000000000000000000000000000000000000000000000 247 00000000000000000000000000000000000000000000000000 248 00000000000000000000000000000000000000000000000000 249 00000000000000000000000000000000000000000000000000 250 00000000000000000000000000000000000000000000000000 251 00000000000000000000000000000000000000000000000000 252 00000000000000000000000000000000000000000000000000 253 00000000000000000000000000000000000000000000000000 254 00000000000000000000000000000000000000000000000000 255 00000000000000000000000000000000000000000000000000 256 256 00000000000000000000000000000000000000000000000000 257 257 00000000000000000000000000000000000000000000000000 … … 274 274 00000000000000000000000000000000000000000000000000 275 275 00000000000000000000000000000000000000000000000000 276 0000000000000000000000000 0000000000000000000000000277 0000000000000000000001111111 0000000000000000000000278 000000000000000000011111111111 00000000000000000000279 0000000000000000001111111111111 0000000000000000000280 00000000000000000111111111111111 000000000000000000281 0000000000000000 1111111111111111100000000000000000282 000000000000000 11111111111111111110000000000000000283 000000000000000 11111111111111111110000000000000000284 00000000000000 111111111111111111111000000000000000285 00000000000000 111111111111111111111000000000000000286 00000000000000 111111111111111111111000000000000000287 00000000000000 111111111111111111111000000000000000288 00000000000000 111111111111111111111000000000000000289 000000000000 00111111111111111111111000000000000000290 00000000 000000111111111111111111111000000000000000291 000000 00000000011111111111111111110000000000000000292 00000 000000000011111111111111111110000000000000000293 0000 0000000000001111111111111111100000000000000000294 0000 0000000000000111111111111111000000000000000000295 000 00000000000000011111111111110000000000000000000296 000 00000000000000001111111111100000000000000000000297 11111110000000000000011111110000000000000001111111 298 11111111100000000000000000000000000000000111111111 299 11111111110000000000000000000000000000001111111111 300 11111111111000000000000000000000000000011111111111 301 11111111111100000000000000000000000000111111111111 302 11111111111110000000000000000000000001111111111111 303 11111111111110000000000000000000000001111111111111 304 11111111111111000000000000000000000011111111111111 305 11111111111111000000000000000000000011111111111111 306 11111111111111000000000000000000000011111111111111 307 11111111111111000000000000000000000011111111111111 308 11111111111111000000000000000000000011111111111111 309 11111111111111000000000000000000000011111111111111 310 11111111111111000000000000000000000011111111111111 311 11111111111110000000000000000000000001111111111111 276 00000000000000000000000001000000000000000000000000 277 00000000000000000000011111111100000000000000000000 278 00000000000000000001111111111111000000000000000000 279 00000000000000000011111111111111100000000000000000 280 00000000000000000111111111111111110000000000000000 281 00000000000000000111111111111111110000000000000000 282 00000000000000001111111111111111111000000000000000 283 00000000000000001111111111111111111000000000000000 284 00000000000000001111111111111111111000000000000000 285 00000000000000001111111111111111111000000000000000 286 00000000000000011111111111111111111100000000000000 287 00000000000000001111111111111111111000000000000000 288 00000000000000001111111111111111111000000000000000 289 00000000000010001111111111111111111000100000000000 290 00000000111111111111111111111111111111111110000000 291 00000011111111111111111111111111111111111111100000 292 00000111111111111111111111111111111111111111110000 293 00001111111111111111111111111111111111111111111000 294 00001111111111111111111111111111111111111111111000 295 00011111111111111111111111111111111111111111111100 296 00011111111111111111110001000111111111111111111100 297 00011111111111111111110000000111111111111111111100 298 00011111111111111111110000000111111111111111111100 299 00111111111111111111111000001111111111111111111110 300 00011111111111111111110000000111111111111111111100 301 00011111111111111111110000000111111111111111111100 302 00011111111111111111110000000111111111111111111100 303 00011111111111111111110000000111111111111111111100 304 00001111111111111111100000000011111111111111111000 305 00001111111111111111100000000011111111111111111000 306 00000111111111111111000000000001111111111111110000 307 00000011111111111110000000000000111111111111100000 308 00000000111111111000000000000000001111111110000000 309 00000000000010000000000000000000000000100000000000 310 00000000000000000000000000000000000000000000000000 311 00000000000000000000000000000000000000000000000000 312 312 313 313 Data mask: … … 336 336 00000000000000000000000000000000000000000000000000 337 337 00000000000000000000000000000000000000000000000000 338 0000000000000000000000000 0000000000000000000000000339 000000000000000000000000 10000000000000000000000000338 00000000000000000000000001000000000000000000000000 339 00000000000000000000000000000000000000000000000000 340 340 00000000000000000000000000000000000000000000000000 341 341 00000000000000000000000000000000000000000000000000 … … 379 379 00000000000000000000000000000000000000000000000000 380 380 00000000000000000000000000000000000000000000000000 381 000000000000000000000 11111110000000000000000000000382 0000000000000000000 1111111111100000000000000000000383 000000000000000000 11111111111110000000000000000000384 00000000000000000 111111111111111000000000000000000385 0000000000000000 1111111111111111100000000000000000386 000000000000000 11111111111111111110000000000000000387 000000000000000 11111111111111111110000000000000000388 00000000000000 111111111111111111111000000000000000389 00000000000000 111111111111111111111000000000000000390 00000000000000 111111111111111111111000000000000000391 00000000000000 111111111111111111111000000000000000392 00000000000000 111111111111111111111000000000000000393 00000000000000 111111111111111111111000000000000000394 00000000000000 111111111111111111111000000000000000395 000000000000000 11111111111111111110000000000000000396 000000000000000 11111111111111111110000000000000000397 0000000000000000 1111111111111111100000000000000000398 00000000000000000 111111111111111000000000000000000399 000000000000000000 11111111111110000000000000000000400 0000000000000000000 1111111111100000000000000000000401 000000000000000000000 11111110000000000000000000000402 00000000000000000000000000000000000000000000000000 403 00000000000000000000000000000000000000000000000000 404 00000000000000000000000000000000000000000000000000 405 00000000000000000000000000000000000000000000000000 406 00000000000000000000000000000000000000000000000000 407 00000000000000000000000000000000000000000000000000 408 00000000000000000000000000000000000000000000000000 409 00000000000000000000000000000000000000000000000000 410 00000000000000000000000000000000000000000000000000 411 00000000000000000000000000000000000000000000000000 412 00000000000000000000000000000000000000000000000000 413 00000000000000000000000000000000000000000000000000 414 00000000000000000000000000000000000000000000000000 415 00000000000000000000000000000000000000000000000000 416 381 00000000000000000000000000000000000000000000000000 382 00000000000000000000000000000000000000000000000000 383 00000000000000000000000000000000000000000000000000 384 00000000000000000000000000000000000000000000000000 385 00000000000000000000000000000000000000000000000000 386 00000000000000000000000000000000000000000000000000 387 00000000000000000000000000000000000000000000000000 388 00000000000000000000000000000000000000000000000000 389 00000000000000000000000000000000000000000000000000 390 00000000000000000000000001000000000000000000000000 391 00000000000000000000000000000000000000000000000000 392 00000000000000000000000000000000000000000000000000 393 00000000000000000000000000000000000000000000000000 394 00000000000000000000000000000000000000000000000000 395 00000000000000000000000000000000000000000000000000 396 00000000000000000000000000000000000000000000000000 397 00000000000000000000000000000000000000000000000000 398 00000000000000000000000000000000000000000000000000 399 00000000000000000000000000000000000000000000000000 400 00000000000000000000000000000000000000000000000000 401 00000000000000000000000000000000000000000000000000 402 00000000000000000000000000000000000000000000000000 403 00000000000000000000000000000000000000000000000000 404 00000000000000000000000000000000000000000000000000 405 00000000000000000000000000000000000000000000000000 406 00000000000000000000000000000000000000000000000000 407 00000000000000000000000000000000000000000000000000 408 00000000000000000000000000000000000000000000000000 409 00000000000000000000000000000000000000000000000000 410 00000000000000000000000000000000000000000000000000 411 00000000000000000000000000000000000000000000000000 412 00000000000000000000000000000000000000000000000000 413 00000000000000000000000000000000000000000000000000 414 00000000000000000000000000000000000000000000000000 415 00000000000000000000000000000000000000000000000000 416 -
trunk/psModules/test/detrend/verified/tst_pmNonLinear.stderr
r5169 r5681 5 5 \**********************************************************************************/ 6 6 7 <HOST>|W|pmNonLinearityPolynomial 8 WARNING: inputReadout->parent is NULL. 9 <HOST>|W|p_psDetermineTrimmedImage 10 WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL). 11 <HOST>|W|pmNonLinearityPolynomial 12 WARNING: inputReadout->parent is NULL. 13 <HOST>|W|p_psDetermineTrimmedImage 14 WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL). 15 <HOST>|W|pmNonLinearityPolynomial 16 WARNING: inputReadout->parent is NULL. 17 <HOST>|W|p_psDetermineTrimmedImage 18 WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL). 19 <HOST>|W|pmNonLinearityPolynomial 20 WARNING: inputReadout->parent is NULL. 21 <HOST>|W|p_psDetermineTrimmedImage 22 WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL). 7 23 8 24 ---> TESTPOINT PASSED (Test Point Driver{pmNonLinearityPolynomial} | tst_pmNonLinear.c) … … 14 30 \**********************************************************************************/ 15 31 32 <HOST>|W|pmNonLinearityLookup 33 WARNING: inputReadout->parent is NULL. 34 <HOST>|W|p_psDetermineTrimmedImage 35 WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL). 36 <HOST>|W|pmNonLinearityLookup 37 WARNING: inputReadout->parent is NULL. 38 <HOST>|W|p_psDetermineTrimmedImage 39 WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL). 40 <HOST>|W|pmNonLinearityLookup 41 WARNING: inputReadout->parent is NULL. 42 <HOST>|W|p_psDetermineTrimmedImage 43 WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL). 44 <HOST>|W|pmNonLinearityLookup 45 WARNING: inputReadout->parent is NULL. 46 <HOST>|W|p_psDetermineTrimmedImage 47 WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL). 16 48 17 49 ---> TESTPOINT PASSED (Test Point Driver{pmNonLinearityLookup} | tst_pmNonLinear.c) … … 42 74 <HOST>|E|pmNonLinearityLookup (FILE:LINENO) 43 75 Unallowable operation: inputReadout->image is NULL. 44 <HOST>|E|pmNonLinearityLookup (FILE:LINENO)45 Unallowable operation: inFlux is NULL.46 <HOST>|E|pmNonLinearityLookup (FILE:LINENO)47 Unallowable operation: outFlux is NULL.48 76 <HOST>|W|pmNonLinearityLookup 49 WARNING: pmNonLinear.c: pmNonLinearityLookup(): input vectors have different sizes (24, 25) 77 WARNING: inputReadout->parent is NULL. 78 <HOST>|W|p_psDetermineTrimmedImage 79 WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL). 80 <HOST>|E|psVectorsReadFromFile (FILE:LINENO) 81 Failed to open file I_DONT_EXIST. 50 82 <HOST>|W|pmNonLinearityLookup 51 WARNING: pmNonLinear.c: pmNonLinearityLookup(): input vectors have different sizes (24, 23) 52 <HOST>|W|pmNonLinearityLookup 53 WARNING: pmNonLinear.c: pmNonLinearityLookup(): input vectors have different sizes (23, 24) 54 <HOST>|W|pmNonLinearityLookup 55 WARNING: pmNonLinear.c: pmNonLinearityLookup(): input vectors have different sizes (25, 24) 56 <HOST>|W|pmNonLinearityLookup 57 WARNING: pmNonLinear.c: pmNonLinearityLookup(): input vectors have different sizes (23, 25) 58 <HOST>|W|pmNonLinearityLookup 59 WARNING: pmNonLinear.c: pmNonLinearityLookup(): input vectors have different sizes (25, 23) 60 <HOST>|E|pmNonLinearityLookup (FILE:LINENO) 61 pmNonLinearityLookup(): input vector less than 2 elements. Returning inputReadout image. 62 <HOST>|W|vectorBinDisectF32 63 vectorBinDisectF32(): ordinate -1.000000 is outside vector range (0.000000 - 23.000000). 64 <HOST>|W|pmNonLinearityLookup 65 WARNING: pmNonLinear.c: pmNonLinearityLookup(): 1 pixels outside table. 66 <HOST>|W|vectorBinDisectF32 67 vectorBinDisectF32(): ordinate 100.000000 is outside vector range (0.000000 - 23.000000). 68 <HOST>|W|pmNonLinearityLookup 69 WARNING: pmNonLinear.c: pmNonLinearityLookup(): 1 pixels outside table. 83 WARNING: Lookup Table is too small. Returning original pmReadout. 70 84 71 85 ---> TESTPOINT PASSED (Test Point Driver{pmNonLinearityLookup(): error/warning conditions} | tst_pmNonLinear.c) -
trunk/psModules/test/detrend/verified/tst_pmNonLinear.stdout
r5169 r5681 88 88 Calling pmNonLinearityLookup() with NULL input pmReadout->image. Should generate error, return NULL. 89 89 ------------------------------------------------------------ 90 Calling pmNonLinearityLookup() with NULL inFlux psVector. Should generate error, return NULL. 91 ------------------------------------------------------------ 92 Calling pmNonLinearityLookup() with NULL outFlux psVector. Should generate error, return NULL. 93 ------------------------------------------------------------ 94 Calling pmNonLinearityLookup() with size difference in inFlux/outFLux psVectors. Should generate warning. 95 ------------------------------------------------------------ 96 Calling pmNonLinearityLookup() with size difference in inFlux/outFLux psVectors. Should generate warning. 97 ------------------------------------------------------------ 98 Calling pmNonLinearityLookup() with size difference in inFlux/outFLux psVectors. Should generate warning. 99 ------------------------------------------------------------ 100 Calling pmNonLinearityLookup() with size difference in inFlux/outFLux psVectors. Should generate warning. 101 ------------------------------------------------------------ 102 Calling pmNonLinearityLookup() with size difference in inFlux/outFLux psVectors. Should generate warning. 103 ------------------------------------------------------------ 104 Calling pmNonLinearityLookup() with size difference in inFlux/outFLux psVectors. Should generate warning. 105 ------------------------------------------------------------ 106 Calling pmNonLinearityLookup() with inFlux psVector size 1. Should generate error, return original pmReadout. 90 Calling pmNonLinearityLookup() with non-existent lookup file. 107 91 ------------------------------------------------------------ 108 92 Calling pmNonLinearityLookup() with one pixels outside inFlux range. Should generate warnings. 109 ------------------------------------------------------------110 Calling pmNonLinearityLookup() with one pixels outside inFlux range. Should generate warnings.111 ------------------------------------------------------------112 Calling pmNonLinearityLookup() with image values not in vector.113 93 114 94 ---> TESTPOINT PASSED (pmNonLinear{Testing bad input parameter conditions.} | tst_pmNonLinear.c)
Note:
See TracChangeset
for help on using the changeset viewer.
