ucndata


Nameucndata JSON
Version 4.0.4 PyPI version JSON
download
home_pageNone
SummaryPython class for reading UCN runs converted to ROOT with midas2root
upload_time2025-08-25 20:30:32
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/c7/4d/18e21211831b2746107d995d895875a85cac7eba902d63d46188d82eef0b/ucndata-4.0.4.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.4",
    "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": "c74d18e21211831b2746107d995d895875a85cac7eba902d63d46188d82eef0b",
                "md5": "9845fd61bce7470f975b5c19edc7dc39",
                "sha256": "a7cf24fdc10e1a1cd61be240f6437d3256c1fbba94e1f7b63f71a34691319b3b"
            },
            "downloads": -1,
            "filename": "ucndata-4.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "9845fd61bce7470f975b5c19edc7dc39",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5",
            "size": 49098,
            "upload_time": "2025-08-25T20:30:32",
            "upload_time_iso_8601": "2025-08-25T20:30:32.988628Z",
            "url": "https://files.pythonhosted.org/packages/c7/4d/18e21211831b2746107d995d895875a85cac7eba902d63d46188d82eef0b/ucndata-4.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-25 20:30:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ucn-triumf",
    "github_project": "UCNanalysis",
    "github_not_found": true,
    "lcname": "ucndata"
}
        
Elapsed time: 3.50723s