srxraylib


Namesrxraylib JSON
Version 1.0.53 PyPI version JSON
download
home_pagehttps://github.com/oasys-kit/SR-xraylib
SummarySynchrotron Radiation X-ray library
upload_time2024-05-13 08:41:29
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/4c/63/7dbe4edf7be3aee3c34e4c8e90ebf7c3bea7d3d1df067bd84ed6ac7895f2/srxraylib-1.0.53.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.53",
    "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": "4c637dbe4edf7be3aee3c34e4c8e90ebf7c3bea7d3d1df067bd84ed6ac7895f2",
                "md5": "eef66847b898534a54aad9f505b09f91",
                "sha256": "96c7655a258848e05a2af43a962eaeab13b63d9deff765423ac95b92c5db66aa"
            },
            "downloads": -1,
            "filename": "srxraylib-1.0.53.tar.gz",
            "has_sig": false,
            "md5_digest": "eef66847b898534a54aad9f505b09f91",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 104809,
            "upload_time": "2024-05-13T08:41:29",
            "upload_time_iso_8601": "2024-05-13T08:41:29.390562Z",
            "url": "https://files.pythonhosted.org/packages/4c/63/7dbe4edf7be3aee3c34e4c8e90ebf7c3bea7d3d1df067bd84ed6ac7895f2/srxraylib-1.0.53.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-13 08:41:29",
    "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.28219s