CARTAvis / carta-python

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

Eliminate custom pwd #126

Closed confluence closed 1 year ago

confluence commented 1 year ago

Once frontend #2188 is merged, it will be possible to open an image from the wrapper without automatically changing the frontend's current directory to the image's parent directory. The custom wrapper-side pwd and all path transformations that use it (which were introduced as a workaround for this) should then be removed. The wrapper's pwd and cd should directly show and change the normal GUI browser's starting directory. It should be possible to pass unmodified relative paths to functions for opening images.