Changeset 23487 for trunk/psModules/src/astrom
- Timestamp:
- Mar 23, 2009, 9:42:42 AM (17 years ago)
- Location:
- trunk/psModules/src/astrom
- Files:
-
- 4 edited
-
pmAstrometryDistortion.c (modified) (3 diffs)
-
pmAstrometryDistortion.h (modified) (1 diff)
-
pmAstrometryVisual.c (modified) (1 diff)
-
pmAstrometryVisual.h (modified) (1 diff)
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 -
trunk/psModules/src/astrom/pmAstrometryDistortion.h
r12486 r23487 27 27 pmAstromGradient; 28 28 29 pmAstromGradient *pmAstromGradientAlloc ( );29 pmAstromGradient *pmAstromGradientAlloc (void); 30 30 31 31 /* The following function determines the position residual, in the tangent -
trunk/psModules/src/astrom/pmAstrometryVisual.c
r23242 r23487 47 47 /* Initialization Routines */ 48 48 49 bool pmAstromVisualClose( )49 bool pmAstromVisualClose(void) 50 50 { 51 51 if(kapa != -1) -
trunk/psModules/src/astrom/pmAstrometryVisual.h
r23242 r23487 26 26 /** Close plotting windows at the end of a run 27 27 * @return true for success */ 28 bool pmAstromVisualClose( );28 bool pmAstromVisualClose(void); 29 29 30 30
Note:
See TracChangeset
for help on using the changeset viewer.
