srxraylib


Namesrxraylib JSON
Version 1.0.54 PyPI version JSON
download
home_pagehttps://github.com/oasys-kit/SR-xraylib
SummarySynchrotron Radiation X-ray library
upload_time2024-06-05 10:30:35
maintainerLuca Rebuffi
docs_urlNone
authorLuca Rebuffi, Manuel Sanchez del Rio and Mark Glass
requires_pythonNone
licenseGPLv3
keywords x-raysynchrotron radiation wavefront propagationray tracing surface metrology simulation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ==========
SR-xraylib
==========

About
-----

Miscellaneous utilities and tools for synchrotron radiation and x-ray optics.

The classes and functions here can be used in a standalone more. They include:

* metrology: tools for x-ray optics metrology, including dabam (DAtaBAse for Metrology profiles) [1,2].
* plot: plotting tools. GOL (Graphics in One Line) contain functions to make easily simple plots using matplotlib.
* synchrotron sources: srfunc contains functions to calculate synchrotron emission of bending magnets and wigglers.
* util:
    * data_structors: igor-like data structures.
    * h5_simple_writer: simple writer for hdf5 files.
    * inverse_method_sampler: classes for generating random numbers following given 1D, 2D and 3D probability distribution functons

Documentation
-------------
https://srxraylib.readthedocs.io/


Source repository
-----------------
https://github.com/oasys-kit/sr-xraylib

Quick-installation
------------------
srxraylib can be installed with Python 3.x:

.. code-block:: console

    $ python -m pip install srxraylib

References
----------
[1] https://github.com/oasys-kit/DabamFiles

[2] http://dx.doi.org/10.1107/S1600577516005014

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/oasys-kit/SR-xraylib",
    "name": "srxraylib",
    "maintainer": "Luca Rebuffi",
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": "lrebuffi@anl.gov",
    "keywords": "x-raysynchrotron radiation, wavefront propagationray tracing, surface metrology, simulation",
    "author": "Luca Rebuffi, Manuel Sanchez del Rio and Mark Glass",
    "author_email": "lrebuffi@anl.gov",
    "download_url": "https://files.pythonhosted.org/packages/a2/70/d8a23ab8aee1125bcc997401ae1966a91cf698b9404a08838994935daea1/srxraylib-1.0.54.tar.gz",
    "platform": null,
    "description": "==========\nSR-xraylib\n==========\n\nAbout\n-----\n\nMiscellaneous utilities and tools for synchrotron radiation and x-ray optics.\n\nThe classes and functions here can be used in a standalone more. They include:\n\n* metrology: tools for x-ray optics metrology, including dabam (DAtaBAse for Metrology profiles) [1,2].\n* plot: plotting tools. GOL (Graphics in One Line) contain functions to make easily simple plots using matplotlib.\n* synchrotron sources: srfunc contains functions to calculate synchrotron emission of bending magnets and wigglers.\n* util:\n    * data_structors: igor-like data structures.\n    * h5_simple_writer: simple writer for hdf5 files.\n    * inverse_method_sampler: classes for generating random numbers following given 1D, 2D and 3D probability distribution functons\n\nDocumentation\n-------------\nhttps://srxraylib.readthedocs.io/\n\n\nSource repository\n-----------------\nhttps://github.com/oasys-kit/sr-xraylib\n\nQuick-installation\n------------------\nsrxraylib can be installed with Python 3.x:\n\n.. code-block:: console\n\n    $ python -m pip install srxraylib\n\nReferences\n----------\n[1] https://github.com/oasys-kit/DabamFiles\n\n[2] http://dx.doi.org/10.1107/S1600577516005014\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "Synchrotron Radiation X-ray library",
    "version": "1.0.54",
    "project_urls": {
        "Download": "https://github.com/oasys-kit/SR-xraylib",
        "Homepage": "https://github.com/oasys-kit/SR-xraylib"
    },
    "split_keywords": [
        "x-raysynchrotron radiation",
        " wavefront propagationray tracing",
        " surface metrology",
        " simulation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a270d8a23ab8aee1125bcc997401ae1966a91cf698b9404a08838994935daea1",
                "md5": "c40792c417bbf47ff0c92653384dd9ee",
                "sha256": "82905581cecf84dd577e3baccf9f26c651087739a11ce2a91a9c157673b7c422"
            },
            "downloads": -1,
            "filename": "srxraylib-1.0.54.tar.gz",
            "has_sig": false,
            "md5_digest": "c40792c417bbf47ff0c92653384dd9ee",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 105042,
            "upload_time": "2024-06-05T10:30:35",
            "upload_time_iso_8601": "2024-06-05T10:30:35.759361Z",
            "url": "https://files.pythonhosted.org/packages/a2/70/d8a23ab8aee1125bcc997401ae1966a91cf698b9404a08838994935daea1/srxraylib-1.0.54.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-05 10:30:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "oasys-kit",
    "github_project": "SR-xraylib",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "srxraylib"
}
        
Elapsed time: 0.34289s