ewoksid22


Nameewoksid22 JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://gitlab.esrf.fr/workflow/ewoksapps/ewoksid22/
SummaryData processing workflows for Id22
upload_time2023-07-13 11:23:59
maintainer
docs_urlNone
authorESRF
requires_python>=3.7
licenseMIT
keywords ewoks
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ewoksid22

Data processing workflows for ID22

## Getting started

Example of using the command line scripts directly (needs access to `/data/id22/inhouse/`):

```bash
./examples/rebinsum.sh
```

Example of defining and executing an HDF5 to SPEC conversion workflow (needs access to `/data/id22/inhouse/`):

```bash
ewoks execute examples/convert.json
```

Example of defining and executing a ROI collection rebin+sum workflow (needs access to `/data/id22/inhouse/`):

```bash
ewoks execute examples/rebinsum.json
```

## Installation

```bash
pip install multianalyzer@git+https://github.com/kif/multianalyzer.git@main
pip install ewoksid22
```

The following command line scripts are installed:

* `id22sumepy`: python wrapper for `id22sume` and `id22sumalle`
* `id22sume`: fortran program
* `id22sumalle`: fortran program
* `zingit`: awk program

## Documentation

https://ewoksid22.readthedocs.io/

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.esrf.fr/workflow/ewoksapps/ewoksid22/",
    "name": "ewoksid22",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "ewoks",
    "author": "ESRF",
    "author_email": "wout.de_nolf@esrf.fr",
    "download_url": "https://files.pythonhosted.org/packages/ba/54/f81e3171242740ebb41d8759e7b3b54516293bf28f53f5c4c54617725d54/ewoksid22-0.1.0.tar.gz",
    "platform": null,
    "description": "# ewoksid22\n\nData processing workflows for ID22\n\n## Getting started\n\nExample of using the command line scripts directly (needs access to `/data/id22/inhouse/`):\n\n```bash\n./examples/rebinsum.sh\n```\n\nExample of defining and executing an HDF5 to SPEC conversion workflow (needs access to `/data/id22/inhouse/`):\n\n```bash\newoks execute examples/convert.json\n```\n\nExample of defining and executing a ROI collection rebin+sum workflow (needs access to `/data/id22/inhouse/`):\n\n```bash\newoks execute examples/rebinsum.json\n```\n\n## Installation\n\n```bash\npip install multianalyzer@git+https://github.com/kif/multianalyzer.git@main\npip install ewoksid22\n```\n\nThe following command line scripts are installed:\n\n* `id22sumepy`: python wrapper for `id22sume` and `id22sumalle`\n* `id22sume`: fortran program\n* `id22sumalle`: fortran program\n* `zingit`: awk program\n\n## Documentation\n\nhttps://ewoksid22.readthedocs.io/\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Data processing workflows for Id22",
    "version": "0.1.0",
    "project_urls": {
        "Documentation": "https://ewoksid22.readthedocs.io/",
        "Homepage": "https://gitlab.esrf.fr/workflow/ewoksapps/ewoksid22/",
        "Source": "https://gitlab.esrf.fr/workflow/ewoksapps/ewoksid22/",
        "Tracker": "https://gitlab.esrf.fr/workflow/ewoksapps/ewoksid22/issues/"
    },
    "split_keywords": [
        "ewoks"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ba54f81e3171242740ebb41d8759e7b3b54516293bf28f53f5c4c54617725d54",
                "md5": "795861faa9ae2aa2667049d3afbc912f",
                "sha256": "bb91f338006d42ef0ca7f6c53a57beef75143459ca8acfcd56fc18a3e29e7a4f"
            },
            "downloads": -1,
            "filename": "ewoksid22-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "795861faa9ae2aa2667049d3afbc912f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 2076899,
            "upload_time": "2023-07-13T11:23:59",
            "upload_time_iso_8601": "2023-07-13T11:23:59.148889Z",
            "url": "https://files.pythonhosted.org/packages/ba/54/f81e3171242740ebb41d8759e7b3b54516293bf28f53f5c4c54617725d54/ewoksid22-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-13 11:23:59",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "ewoksid22"
}
        
Elapsed time: 0.46645s