Jon Cox
Jon Cox
The docs state that you plan to add support for modeling propagation to intermediate planes. For example, if you want to compute the field some distance behind the image plane....
I would like to simulate the effects of atmospheric turbulence on 2D images, like galaxies or planets, in the focal plane. Have you added support for applying PSF to 2D...
When running the default scaoSim generated by daspbuilder.py, I get the error/warning message: **>>>0: WARNING:tomoRecon: unable to load reconmx rmx.fits, using 0. instead** What causes this? Should I be worried...
While testing out the scaoSim code from daspbuilder.py, I question whether it is actually properly correcting from the reconstructed phase front. Basically, if I look at the "instantaneous image sc1"...
When trying to compile SDL2 on Solaris 10 1/13, the "configure" script incorrectly tries to build SDL2 with support for Vulkan. Obviously, this fails because the likelihood of most UNIXes,...
SDL2 threading config in ./cmake/sdlchecks.cmake not correct for non-GNU compiler (e.g. SunPro cc)
Within the cmake config script, `./cmake/sdlchecks.cmake`, there is a check that decides how to enable pthread support for different platforms. If this check detects a platform of either "Solaris" or...
The sdl2-config shell script cannot run properly on Solaris 10 because it requests /bin/sh as the shell on the first line. I find the script is actually incompatible with the...
By default, SDL2 tries to enable support for XRANDR with the SDL_X11_XRANDR option in CMake, for example. The problem is that Solaris 10 does not actually support XRANDR in practice,...
I find pygame-menu runs extremely slowly on older hardware due to the blur / fade / transition effects. How can I turn off all unnecessary updates and effects? I want...