jbhopkins
jbhopkins
Jerome, As I understand it, the azimuthal method is calculating the standard deviation of the mean (aka the standard error). While I agree that if you have a photon counting...
Jerome, thanks for looking into it. While I agree that your approach of detector specific corrections is probably best when possible, it seems that keeping the azimuthal calculation around for...
Those messages might be a red herring. You get the same error messages without the AUI code (i.e. comment it out in the sample above), but the binary runs fine...
If I manually remove the longer version (exact numbers changed to 3.1 and 3.1.5.0.0 because I changed wx versions while I was testing) I get the following traceback when I...
Removing and adding the symlinks as you described fixed the issue (output below). Thanks! Hopefully it's not too hard to fix in pyinstaller itself, but until then it's an easy...
Yes, I wasn't really proposing my code as a permanent solution. It was meant to illustrate that using the regular PaintDC rather than BufferedPaintDC solved the problem. But I don't...
I'm happy to put in a pull request changing the agw draws from buffered to normal. But I'm not familiar enough with the backend to know if that's the right...
Sorry for the delay in response, I've now got a bit of time to look at this again. So two questions. First, @RobinD42 is the fact that BufferedDC is not...
The core widgets, including ScrolledWindow, have pretty good support for high DPI these days. You typically have to do something system specific to enable it. If you're on Windows this...