Metadata-Version: 2.4
Name: baryon-cycle
Version: 0.0.1
Summary: BAGS: Revealing baryon cycle around galaxies with stacking analysis
Author-email: Yangyao Chen <yangyaochen.astro@foxmail.com>, Chengyu Ma <3065616846@qq.com>, Enci Wang <ecwang16@ustc.edu.cn>
Project-URL: Repository, https://github.com/ChenYangyao/baryon-cycle.git
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyhipp>=0.3.6
Requires-Dist: flake8
Requires-Dist: pytest>=7.0.0
Dynamic: license-file

<div align="center">
  <img width="1024px" src="https://raw.githubusercontent.com/ChenYangyao/baryon-cycle/master/docs/site-data/cover-github.jpg" alt="BAGS: Revealing baryon cycle around galaxies with stacking analysis"/>
</div>

[![Last commit](https://img.shields.io/github/last-commit/ChenYangyao/baryon-cycle/master)](https://github.com/ChenYangyao/baryon-cycle/commits/master)
[![Workflow Status](https://img.shields.io/github/actions/workflow/status/ChenYangyao/baryon-cycle/run-test.yml)](https://github.com/ChenYangyao/baryon-cycle/actions/workflows/run-test.yml)
[![MIT License](https://img.shields.io/badge/License-MIT-blue)](https://github.com/ChenYangyao/baryon-cycle/blob/master/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/baryon-cycle)](https://pypi.org/project/baryon-cycle/)

The package holds the codes and data products for the BAGS project

## Publications 

- Chengyu Ma, Yangyao Chen, Enci Wang et al. 2025 (Paper-I; arXiv ???; submitted to ???).

## Installation

To install the package, run:
```bash
pip install baryon-cycle
```
Alternatively, you can clone the repository and install the package locally via `pip install -e /path/to/the/repo`.

## Codes and data products for the papers

- Paper-I: [docs/2026-BAGS-method/](docs/2026-BAGS-method/)


## For developers

### Contribute to the project

Pull requests are welcome. For any changes, start a pull request to the ``dev`` branch and we will review it.

## For users

### Citation

We ask the users to cite the paper(s) when using the package (code or data) in their research.

Users using specific module/code sample should also follow the copyright header in the source files.

### Issues

Any issue is welcomed. If you have any question or suggestion, please open an issue on Github and we will provide a reply as soon as we can. You are also welcomed to contact any of the authors of the paper directly through email (see below for the contact information).

## Contacts

- Chengyu Ma (3065616846@qq.com)
- Yangyao Chen (yangyaochen.astro@foxmail.com)
- Enci Wang (ecwang16@ustc.edu.cn)
