################################################################################ #This software was developed by the University of Tennessee as part of the #Distributed Data Analysis of Neutron Scattering Experiments (DANSE) #project funded by the US National Science Foundation. # #See the license text in license.txt # #copyright 2008, University of Tennessee ################################################################################ The P(r) inversion package contains the computational components necessary to perform a P(r) inversion on data. It contains C files that do most of the computational work. The python module that performs this inversion uses NumPy and SciPy as well as the C extensions.