{%- extends "layout.html" %} {%- block relbar1 %}{% endblock %} {% block body %}

Ptypy (pronounced typy, forget the p, as in ptychography or psychology) is a reconstruction package for ptychographic datasets.

To get started quickly, look at the examples in the template directory. You will also need to prepare your data in a hdf5 file and following a structure that ptypy can understand. Ptypy provides already routines to prepare data from three beamlines (cSAXS, PSI; I13, Diamond; and I22, ESRF) and more will come.

Features

Ptypy was designed with flexibility in mind: it should allow rapid development of new ideas. To this end, much of the "ugly" details have been hidden in advanced containers that manage data and access "views" onto them.

Currently implemented:

Installation

Installation should be as simple as sudo python setup.py install or, as a user, python setup.py install --user

Dependencies

Ptypy depends on standard python packages:

Contribute

Support

If you are having issues, please let us know.

{% endblock %}