HVOX is the Python reference implementation of the HVOX gridder for mesh-agnostic wide-field interferometry [1]
# Create conda environment
my_env=<CONDA ENVIRONMENT NAME>
conda create --name "${my_env}"
# Install HVOX
python -m pip install git+https://github.com/matthieumeo/hvox
# Install additional dependencies to run examples and CLI
python -m pip install --index-url=https://artefact.skao.int/repository/pypi-all/simple rascil
python -m pip install healpy
# Developer Install HVOX
python -m pip install "hvox[dev] @ git+https://github.com/matthieumeo/hvox"
Contributions are very welcome. Tests can be run with tox, please ensure the coverage at least stays the same before you submit a pull request.
Distributed under the terms of the MIT license, hvox is free and open source software
If you encounter any problems, please file an issue along with a detailed description.
[1] | HVOXpaper Kashani, S., Queralt, J. R., Jarret, A., & Simeoni, M. (2023). HVOX: Scalable Interferometric Synthesis and Analysis of Spherical Sky Maps. arXiv [Cs.CE]. Retrieved from http://arxiv.org/abs/2306.06007 |