Python tools for analyzing spectroscopic data in astrophysics. Developed by Rongmon Bordoloi and collaborators.
# 1. Create a new conda environment
conda create -n rbcodes-env python=3.10
conda activate rbcodes-env
# 2. Install rbcodes
pip install -e /path/to/rbcodes
# 3. Run main analysis tool
launch_specgui
# Or view/compare multiple spectra
rb_multispecSee docs/main_readme.md for:
- Complete installation instructions
- All available tools and modules
- Detailed feature descriptions
- Quick start guide
If you use rbcodes in your research, please cite the following DOI:
📄 BibTeX for version 2.0.0
@software{bordoloi_2025_15723701,
author = {Bordoloi, Rongmon and
Liu, Bin and
Clark, Sean and
Higginson, Jack and
Flores, Derick},
title = {rongmon/rbcodes: rbcodes v2.0.0},
year = 2025,
publisher = {Zenodo},
version = {v2.0.0},
doi = {10.5281/zenodo.6079263},
url = {https://doi.org/10.5281/zenodo.6079263}
}Contributions are welcome! See CONTRIBUTING.rst for guidelines.
This project is licensed under the MIT License.