IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 24, 2016, 5:07:24 PM (10 years ago)
Author:
eugene
Message:

modify irls fitting to apply the multiply the modified weight by the error-based weight

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relastro/include/relastro.h

    r39600 r39610  
    163163  double D, dD;
    164164  double T, dT;
    165   double Wx, Wy;
     165  double Qx, Qy; // unmodified error-based weight (1/dX^2)
     166  double qx, qy; // IRLS-modified error-based weight (1/dX^2)
     167  double Wx, Wy; // IRLS weight factor
    166168  double rx, ry;
    167169  double u;
Note: See TracChangeset for help on using the changeset viewer.