ucndata


Nameucndata JSON
Version 4.0.0 PyPI version JSON
download
home_pageNone
SummaryPython class for reading UCN runs converted to ROOT with midas2root
upload_time2025-08-08 20:43:40
maintainerNone
docs_urlNone
authorNone
requires_python>=3.5
licenseNone
keywords analysis pyroot triumf tucan ucn
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ucndata

This repository defines the `ucndata` package and a few scripts which utilize this package to analyze UCN ROOT files.

The `ucndata` package contained within has been installed system-wide on `daq04`. You will therefore be able to import it from any directory.

## ucndata quick links

* [Installation](tutorials/installation.md)
* [Getting Started](tutorials/gettingstarted.md)
* [Tutorial](tutorials/index.md)
* [Full API reference](docs/README.md)

## Quick API Reference

These are the main workhorses of the ucndata project:

* [ucnbase](docs/ucnbase.md) - base class for the following:
* [ucnrun](docs/ucnrun.md) - workhorse object representing a single run
* [ucncycle](docs/ucncycle.md) - workhorse object representing a single cycle within a run
* [ucnperiod](docs/ucnperiod.md) - workhorse object representing a single period within a cycle

But these can also be useful:

* [applylist](docs/applylist.md) - for working with sets of runs or cycles or periods. Does element-wise attribute access and operators
* [datetime](docs/datetime.md) - convert timestamps to datetime objects and back


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ucndata",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": null,
    "keywords": "Analysis, PyRoot, TRIUMF, TUCAN, UCN",
    "author": null,
    "author_email": "Derek Fujimoto <dfujimoto@triumf.ca>",
    "download_url": "https://files.pythonhosted.org/packages/14/3e/07dee86b7f25aa4eca5b56b4dc1389987c6fb31ac5eb1cf08121a6de016d/ucndata-4.0.0.tar.gz",
    "platform": null,
    "description": "# ucndata\n\nThis repository defines the `ucndata` package and a few scripts which utilize this package to analyze UCN ROOT files.\n\nThe `ucndata` package contained within has been installed system-wide on `daq04`. You will therefore be able to import it from any directory.\n\n## ucndata quick links\n\n* [Installation](tutorials/installation.md)\n* [Getting Started](tutorials/gettingstarted.md)\n* [Tutorial](tutorials/index.md)\n* [Full API reference](docs/README.md)\n\n## Quick API Reference\n\nThese are the main workhorses of the ucndata project:\n\n* [ucnbase](docs/ucnbase.md) - base class for the following:\n* [ucnrun](docs/ucnrun.md) - workhorse object representing a single run\n* [ucncycle](docs/ucncycle.md) - workhorse object representing a single cycle within a run\n* [ucnperiod](docs/ucnperiod.md) - workhorse object representing a single period within a cycle\n\nBut these can also be useful:\n\n* [applylist](docs/applylist.md) - for working with sets of runs or cycles or periods. Does element-wise attribute access and operators\n* [datetime](docs/datetime.md) - convert timestamps to datetime objects and back\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python class for reading UCN runs converted to ROOT with midas2root",
    "version": "4.0.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/ucn-triumf/UCNanalysis/issues",
        "Homepage": "https://github.com/ucn-triumf/UCNanalysis/tree/2024"
    },
    "split_keywords": [
        "analysis",
        " pyroot",
        " triumf",
        " tucan",
        " ucn"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "143e07dee86b7f25aa4eca5b56b4dc1389987c6fb31ac5eb1cf08121a6de016d",
                "md5": "1104cbd452edd30ea44af4f04493c0cb",
                "sha256": "629975e7d72972f39c3992f888800f40aa054f84235b43762f8a9a2724da97c9"
            },
            "downloads": -1,
            "filename": "ucndata-4.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1104cbd452edd30ea44af4f04493c0cb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5",
            "size": 49075,
            "upload_time": "2025-08-08T20:43:40",
            "upload_time_iso_8601": "2025-08-08T20:43:40.842317Z",
            "url": "https://files.pythonhosted.org/packages/14/3e/07dee86b7f25aa4eca5b56b4dc1389987c6fb31ac5eb1cf08121a6de016d/ucndata-4.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-08 20:43:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ucn-triumf",
    "github_project": "UCNanalysis",
    "github_not_found": true,
    "lcname": "ucndata"
}
        
Elapsed time: 0.48405s