Closed AlecThomson closed 1 year ago
Hi Alec:
I think Wasim had the same issue; it seems to be a problem with RM-extract. The solution he found was to install casa-data (from what I can find online, I think it's as simple as pip install --index-url https://casa-pip.nrao.edu/repository/pypi-casa-release/simple casadata
?). I guess that should be added as a dependency. The alternative (I think; I've not tested it) is to go into RMextract's PosTools.py and comment out the first block of trying to import pyrap. That should force it to use pyephem, which seems more reliable.
Cheers, Cameron
I encountered this problem, and tried the remedy suggested above by Cameron. casadata was successfully installed, but the problem persists. At present I get past it by pip uninstall python-casacore
.
Wow this is an old one! Sorry for not coming back earlier. I did get this sorted with a combo of the casadata
install and directly downloading the Measures data. What a mess!
It is painful, however, that RMextract has so many ways of doing things. Would be nice to get things cleaner upstream
Hi @Cameron-Van-Eck ,
I'm trying to run the following prediction:
But, I'm getting the following error:
It looks like some data is missing from casacore, which I installed with conda. Any thoughts on what's going wrong here?