hvox
Python reference implementation of the HVOX gridder for mesh-agnostic wide-field interferometry.
Science Score: 54.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
✓Academic publication links
Links to: arxiv.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (15.2%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
Python reference implementation of the HVOX gridder for mesh-agnostic wide-field interferometry.
Basic Info
- Host: GitHub
- Owner: matthieumeo
- License: mit
- Language: Python
- Default Branch: main
- Size: 12.8 MB
Statistics
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 2
- Releases: 0
Created about 3 years ago
· Last pushed over 2 years ago
Metadata Files
Readme
Changelog
License
Citation
Authors
README.rst
.. raw:: html
![]()
HVOX
.. image:: https://img.shields.io/badge/Python-3.9%20|%203.10%20-blue :target: https://www.python.org/downloads/ :alt: Python 3.9 | 3.10 .. image:: https://img.shields.io/badge/License-MIT-yellow.svg :target: https://opensource.org/licenses/MIT :alt: License: MIT .. image:: https://img.shields.io/badge/Maturity-Production%2FStable-green.svg :target: https://www.python.org/dev/peps/pep-0008/ :alt: Maturity Level: Production/Stable .. image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://github.com/psf/black :alt: Code style: black .. image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?style=flat&logo=pre-commit&logoColor=white :target: https://pre-commit.com/ :alt: pre-commit enabled .. image:: https://img.shields.io/badge/PRs-welcome-brightgreen.svg :target: https://github.com/matthieumeo/hvox/pulls :alt: PRs Welcome **HVOX** is the Python reference implementation of the HVOX gridder for mesh-agnostic wide-field interferometry [1] Installation ------------ .. code-block:: bash # Create conda environment my_env=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" Contributing ------------ 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. License ------- Distributed under the terms of the `MIT`_ license, `hvox` is free and open source software Issues ------ If you encounter any problems, please `file an issue`_ along with a detailed description. .. _MIT: http://opensource.org/licenses/MIT .. _file an issue: https://github.com/matthieumeo/hvox/issues .. _tox: https://tox.readthedocs.io/en/latest/ .. _pip: https://pypi.org/project/pip/ .. _PyPI: https://pypi.org/ References ---------- .. [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 .. _HVOXpaper: http://arxiv.org/abs/2306.06007
Owner
- Name: Matthieu SIMEONI
- Login: matthieumeo
- Kind: user
- Location: Switzerland
- Company: EPFL
- Website: https://people.epfl.ch/matthieu.simeoni
- Repositories: 4
- Profile: https://github.com/matthieumeo
My research work takes root in a multidisciplinary environment at the frontier between signal processing, statistics and applied mathematics.
Citation (CITATION.cff)
cff-version: 1.2.0
title: >-
HVOX: Scalable Interferometric Synthesis and Analysis of
Spherical Sky Maps.
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Sepand
family-names: Kashani
email: sepand.kashani@epfl.ch
affiliation: EPFL
- given-names: Joan
family-names: Rue Queralt
email: joan.ruequeralt@epfl.ch
affiliation: EPFL
- given-names: Adrian
family-names: Jarret
email: adrian.jarret@epfl.ch
affiliation: EPFL
- given-names: Matthieu
family-names: Simeoni
email: matthieu.simeoni@epfl.ch
affiliation: EPFL
identifiers:
- type: doi
value: 10.48550/arXiv.2306.06007
description: DOI of manuscript pre-print.
repository-code: 'https://github.com/matthieumeo/hvox'
abstract: >-
Python reference implementation of the HVOX gridder for
mesh-agnostic wide-field interferometry.
license: MIT
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 2
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 2
- Total pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- micbia (1)
- kbharatgehlot (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
pyproject.toml
pypi
setup.py
pypi