nabu


Namenabu JSON
Version 2024.1.6 PyPI version JSON
download
home_pageNone
SummaryNabu - Tomography software
upload_time2024-04-19 07:18:16
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseMIT License Copyright (c) 2020-2024 ESRF Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords tomography reconstruction x-ray imaging synchrotron radiation high performance computing parallel geometry conebeam geometry helical geometry ring artefact correction geometric calibration
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Nabu

ESRF tomography processing software.

## Installation

To install the development version:

```bash
pip install [--user] git+https://gitlab.esrf.fr/tomotools/nabu.git
```
To install the stable version:

```bash
pip install [--user] nabu
```

## Usage

Nabu can be used in several ways:
  - As a Python library, by features like `Backprojector`, `FlatField`, etc
  - As a standalone application with the command line interface
  - From Tomwer ([https://gitlab.esrf.fr/tomotools/tomwer/](https://gitlab.esrf.fr/tomotools/tomwer/))

To get quickly started, launch:
```bash
nabu-config 
```
Edit the generated configuration file (`nabu.conf`). Then:

```bash
nabu nabu.conf --slice 500-600
```

will reconstruct the slices 500 to 600, with processing steps depending on `nabu.conf` contents.

## Documentation

The documentation can be found on the silx.org page ([https://www.silx.org/pub/nabu/doc](http://www.silx.org/pub/nabu/doc)).

The latest documentation built by continuous integration can be found here: [https://tomotools.gitlab-pages.esrf.fr/nabu/](https://tomotools.gitlab-pages.esrf.fr/nabu/)

## Running the tests

Once nabu is installed, running

```bash
nabu-test
```
will execute all the tests. You can also specify specific module(s) to test, for example:
```bash
nabu-test preproc misc
```
You can also provide more `pytest` options, for example increase verbosity with `-v`, exit at the first fail with `-x`, etc. Use `nabu-test --help` for displaying the complete options list.



## Nabu - what's in a name ?

Nabu was the Mesopotamian god of literacy, rational arts, scribes and wisdom.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "nabu",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "Pierre Paleo <pierre.paleo@esrf.fr>",
    "keywords": "tomography, reconstruction, X-ray imaging, synchrotron radiation, High Performance Computing, Parallel geometry, Conebeam geometry, Helical geometry, Ring artefact correction, Geometric calibration",
    "author": null,
    "author_email": "Pierre Paleo <pierre.paleo@esrf.fr>, Henri Payno <henri.payno@esrf.fr>, Alessandro Mirone <mirone@esrf.fr>, J\u00e9r\u00f4me Lesaint <jerome.lesaint@esrf.fr>",
    "download_url": "https://files.pythonhosted.org/packages/7c/38/4959bc91a77e7c2ca5a8a7c5d3bbbca4a5e696407c6a52d1901d562161cb/nabu-2024.1.6.tar.gz",
    "platform": null,
    "description": "# Nabu\n\nESRF tomography processing software.\n\n## Installation\n\nTo install the development version:\n\n```bash\npip install [--user] git+https://gitlab.esrf.fr/tomotools/nabu.git\n```\nTo install the stable version:\n\n```bash\npip install [--user] nabu\n```\n\n## Usage\n\nNabu can be used in several ways:\n  - As a Python library, by features like `Backprojector`, `FlatField`, etc\n  - As a standalone application with the command line interface\n  - From Tomwer ([https://gitlab.esrf.fr/tomotools/tomwer/](https://gitlab.esrf.fr/tomotools/tomwer/))\n\nTo get quickly started, launch:\n```bash\nnabu-config \n```\nEdit the generated configuration file (`nabu.conf`). Then:\n\n```bash\nnabu nabu.conf --slice 500-600\n```\n\nwill reconstruct the slices 500 to 600, with processing steps depending on `nabu.conf` contents.\n\n## Documentation\n\nThe documentation can be found on the silx.org page ([https://www.silx.org/pub/nabu/doc](http://www.silx.org/pub/nabu/doc)).\n\nThe latest documentation built by continuous integration can be found here: [https://tomotools.gitlab-pages.esrf.fr/nabu/](https://tomotools.gitlab-pages.esrf.fr/nabu/)\n\n## Running the tests\n\nOnce nabu is installed, running\n\n```bash\nnabu-test\n```\nwill execute all the tests. You can also specify specific module(s) to test, for example:\n```bash\nnabu-test preproc misc\n```\nYou can also provide more `pytest` options, for example increase verbosity with `-v`, exit at the first fail with `-x`, etc. Use `nabu-test --help` for displaying the complete options list.\n\n\n\n## Nabu - what's in a name ?\n\nNabu was the Mesopotamian god of literacy, rational arts, scribes and wisdom.\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2020-2024 ESRF  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Nabu - Tomography software",
    "version": "2024.1.6",
    "project_urls": {
        "Changelog": "https://gitlab.esrf.fr/tomotools/nabu/-/blob/master/CHANGELOG.md",
        "Documentation": "http://www.silx.org/pub/nabu/doc",
        "Homepage": "https://gitlab.esrf.fr/tomotools/nabu",
        "Repository": "https://gitlab.esrf.fr/tomotools/nabu/-/releases"
    },
    "split_keywords": [
        "tomography",
        " reconstruction",
        " x-ray imaging",
        " synchrotron radiation",
        " high performance computing",
        " parallel geometry",
        " conebeam geometry",
        " helical geometry",
        " ring artefact correction",
        " geometric calibration"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c86f8b5b632a1eb9a20296c6b57478d52eba03a9c721f2d2e524045fe82926bf",
                "md5": "8d7e9489416b855b48320aedfb69f0d3",
                "sha256": "5996bc81f0d6467e4761745e08cbb67c2659a254f27edcda2ec35f6cd6505602"
            },
            "downloads": -1,
            "filename": "nabu-2024.1.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8d7e9489416b855b48320aedfb69f0d3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 588530,
            "upload_time": "2024-04-19T07:18:13",
            "upload_time_iso_8601": "2024-04-19T07:18:13.818667Z",
            "url": "https://files.pythonhosted.org/packages/c8/6f/8b5b632a1eb9a20296c6b57478d52eba03a9c721f2d2e524045fe82926bf/nabu-2024.1.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7c384959bc91a77e7c2ca5a8a7c5d3bbbca4a5e696407c6a52d1901d562161cb",
                "md5": "92fd1abc7ee674e8ff121f49a5f7b192",
                "sha256": "06e13e1ce8a4ff0f1fadf9188021cc8848f1a2a7417945328e86d87ef6f72b81"
            },
            "downloads": -1,
            "filename": "nabu-2024.1.6.tar.gz",
            "has_sig": false,
            "md5_digest": "92fd1abc7ee674e8ff121f49a5f7b192",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 474169,
            "upload_time": "2024-04-19T07:18:16",
            "upload_time_iso_8601": "2024-04-19T07:18:16.905341Z",
            "url": "https://files.pythonhosted.org/packages/7c/38/4959bc91a77e7c2ca5a8a7c5d3bbbca4a5e696407c6a52d1901d562161cb/nabu-2024.1.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-19 07:18:16",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "nabu"
}
        
Elapsed time: 0.32907s