Skip to content

pablo-richard/pywst

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyWST : WST and RWST for astrophysics

PyWST is a public Python package designed to perform statistical analyses of two-dimensional data with the Wavelet Scattering Transform (WST) and the Reduced Wavelet Scattering Transform (RWST).

The WST/RWST give you convenient sets of coefficients that describe your non-Gaussian data in a comprehensive way.

Install PyWST and check out our Jupyter notebook tutorial in the examples/ folder.

If you use this package, please cite the following paper:

B. Regaldo-Saint Blancard, F. Levrier, E. Allys, E. Bellomi, F. Boulanger (2020). Statistical description of dust polarized emission from the diffuse interstellar medium - A RWST approach. arXiv preprint arXiv:2007.08242

Note: For GPU-accelerated WST computations, take a look at kymatio (on which part of this code is based).

Install/Uninstall

Standard installation (from the Python Package Index)

Type in a console:

pip install pywst

Install from source

Clone the repository and type from the main directory:

pip install -r requirements.txt
pip install .

Uninstall

pip uninstall pywst

Changelog

0.9

  • First public version.

About

Python package for WST and RWST analyses of astrophysical data.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%