IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 28, 2006, 5:03:53 PM (20 years ago)
Author:
eugene
Message:

updates to psEllipse functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotModelTest.c

    r10096 r10267  
    107107    moments.y2 = source->moments->Sy;
    108108    moments.xy = source->moments->Sxy;
    109     psEllipseAxes axes = psEllipseMomentsToAxes (moments);
     109    psEllipseAxes axes = psEllipseMomentsToAxes (moments, 20.0);
    110110
    111111    fprintf (stderr, "axes: %f @ (%f, %f)\n", axes.theta*180/M_PI, axes.major, axes.minor);
     
    147147    shape.sy  = 1.4 / model->params->data.F32[5];
    148148    shape.sxy = model->params->data.F32[6];
    149     axes = psEllipseShapeToAxes (shape);
     149    axes = psEllipseShapeToAxes (shape, 20.0);
    150150
    151151    fprintf (stderr, "guess: %f @ (%f, %f)\n", axes.theta*180/M_PI, axes.major, axes.minor);
Note: See TracChangeset for help on using the changeset viewer.