cacao-org / cacao

Compute And Control for Adaptive Optics
GNU General Public License v3.0
24 stars 9 forks source link

Bugs #15

Closed Zarathustrared closed 2 years ago

Zarathustrared commented 2 years ago

Hi,

I have come across a number of bugs, which may be the result of my using things wrong.

Running ./aolconf causes a command not found error - it tries to run "milkStreamLink", however the command that works is: "milk-streamlink".

If you try to load a FITS for zrespMlinsim under test mode in the ./aolconf gui, it will say that command FITS2shm is not found, editing file "aolconf_menutestmode" and replacing "Fits2shm" with "milk-FITS2shm" makes it work, kinda - with other errors for now.

FITS2shm seems to be a common problem in other conf files, "aolconf_menuconfigureloop" line 1388 up to 1406 generate the same error.

Typo at line 702 of the above config file, "milkStreamLink-p" --> "milk-streamlink -p", similar error a number of lines further down.

cntr-f for many instances of the above.

cfitsio-4.1.0 is showing "#define CFITSIO_SONAME 9" ./aolconf asks for "CFITSIO_SONAME 8", not sure if it matters but it does error.

I am spending quite a lot of time on this, so I will likely add more things in time.

Zarathustrared commented 2 years ago

ok, I found MagAOX, I will work on that instead for the time being.