sipmarray


Namesipmarray JSON
Version 1.0 PyPI version JSON
download
home_page
SummaryA simple package to get the geometry of SiPM arrays.
upload_time2023-06-07 16:37:10
maintainer
docs_urlNone
author
requires_python>=3.7
license
keywords
VCS
bugtrack_url
requirements numpy matplotlib
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # sipmarray

> Ricardo Peres, 2023

This pakacge provides a quick and easy way to get the goemetry of circular SiPM arrays. It was developed to know how many SiPM would be required to fully instrument a [DARWIN](https://darwin.physik.uzh.ch/)- or [XLZD](https://xlzd.org/)-size detector.

More SiPM unit options coming soon!

## Instalation
```bash
git clone git@github.com:ricmperes/sipmarray.git
cd sipmarray 
pip install .
```
For instal in editable source:
```bash
pip install -e .
```

## Usage

In a jupyter notebook simply `import sipmarray`. Take a look at the [docs](https://ricmperes.github.io/sipmarray/) and example notebook (really, the package is pretty simple and self-explanatory).

The package can be used from the terminal (from anywhere woop woop!) to quickly get a plot or coordinate geometry of a sipmarray or sipmunit. Check the `sipmarray/Do the following for more info: 
  * `sipmarray --help`
  * `sipmunit --help`

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "sipmarray",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "Ricardo Peres <rperes@physik.uzh.ch>",
    "download_url": "https://files.pythonhosted.org/packages/2e/e8/9adb9c958e899663f0292b7269405c324c2aa5851bbb88a70d3ea2cdeb03/sipmarray-1.0.tar.gz",
    "platform": null,
    "description": "# sipmarray\n\n> Ricardo Peres, 2023\n\nThis pakacge provides a quick and easy way to get the goemetry of circular SiPM arrays. It was developed to know how many SiPM would be required to fully instrument a [DARWIN](https://darwin.physik.uzh.ch/)- or [XLZD](https://xlzd.org/)-size detector.\n\nMore SiPM unit options coming soon!\n\n## Instalation\n```bash\ngit clone git@github.com:ricmperes/sipmarray.git\ncd sipmarray \npip install .\n```\nFor instal in editable source:\n```bash\npip install -e .\n```\n\n## Usage\n\nIn a jupyter notebook simply `import sipmarray`. Take a look at the [docs](https://ricmperes.github.io/sipmarray/) and example notebook (really, the package is pretty simple and self-explanatory).\n\nThe package can be used from the terminal (from anywhere woop woop!) to quickly get a plot or coordinate geometry of a sipmarray or sipmunit. Check the `sipmarray/Do the following for more info: \n  * `sipmarray --help`\n  * `sipmunit --help`\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A simple package to get the geometry of SiPM arrays.",
    "version": "1.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/ricmperes/sipmarray/issues",
        "Documentation": "https://ricmperes.github.io/sipmarray/",
        "Homepage": "https://github.com/ricmperes/sipmarray"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9bb8229684b7970ad60d2e61da242aa807e85ad8bd67d5c833a81400ce2a4cc4",
                "md5": "0f9611b5734b1b9cca580d90353bc208",
                "sha256": "2b968cc7a3ec0ed687883a154dd8d5066258001225c39ffb24a5d827403a12ad"
            },
            "downloads": -1,
            "filename": "sipmarray-1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0f9611b5734b1b9cca580d90353bc208",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 9797,
            "upload_time": "2023-06-07T16:37:08",
            "upload_time_iso_8601": "2023-06-07T16:37:08.474499Z",
            "url": "https://files.pythonhosted.org/packages/9b/b8/229684b7970ad60d2e61da242aa807e85ad8bd67d5c833a81400ce2a4cc4/sipmarray-1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2ee89adb9c958e899663f0292b7269405c324c2aa5851bbb88a70d3ea2cdeb03",
                "md5": "5c323758d02ccb77450ef65bc02e342f",
                "sha256": "2c96b4189219fdefa76029ac01c9f9f248d2918c1155305919f0d36daffde009"
            },
            "downloads": -1,
            "filename": "sipmarray-1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "5c323758d02ccb77450ef65bc02e342f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 8610,
            "upload_time": "2023-06-07T16:37:10",
            "upload_time_iso_8601": "2023-06-07T16:37:10.928110Z",
            "url": "https://files.pythonhosted.org/packages/2e/e8/9adb9c958e899663f0292b7269405c324c2aa5851bbb88a70d3ea2cdeb03/sipmarray-1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-07 16:37:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ricmperes",
    "github_project": "sipmarray",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "matplotlib",
            "specs": []
        }
    ],
    "lcname": "sipmarray"
}
        
Elapsed time: 0.09319s