As currently written, tp2vis can't be imported by other modules and can't be used as a library, since instead of importing, users are expected to execfile it. Is there a python3/casa6-compatible, importable version available? It looks like the fix is as simple as including appropriate imports (e.g., from taskinit import iatool, etc) at the top of the file.
As currently written, tp2vis can't be imported by other modules and can't be used as a library, since instead of importing, users are expected to
execfileit. Is there a python3/casa6-compatible, importable version available? It looks like the fix is as simple as including appropriate imports (e.g.,from taskinit import iatool, etc) at the top of the file.