IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35700


Ignore:
Timestamp:
Jun 21, 2013, 3:22:39 PM (13 years ago)
Author:
eugene
Message:

double-check on psf shape

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130509/ppSim/src/ppSimSetPSF.c

    r30618 r35700  
    118118
    119119        pol = psEllipseAxesToPol (axes);
     120        psEllipseAxes testaxes = psEllipsePolToAxes (pol, 0.1);
     121        fprintf (stderr, "psf in axes: %f x %f @ %f\n", axes.major, axes.minor, axes.theta*PS_DEG_RAD);
     122        fprintf (stderr, "psf ot axes: %f x %f @ %f\n", testaxes.major, testaxes.minor, testaxes.theta*PS_DEG_RAD);
    120123   
    121124        param = psf->params->data[PM_PAR_E0];
Note: See TracChangeset for help on using the changeset viewer.