CARTAvis / carta-python

CARTA scripting wrapper written in Python
GNU General Public License v3.0
0 stars 0 forks source link

Setting the coordinate system and then the centre position doesn't work correctly if the image is not active #125

Open confluence opened 1 year ago

confluence commented 1 year ago

As described in #116. This is one of several cases where the scripting interface performs an operation on an inactive image which would not be possible through the browser GUI, and this causes an unexpected problem. In this case, we may need to provide access to the frontend's AST object so that the scripting interface can set certain AST properties explicitly, but this needs more investigation.

confluence commented 11 months ago

This may be fixed in the latest frontend.