Marco Tazzari
Marco Tazzari
In `galario.utils` there are some general purpose functions that are useful. At the moment there is no way of calling them. Here, I add them to the installed payload and...
Now that many users have started using GALARIO on GPUS, it would significantly increase user-friendliness to ship the GPU version through conda. It seems that conda-forge now supports CUDA packages...
There is no need to use find_packages() for CUDA anymore, since CUDA is now supported natively since cmake v3.8 https://cmake.org/cmake/help/latest/module/FindCUDA.html
CircleCI 2 is lately much quicker than Travis CI. Add an integration to run the tests on Mac OS, which is not done at the moment on Travis.
Evaluate implementation of `interpolate_core` via convolution as provided in Schwab's "Optimal gridding of visibility data in radio interferometry" paper in order to better account for strong fluctuations of FT across...
Remove from GaussianProfile() the following lines altogether: ```py # convert to radians sigma *= arcsec # [rad] Rmin *= arcsec # [rad] dR *= arcsec # [rad] ``` and move...
At the moment, the input image in `*Image()` and the images internally created in `*Profile()` are not primary beam (PB) corrected. Namely, they are assumed to be **already** PB-corrected. It...
## Issue Description When installing `oasislmf` with the verbose flag: ```bash cd OasisLMF/ pip install -v . ``` I have noticed the following warning: ```bash [...]/envs/oasis/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is...