Skip to content

AdvancedPhotonSource/ptychozoon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ptychozoon

Ptychozoon: a GPU-accelerated python library for ptychography-enhanced x-ray fluorescence.

Installation

Ptychozoon uses CuPy for GPU-accelerated computation. CuPy requires CUDA runtime libraries that are not bundled with the pip wheel, so it must be installed via conda-forge first:

conda install -c conda-forge cupy

Then install ptychozoon. It is recommended to install with qt dependencies, which will enable the use of GUIs for viewing the results of the analysis:

pip install ptychozoon[qt]

To install with no optional dependencies:

pip install ptychozoon

To install the package for development, clone the git repository and create an editable install:

pip install -e ".[dev,qt]"

Usage

import ptychozoon

About

GPU-accelerated python library for ptychography-enhanced x-ray fluorescence

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors