Changeset 39591 for trunk/Ohana/src/opihi/cmd.astro/fitplx_irls.c
- Timestamp:
- May 28, 2016, 5:07:36 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.astro/fitplx_irls.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.astro/fitplx_irls.c
r39585 r39591 123 123 } 124 124 // FitPMandPar_IRLS sets the values of Wx,Wy based on the fit distance 125 126 if (VERBOSE && Nresample) { 127 fprintf (stderr, "-- solution before resample --\n"); 128 fprintf (stderr, "Ro, Do: %f, %f +/- %f, %f (%f, %f)\n", Rmean, Dmean, fit.dRo, fit.dDo, fit.Ro, fit.Do); 129 fprintf (stderr, "uR, uD: %f, %f; duR, duD: %f, %f\n", fit.uR, fit.uD, fit.duR, fit.duD); 130 fprintf (stderr, "par: %f +/- %f\n", fit.p, fit.dp); 131 fprintf (stderr, "chisq: %f Nfit %d\n", fit.chisq, fit.Nfit); 132 } 125 133 126 134 // update the mask based on the input mask and the outlier limits.
Note:
See TracChangeset
for help on using the changeset viewer.
