Index: /branches/eam_branches/ipp-20130509/ppSim/src/ppSimSetPSF.c
===================================================================
--- /branches/eam_branches/ipp-20130509/ppSim/src/ppSimSetPSF.c	(revision 35699)
+++ /branches/eam_branches/ipp-20130509/ppSim/src/ppSimSetPSF.c	(revision 35700)
@@ -118,4 +118,7 @@
 
 	pol = psEllipseAxesToPol (axes);
+	psEllipseAxes testaxes = psEllipsePolToAxes (pol, 0.1);
+	fprintf (stderr, "psf in axes: %f x %f @ %f\n", axes.major, axes.minor, axes.theta*PS_DEG_RAD);
+	fprintf (stderr, "psf ot axes: %f x %f @ %f\n", testaxes.major, testaxes.minor, testaxes.theta*PS_DEG_RAD);
     
 	param = psf->params->data[PM_PAR_E0];
