If the wind blew north and south but never east you don't say the average wind was east.
Why not? IMO East is indeed the most informative answer in this case
![smile :)](http://pixinsight.com/forum/Smileys/default/smile.gif)
Jokes apart, what you are saying is that the mean of wind directions is not a robust estimator of wind direction. I completely agree, and your analogy is a clever one.
Definitely, I have to implement a more robust estimator of the average rotation angle in DynamicPSF. However, I personally tend to favor simple robust statistics methods instead of SVD methods and the like, especially in cases like this one, where the fitted data has a significant amount of uncertainty and outliers. Of course these robust estimates will only be available for sufficiently large sets, say for 10 or more fitted stars; otherwise nothing minimally reliable can be done.
On a side note, mean fitted PSF parameters should
not be used to represent the true PSF of an image. The main reason is that the mean is not robust, so the computed mean parameters are sensitive to outliers, which are particularly problematic for rotation angles due to their inherent uncertainty. I have implemented a much more robust way of generating average PSFs, which is available in DynamicPSF as the
Export synthetic PSF function. Synthetic PSFs provide excellent results for deconvolution.
Again, thanks for your insights.