IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35648


Ignore:
Timestamp:
Jun 11, 2013, 9:25:27 AM (13 years ago)
Author:
eugene
Message:

add some comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130509/psModules/src/astrom/pmAstrometryUtils.c

    r35561 r35648  
    7878            Alpha->data.F32[1][1] = psPolynomial2DEval (YdY, Xo, Yo);
    7979
     80            // Beta = (-L,-M) for the current guess
    8081            Beta->data.F32[0] = -1.0 * psPolynomial2DEval (trans->x, Xo, Yo);
    8182            Beta->data.F32[1] = -1.0 * psPolynomial2DEval (trans->y, Xo, Yo);
    82 
     83            // fprintf (stderr, " Beta: %f %f\n", Beta->data.F32[0], Beta->data.F32[1]);
     84
     85            // since we want (L,M) = (0,0), Beta is also the offset
    8386            if (!psMatrixGJSolve (Alpha, Beta)) {
    8487                psError(PS_ERR_UNKNOWN, false, "Unable to solve for center.");
Note: See TracChangeset for help on using the changeset viewer.