als.bcs


Nameals.bcs JSON
Version 0.3.1 PyPI version JSON
download
home_pagehttps://github.com/als-computing/als.bcs
SummaryExtract data and metadata from text data files that were generated by BCS at the ALS
upload_time2023-01-24 17:40:17
maintainer
docs_urlNone
authorPadraic Shafer
requires_python
license
keywords als bcs data metadata
VCS
bugtrack_url
requirements pytz numpy pandas
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # als.bcs

Extract data and metadata from text data files that were created by
the Beamline Controls System (BCS) at the Advanced Light Source (ALS)

Purpose
---
Facilitate the extraction of header information and scan input variables
from common BCS data file formats, such as:

* Time Scan
* Single Motor Scan
* Trajectory Scan

### bcs.find module

Find BCS data files that match provided criteria 
(date, scan type, scan nmuber, etc.) within their native directory structure.

### bcs.data module

Read scan output information and data from selected BCS data files.

### bcs.scan module

Find and read scan input information BCS Trajectory Scan data files.

### bcs.ingest module

Read header information from selected BCS data files.

Installation
---

### Using pip

```bash
# PyPI
python -m pip install als.bcs

# -- OR --

# Local copy of the project repository
python -m pip install -r requirements.txt -e .

# -- OR --

# Local tarball, uses static version file generated during build
python -m pip install als.bcs-0.2.0.tar.gz
```


Copyright Notice
---
als.bcs: Extract metadata from text data files that were created by
the Beamline Controls System (BCS) at the Advanced Light Source (ALS), 
Copyright (c) 2022, The Regents of the University of California, through 
Lawrence Berkeley National Laboratory (subject to receipt of any required 
approvals from the U.S. Dept. of Energy). All rights reserved.

If you have questions about your rights to use or distribute this software, 
please contact Berkeley Lab's Intellectual Property Office at IPO@lbl.gov.

NOTICE. This Software was developed under funding from the U.S. Department of 
Energy and the U.S. Government consequently retains certain rights. As such, 
the U.S. Government has been granted for itself and others acting on its 
behalf a paid-up, nonexclusive, irrevocable, worldwide license in the 
Software to reproduce, distribute copies to the public, prepare derivative 
works, and perform publicly and display publicly, and to permit other to do 
so. 



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/als-computing/als.bcs",
    "name": "als.bcs",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "ALS BCS Data Metadata",
    "author": "Padraic Shafer",
    "author_email": "pshafer@lbl.gov",
    "download_url": "https://files.pythonhosted.org/packages/52/1f/d553ca135460023f614effd448cfde319065ebe84605bb6d0e5069914e3c/als.bcs-0.3.1.tar.gz",
    "platform": null,
    "description": "# als.bcs\n\nExtract data and metadata from text data files that were created by\nthe Beamline Controls System (BCS) at the Advanced Light Source (ALS)\n\nPurpose\n---\nFacilitate the extraction of header information and scan input variables\nfrom common BCS data file formats, such as:\n\n* Time Scan\n* Single Motor Scan\n* Trajectory Scan\n\n### bcs.find module\n\nFind BCS data files that match provided criteria \n(date, scan type, scan nmuber, etc.) within their native directory structure.\n\n### bcs.data module\n\nRead scan output information and data from selected BCS data files.\n\n### bcs.scan module\n\nFind and read scan input information BCS Trajectory Scan data files.\n\n### bcs.ingest module\n\nRead header information from selected BCS data files.\n\nInstallation\n---\n\n### Using pip\n\n```bash\n# PyPI\npython -m pip install als.bcs\n\n# -- OR --\n\n# Local copy of the project repository\npython -m pip install -r requirements.txt -e .\n\n# -- OR --\n\n# Local tarball, uses static version file generated during build\npython -m pip install als.bcs-0.2.0.tar.gz\n```\n\n\nCopyright Notice\n---\nals.bcs: Extract metadata from text data files that were created by\nthe Beamline Controls System (BCS) at the Advanced Light Source (ALS), \nCopyright (c) 2022, The Regents of the University of California, through \nLawrence Berkeley National Laboratory (subject to receipt of any required \napprovals from the U.S. Dept. of Energy). All rights reserved.\n\nIf you have questions about your rights to use or distribute this software, \nplease contact Berkeley Lab's Intellectual Property Office at IPO@lbl.gov.\n\nNOTICE. This Software was developed under funding from the U.S. Department of \nEnergy and the U.S. Government consequently retains certain rights. As such, \nthe U.S. Government has been granted for itself and others acting on its \nbehalf a paid-up, nonexclusive, irrevocable, worldwide license in the \nSoftware to reproduce, distribute copies to the public, prepare derivative \nworks, and perform publicly and display publicly, and to permit other to do \nso. \n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Extract data and metadata from text data files that were generated by BCS at the ALS",
    "version": "0.3.1",
    "split_keywords": [
        "als",
        "bcs",
        "data",
        "metadata"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "521fd553ca135460023f614effd448cfde319065ebe84605bb6d0e5069914e3c",
                "md5": "5ae33afdbce1c2b69cc8d61e8ff52177",
                "sha256": "63ba1a705aa71b29ea041767d9585ceed5ba6363d08a7adcc9f886c8e53dede2"
            },
            "downloads": -1,
            "filename": "als.bcs-0.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "5ae33afdbce1c2b69cc8d61e8ff52177",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 31735,
            "upload_time": "2023-01-24T17:40:17",
            "upload_time_iso_8601": "2023-01-24T17:40:17.494485Z",
            "url": "https://files.pythonhosted.org/packages/52/1f/d553ca135460023f614effd448cfde319065ebe84605bb6d0e5069914e3c/als.bcs-0.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-24 17:40:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "als-computing",
    "github_project": "als.bcs",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "pytz",
            "specs": []
        },
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "pandas",
            "specs": []
        }
    ],
    "lcname": "als.bcs"
}
        
Elapsed time: 0.03097s