Metadata-Version: 2.1
Name: refl1d
Version: 0.8.13
Summary: 1-D reflectometry modeling
Home-page: http://github.com/reflectometry/refl1d
Author: Paul Kienzle
Author-email: pkienzle@nist.gov
License: UNKNOWN
Description: Refl1D
        ======
        
        Refl1D is a program for analyzing 1D reflectometry measurements made with
        X-ray and neutron beamlines.  The 1-D models give the depth profile for
        material scattering density composed of a mixture of flat and continuously
        varying freeform layers. With polarized neutron measurements, scientists
        can study the sub-surface structure of magnetic samples. The architecture
        supports the addition of specialized layer types such as models for the
        density distribution of polymer brushes, and volume space modeling for
        proteins in bio-membranes. We provide a number of these models as well as
        supporting user defined layer types for both structural and magnetic
        scattering densities.
        
        Fitting is provided by Bumps, a bayesian uncertainty analysis program.  In
        addition to the usual uncertain estimated from the covariance at the best
        fit location, Bumps includes a Markov chain Monte Carlo analysis code which
        more completely describes the uncertain and correlations between parameters.
        Fitting is done in parallel, either using python multiprocessing on a
        multicore machine, or using MPI for running on a cluster.
        
        Documentation is available at `<https://refl1d.readthedocs.io>`_. See
        `CHANGES.rst <https://github.com/reflectometry/refl1d/blob/master/CHANGES.rst>`_
        for details on recent changes.
        
        Use "pip install refl1d wxpython" to install in your python environment.
        
        For the windows application, follow the installation instructions on the
        `latest release <https://github.com/reflectometry/refl1d/releases/latest>`_
        page.
        
        Submit requests and pull requests to the project
        `git pages <https://github.com/reflectometry/refl1d>`_
        
        |CI| |RTD| |DOI|
        
        .. |CI| image:: https://github.com/reflectometry/refl1d/workflows/Test/badge.svg
           :alt: Build status
           :target: https://github.com/reflectometry/refl1d/actions
        
        .. |DOI| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.4329338.svg
           :alt: DOI tag
           :target: https://doi.org/10.5281/zenodo.4329338
        
        .. |RTD| image:: https://readthedocs.org/projects/refl1d/badge/?version=latest
           :alt: Documentation status
           :target: https://refl1d.readthedocs.io/en/latest
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: Public Domain
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Physics
Provides-Extra: full
