Metadata-Version: 2.4
Name: avoidcorr
Version: 0.1.0
Summary: Predict avoidance biased 21-cm power spectrum from full k power spectrum.
Author: satyapan
Author-email: satyapan.iiserm@gmail.com
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Description-Content-Type: text/markdown

# Avoidcorr: Predict avoidance power spectrum from full k power spectrum

avoidcorr is a Python package for predicting the avoidance biased 21-cm power spectrum from a full k power spectrum. It can use shape difference degeneracies from a database to estimate biased power spectra corresponding to an input power spectrum and an input arbitrary mask in k space.

# Dependencies

avoidcorr requires the following Python libraries:
- numpy
- matplotlib
- scipy
- astropy
- tqdm
- multiprocessing

# Installation
avoidcorr can be installed via pip:
```
pip install avoidcorr
```

# Documentation
A step-by-step guide is presented in the wiki page.
