- Timestamp:
- Oct 10, 2005, 11:59:27 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/test/objects/verified/tst_pmObjects01.stderr
r5169 r5258 5 5 \**********************************************************************************/ 6 6 7 <HOST>|E|pmModelParameterCount (FILE:LINENO) 8 Undefined pmModelType 7 9 8 10 ---> TESTPOINT PASSED (Test Point Driver{pmObjects: structure allocators and deallocators} | tst_pmObjects01.c) … … 56 58 57 59 <HOST>|E|pmSourceLocalSky (FILE:LINENO) 58 Unallowable operation: psImage image or its datais NULL.60 Unallowable operation: source is NULL. 59 61 <HOST>|E|pmSourceLocalSky (FILE:LINENO) 60 Unallowable operation: psImage image has incorrect type. 61 <HOST>|E|pmSourceLocalSky (FILE:LINENO) 62 Unallowable operation: peak is NULL. 63 <HOST>|E|pmSourceLocalSky (FILE:LINENO) 64 Error: (0.0 > innerRadius) (0.000000 -10.000000) 65 <HOST>|E|pmSourceLocalSky (FILE:LINENO) 66 Error: (innerRadius > outerRadius) (10.000000 5.000000) 62 Error: Radius is 0 or less. 67 63 68 64 ---> TESTPOINT PASSED (Test Point Driver{pmObjects: pmSourceLocalSky()} | tst_pmObjects01.c) 69 70 /***************************** TESTPOINT ******************************************\71 * TestFile: tst_pmObjects01.c *72 * TestPoint: Test Point Driver{pmObjects: pmSourceSetPixelsCircle()} *73 * TestType: Positive *74 \**********************************************************************************/75 76 <HOST>|E|pmSourceSetPixelsCircle (FILE:LINENO)77 Unallowable operation: source is NULL.78 <HOST>|E|pmSourceSetPixelsCircle (FILE:LINENO)79 Unallowable operation: psImage image or its data is NULL.80 <HOST>|E|pmSourceSetPixelsCircle (FILE:LINENO)81 Unallowable operation: psImage image has incorrect type.82 <HOST>|E|pmSourceSetPixelsCircle (FILE:LINENO)83 Error: (0.0 > radius) (0.000000 -10.000000)84 85 ---> TESTPOINT PASSED (Test Point Driver{pmObjects: pmSourceSetPixelsCircle()} | tst_pmObjects01.c)86 65 87 66 /***************************** TESTPOINT ******************************************\ … … 94 73 Unallowable operation: source is NULL. 95 74 <HOST>|E|pmSourceMoments (FILE:LINENO) 96 Error: (0.0 > radius) (0.000000 -10.000000)75 Error: !(radius > 0.0) (-10.000000 0.000000). 97 76 98 77 ---> TESTPOINT PASSED (Test Point Driver{pmObjects: pmSourceMoments()} | tst_pmObjects01.c) 99 78 100 /***************************** TESTPOINT ******************************************\101 * TestFile: tst_pmObjects01.c *102 * TestPoint: Test Point Driver{pmObjects: pmMin()} *103 * TestType: Positive *104 \**********************************************************************************/105 106 <HOST>|E|pmMinLM_Gauss2D (FILE:LINENO)107 Unallowable operation: psVector params or its data is NULL.108 <HOST>|E|pmMinLM_Gauss2D (FILE:LINENO)109 Unallowable operation: psVector x or its data is NULL.110 <HOST>|E|pmMinLM_PsuedoGauss2D (FILE:LINENO)111 Unallowable operation: psVector params or its data is NULL.112 <HOST>|E|pmMinLM_PsuedoGauss2D (FILE:LINENO)113 Unallowable operation: psVector x or its data is NULL.114 <HOST>|E|pmMinLM_Wauss2D (FILE:LINENO)115 Unallowable operation: psVector params or its data is NULL.116 <HOST>|E|pmMinLM_Wauss2D (FILE:LINENO)117 Unallowable operation: psVector x or its data is NULL.118 <HOST>|E|pmMinLM_TwistGauss2D (FILE:LINENO)119 Unallowable operation: psVector params or its data is NULL.120 <HOST>|E|pmMinLM_TwistGauss2D (FILE:LINENO)121 Unallowable operation: psVector x or its data is NULL.122 <HOST>|E|pmMinLM_Sersic (FILE:LINENO)123 This function is not implemented yet.124 <HOST>|E|pmMinLM_Sersic (FILE:LINENO)125 Unallowable operation: psVector params or its data is NULL.126 <HOST>|E|pmMinLM_Sersic (FILE:LINENO)127 Unallowable operation: psVector x or its data is NULL.128 <HOST>|E|pmMinLM_SersicCore (FILE:LINENO)129 This function is not implemented yet.130 <HOST>|E|pmMinLM_SersicCore (FILE:LINENO)131 Unallowable operation: psVector params or its data is NULL.132 <HOST>|E|pmMinLM_SersicCore (FILE:LINENO)133 Unallowable operation: psVector x or its data is NULL.134 135 ---> TESTPOINT PASSED (Test Point Driver{pmObjects: pmMin()} | tst_pmObjects01.c)136 137 /***************************** TESTPOINT ******************************************\138 * TestFile: tst_pmObjects01.c *139 * TestPoint: Test Point Driver{pmObjects: pmSourceModelGuess()} *140 * TestType: Positive *141 \**********************************************************************************/142 143 <HOST>|E|pmSourceModelGuess (FILE:LINENO)144 Unallowable operation: source is NULL.145 <HOST>|E|pmSourceModelGuess (FILE:LINENO)146 Unallowable operation: psImage image or its data is NULL.147 <HOST>|E|pmSourceModelGuess (FILE:LINENO)148 Undefined psModelType149 <HOST>|W|pmSourceModelGuess150 WARNING: source->modelPSF was non-NULL; calling psFree(source->modelPSF).151 <HOST>|W|pmSourceModelGuess152 WARNING: source->modelPSF was non-NULL; calling psFree(source->modelPSF).153 <HOST>|W|pmSourceModelGuess154 WARNING: source->modelPSF was non-NULL; calling psFree(source->modelPSF).155 <HOST>|W|pmSourceModelGuess156 WARNING: source->modelPSF was non-NULL; calling psFree(source->modelPSF).157 <HOST>|W|pmSourceModelGuess158 WARNING: source->modelPSF was non-NULL; calling psFree(source->modelPSF).159 160 ---> TESTPOINT PASSED (Test Point Driver{pmObjects: pmSourceModelGuess()} | tst_pmObjects01.c)161 162 /***************************** TESTPOINT ******************************************\163 * TestFile: tst_pmObjects01.c *164 * TestPoint: Test Point Driver{pmObjects: pmSourceContour()} *165 * TestType: Positive *166 \**********************************************************************************/167 168 <HOST>|E|pmSourceContour (FILE:LINENO)169 Unallowable operation: source is NULL.170 <HOST>|E|pmSourceContour (FILE:LINENO)171 Unallowable operation: image is NULL.172 173 ---> TESTPOINT PASSED (Test Point Driver{pmObjects: pmSourceContour()} | tst_pmObjects01.c)174 175 /***************************** TESTPOINT ******************************************\176 * TestFile: tst_pmObjects01.c *177 * TestPoint: Test Point Driver{pmObjects: pmSourceAddModel()} *178 * TestType: Positive *179 \**********************************************************************************/180 181 <HOST>|E|sourceAddOrSubModel (FILE:LINENO)182 Unallowable operation: psImage image or its data is NULL.183 <HOST>|E|sourceAddOrSubModel (FILE:LINENO)184 Unallowable operation: src is NULL.185 186 ---> TESTPOINT PASSED (Test Point Driver{pmObjects: pmSourceAddModel()} | tst_pmObjects01.c)187 188 /***************************** TESTPOINT ******************************************\189 * TestFile: tst_pmObjects01.c *190 * TestPoint: Test Point Driver{pmObjects: pmSourceSubModel()} *191 * TestType: Positive *192 \**********************************************************************************/193 194 <HOST>|E|sourceAddOrSubModel (FILE:LINENO)195 Unallowable operation: psImage image or its data is NULL.196 <HOST>|E|sourceAddOrSubModel (FILE:LINENO)197 Unallowable operation: src is NULL.198 199 ---> TESTPOINT PASSED (Test Point Driver{pmObjects: pmSourceSubModel()} | tst_pmObjects01.c)200 201 /***************************** TESTPOINT ******************************************\202 * TestFile: tst_pmObjects01.c *203 * TestPoint: Test Point Driver{pmObjects: pmSourceSubModel()} *204 * TestType: Positive *205 \**********************************************************************************/206 207 <HOST>|E|pmSourceFitModel (FILE:LINENO)208 Unallowable operation: psImage image or its data is NULL.209 <HOST>|E|pmSourceFitModel (FILE:LINENO)210 Unallowable operation: source is NULL.211 212 ---> TESTPOINT PASSED (Test Point Driver{pmObjects: pmSourceSubModel()} | tst_pmObjects01.c)213
Note:
See TracChangeset
for help on using the changeset viewer.
