You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am just getting started with soapy and to verify my installation I tried to run the example you give here. For the configuration file I tried using the sh_8x8.py.
However there is at least one function name that changed: on running sim.aoinit() python produced the following error message:
In centroiders.py I found a brightest_pixel but not a brightestPxl. After changing line 63 of sh_8x8.py from
"centMethod" : ["brightestPxl"],
to
"centMethod" : ["brightest_pixel"],
aoinit went through.
Maybe you want to have a look at the soapy example files and make sure all function name have been updated to the latest version?
Cheers,
Anne-Laure Cheffot
The text was updated successfully, but these errors were encountered:
Yes, this appears to have not been updated when the function was renamed in aotoools. Thanks for pointing it out, we will sort it for the next release.
Hello,
I am just getting started with soapy and to verify my installation I tried to run the example you give here. For the configuration file I tried using the sh_8x8.py.
However there is at least one function name that changed: on running
sim.aoinit()
python produced the following error message:In centroiders.py I found a
brightest_pixel
but not abrightestPxl
. After changing line 63 ofsh_8x8.py
fromto
aoinit
went through.Maybe you want to have a look at the soapy example files and make sure all function name have been updated to the latest version?
Cheers,
Anne-Laure Cheffot
The text was updated successfully, but these errors were encountered: