mtazzari / galario

Gpu Accelerated Library for Analysing Radio Interferometer Observations
https://mtazzari.github.io/galario/
GNU Lesser General Public License v3.0
31 stars 15 forks source link

(wip) Release utils [do not merge] #161

Open mtazzari opened 5 years ago

mtazzari commented 5 years ago

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 I make them importable as

from galario import utils

or

from galario.utils import sweep_ref

This could be a framework to release future other Python-only functions. It would allow, e.g., to distribute a Python version as a prototype of future CPU/GPU accelerated version.

fredRos commented 4 years ago

what about this PR? Merge or close?