Changeset 9541 for trunk/psModules/src/detrend
- Timestamp:
- Oct 13, 2006, 12:14:07 PM (20 years ago)
- Location:
- trunk/psModules/src/detrend
- Files:
-
- 2 edited
-
pmFringeStats.c (modified) (3 diffs)
-
pmSubtractSky.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmFringeStats.c
r8848 r9541 3 3 * @author Eugene Magnier, IfA 4 4 * 5 * @version $Revision: 1. 19$ $Name: not supported by cvs2svn $6 * @date $Date: 2006- 09-20 02:36:36$5 * @version $Revision: 1.20 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-10-13 22:11:02 $ 7 7 * 8 8 * Copyright 2004 IfA … … 600 600 } 601 601 602 if (psTraceGetLevel( __func__) >= 5) {602 if (psTraceGetLevel("psModules.detrend") >= 5) { 603 603 printf("From %d points:\n", numPoints); 604 604 for (int i = 0; i < numCoeffs; i++) { … … 802 802 pmFringeStats *scienceStats = pmFringeStatsMeasure(fringes, readout, maskVal); 803 803 804 if (psTraceGetLevel( __func__) > 9) {804 if (psTraceGetLevel("psModules.detrend") > 9) { 805 805 for (int i = 0; i < fringes->nRequested; i++) { 806 806 printf("%f", scienceStats->f->data.F32[i]); -
trunk/psModules/src/detrend/pmSubtractSky.c
r8815 r9541 6 6 * @author GLG, MHPCC 7 7 * 8 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $9 * @date $Date: 2006- 09-15 09:49:01$8 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-10-13 22:11:02 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 231 231 } 232 232 233 if (psTraceGetLevel(" .psModule.pmSubtractSky.buildPolyTerms") >= 10) {233 if (psTraceGetLevel("psModules.detrend") >= 10) { 234 234 for (i=0; i < localPolyTerms ; i++) { 235 235 printf("x^%d * y^%d\n", polyTerms[i][0], polyTerms[i][1]);
Note:
See TracChangeset
for help on using the changeset viewer.
