Hi @maaijke,
There seem to be a few lurking errors in the GitHub here related to casacore and the troubles it can cause with positional info. Further, there is a quite a bulk of code to maintain in the related PosTools.py. In there there is a switch as well to use either casacore or ephem.
Looking at the code, I think that a bunch could be replaced with calls to the appropriate astropy.coordinates and the appropriate frames. What do you think?
Hi @maaijke,
There seem to be a few lurking errors in the GitHub here related to
casacoreand the troubles it can cause with positional info. Further, there is a quite a bulk of code to maintain in the relatedPosTools.py. In there there is a switch as well to use eithercasacoreorephem.Looking at the code, I think that a bunch could be replaced with calls to the appropriate
astropy.coordinatesand the appropriate frames. What do you think?