Changeset 9540 for trunk/psLib/src/math/psMinimizePolyFit.c
- Timestamp:
- Oct 13, 2006, 12:04:58 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMinimizePolyFit.c (modified) (12 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMinimizePolyFit.c
r8627 r9540 10 10 * @author EAM, IfA 11 11 * 12 * @version $Revision: 1.2 0$ $Name: not supported by cvs2svn $13 * @date $Date: 2006- 08-26 04:34:28 $12 * @version $Revision: 1.21 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-10-13 22:04:58 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 397 397 psFree(sums); 398 398 399 if (psTraceGetLevel( __func__) >= 6) {399 if (psTraceGetLevel("psLib.math") >= 6) { 400 400 PS_IMAGE_PRINT_F64(A); 401 401 PS_VECTOR_PRINT_F64(B); … … 487 487 } 488 488 489 if (psTraceGetLevel( __func__) >= 6) {489 if (psTraceGetLevel("psLib.math") >= 6) { 490 490 psTrace("psLib.math", 6, "VectorFitPolynomial1D()\n"); 491 491 for (psS32 i = 0; i < f->n; i++) { … … 579 579 psFree(xSums); 580 580 581 if (psTraceGetLevel( __func__) >= 4) {581 if (psTraceGetLevel("psLib.math") >= 4) { 582 582 printf("Least-squares vector:\n"); 583 583 for (int i = 0; i < nTerm; i++) { … … 818 818 psTrace("psLib.math", 6, "Loop iteration %d. Calling psVectorFitPolynomial1D()\n", N); 819 819 psS32 Nkeep = 0; 820 if (psTraceGetLevel( __func__) >= 6) {820 if (psTraceGetLevel("psLib.math") >= 6) { 821 821 if (mask != NULL) { 822 822 for (psS32 i = 0 ; i < mask->n ; i++) { … … 847 847 } 848 848 } 849 if (psTraceGetLevel( __func__) >= 6) {849 if (psTraceGetLevel("psLib.math") >= 6) { 850 850 if (mask != NULL) { 851 851 for (psS32 i = 0 ; i < mask->n ; i++) { … … 1252 1252 psTrace("psLib.math", 6, "Loop iteration %d. Calling psVectorFitPolynomial1D()\n", N); 1253 1253 psS32 Nkeep = 0; 1254 if (psTraceGetLevel( __func__) >= 6) {1254 if (psTraceGetLevel("psLib.math") >= 6) { 1255 1255 if (mask != NULL) { 1256 1256 for (psS32 i = 0 ; i < mask->n ; i++) { … … 1282 1282 } 1283 1283 1284 if (psTraceGetLevel( __func__) >= 6) {1284 if (psTraceGetLevel("psLib.math") >= 6) { 1285 1285 if (mask != NULL) { 1286 1286 for (psS32 i = 0 ; i < mask->n ; i++) { … … 1772 1772 psTrace("psLib.math", 6, "Loop iteration %d. Calling psVectorFitPolynomial1D()\n", N); 1773 1773 psS32 Nkeep = 0; 1774 if (psTraceGetLevel( __func__) >= 6) {1774 if (psTraceGetLevel("psLib.math") >= 6) { 1775 1775 if (mask != NULL) { 1776 1776 for (psS32 i = 0 ; i < mask->n ; i++) { … … 1801 1801 } 1802 1802 1803 if (psTraceGetLevel( __func__) >= 6) {1803 if (psTraceGetLevel("psLib.math") >= 6) { 1804 1804 if (mask != NULL) { 1805 1805 for (psS32 i = 0 ; i < mask->n ; i++) { … … 2340 2340 psTrace("psLib.math", 6, "Loop iteration %d. Calling psVectorFitPolynomial4D()\n", N); 2341 2341 psS32 Nkeep = 0; 2342 if (psTraceGetLevel( __func__) >= 6) {2342 if (psTraceGetLevel("psLib.math") >= 6) { 2343 2343 if (mask != NULL) { 2344 2344 for (psS32 i = 0 ; i < mask->n ; i++) { … … 2370 2370 } 2371 2371 2372 if (psTraceGetLevel( __func__) >= 6) {2372 if (psTraceGetLevel("psLib.math") >= 6) { 2373 2373 if (mask != NULL) { 2374 2374 for (psS32 i = 0 ; i < mask->n ; i++) {
Note:
See TracChangeset
for help on using the changeset viewer.
