IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 28, 2016, 5:07:36 PM (10 years ago)
Author:
eugene
Message:

add parallax factor function; add pm transformation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.astro/fitplx_irls.c

    r39585 r39591  
    123123  }
    124124  // 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  }
    125133
    126134  // update the mask based on the input mask and the outlier limits.
Note: See TracChangeset for help on using the changeset viewer.