About#
argosim is a python package for radio interferometric observation simulations and image reconstruction. It is developed as part of the ARGOS project, a European initiative to build a next-generation, sustainable radio interferometer.
This software is developed at the CosmoStat laboratory, CEA, Paris-Saclay, in collaboration with the ARGOS project.
🛠️ Development#
We use continuous integration to maintain code quality and robustness:
Unit tests with
pytest
Linting with
black
andisort
Documentation building with
sphinx
📢 Citation#
If you use argosim
in your research, please cite it as follows:
@software{argosim,
author = {Ezequiel Centofanti and Emma Ayçoberry and Samuel Farrens and Samuel Gullin and Manal Bensahli and Jean-Luc Starck and John Antoniadis},
title = {argosim: a Python package for radio interferometric simulations},
version = {x.y.z},
year = {2025},
url = {https://github.com/ARGOS-telescope/argosim}
}
fill in the version number with the current version of argosim
.