A python package to model the Sunyaez-Zeldovich (SZ) effect observations.
To install the package from source, one should clone this package running the following::
git clone https://github.com/sambit-giri/pySZe.git
To install the package in the standard location, run the following in the root directory::
python setup.py install
In order to install it in a separate directory::
python setup.py install --home=directory
One can also install the latest version using pip by running the following command::
pip install git+https://github.com/sambit-giri/pySZe.git
The dependencies should be installed automatically during the installation process. If they fail for some reason, you can install them manually before installing pySZe. The list of required packages can be found in the requirements.txt file present in the root directory.
For testing, one can use pytest. It can be installed using pip. To run all the test script, run the either of the following::
python -m pytest tests
If you find any bugs or unexpected behavior in the code, please feel free to open a Github issue. The issue page is also good if you seek help or have suggestions for us.