Metadata-Version: 2.1
Name: psdist
Version: 0.1.8
Summary: Analysis/visualization of phase space distributions
Author-email: Austin Hoover <ahoover1218@gmail.com>
Project-URL: homepage, https://github.com/austin-hoover/psdist
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: h5py (==3.7.0)
Requires-Dist: ipywidgets (==8.0.3)
Requires-Dist: matplotlib (<3.5.0,>=3.3.0)
Requires-Dist: numpy (==1.24.1)
Requires-Dist: proplot (==0.9.7)
Requires-Dist: scipy (==1.9.1)
Requires-Dist: tqdm (==4.64.1)

# psdist

This repository is a collection of analysis and visualization methods for six-dimensional position-momentum space (phase space) distributions. Its primary use has been to slice and project high-dimensional data, both in point-cloud and image form.


## Installation

https://pypi.org/project/psdist/


## Examples

See `/examples` folder and https://austin-hoover.github.io/psdist/.


## Related packages

* https://github.com/openPMD/openPMD-viewer
* https://github.com/bwheelz36/ParticlePhaseSpace
* https://github.com/ColwynGulliford/distgen
* https://aplpy.readthedocs.io/en/stable/fitsfigure/slicing.html
