Changeset 23487 for trunk/psModules/src/astrom/pmAstrometryDistortion.c
- Timestamp:
- Mar 23, 2009, 9:42:42 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/astrom/pmAstrometryDistortion.c
r21183 r23487 40 40 } 41 41 42 pmAstromGradient *pmAstromGradientAlloc ( )42 pmAstromGradient *pmAstromGradientAlloc (void) 43 43 { 44 44 … … 126 126 grad = pmAstromGradientAlloc (); 127 127 128 // XXX psTraceSetLevel("psLib.math.psVectorClipFitPolynomial2D", 7);128 // XXX psTraceSetLevel("psLib.math.psVectorClipFitPolynomial2D", 7); 129 129 130 130 // fit the collection of positions and offsets with a local 1st order gradient … … 138 138 grad->dTPdM.x = local->coeff[0][1]; 139 139 140 // XXX psTraceSetLevel("psLib.math.psVectorClipFitPolynomial2D", 0);140 // XXX psTraceSetLevel("psLib.math.psVectorClipFitPolynomial2D", 0); 141 141 142 142 // fit the collection of positions and offsets with a local 1st order gradient
Note:
See TracChangeset
for help on using the changeset viewer.
