Name | epicsapps JSON |
Version |
2025.1.0
JSON |
| download |
home_page | None |
Summary | A collection of applications using PyEpics |
upload_time | 2025-01-24 20:35:33 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | Copyright 2019 Matthew Newville, The University of Chicago. All rights reserved. The epics python module is distributed subject to the following license conditions: SOFTWARE LICENSE AGREEMENT Software: epics python module 1. The "Software", below, refers to the epics python module (in either source code, or binary form and accompanying documentation). Each licensee is addressed as "you" or "Licensee." 2. The copyright holders shown above and their third-party licensors hereby grant Licensee a royalty-free nonexclusive license, subject to the limitations stated herein and U.S. Government license rights. 3. You may modify and make a copy or copies of the Software for use within your organization, if you meet the following conditions: 1. Copies in source code must include the copyright notice and this Software License Agreement. 2. Copies in binary form must include the copyright notice and this Software License Agreement in the documentation and/or other materials provided with the copy. 4. You may modify a copy or copies of the Software or any portion of it, thus forming a work based on the Software, and distribute copies of such work outside your organization, if you meet all of the following conditions: 1. Copies in source code must include the copyright notice and this Software License Agreement; 2. Copies in binary form must include the copyright notice and this Software License Agreement in the documentation and/or other materials provided with the copy; 3. Modified copies and works based on the Software must carry prominent notices stating that you changed specified portions of the Software. 5. Portions of the Software resulted from work developed under a U.S. Government contract and are subject to the following license: the Government is granted for itself and others acting on its behalf a paid-up, nonexclusive, irrevocable worldwide license in this computer software to reproduce, prepare derivative works, and perform publicly and display publicly. 6. WARRANTY DISCLAIMER. THE SOFTWARE IS SUPPLIED "AS IS" WITHOUT WARRANTY OF ANY KIND. THE COPYRIGHT HOLDERS, THEIR THIRD PARTY LICENSORS, THE UNITED STATES, THE UNITED STATES DEPARTMENT OF ENERGY, AND THEIR EMPLOYEES: (1) DISCLAIM ANY WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE OR NON-INFRINGEMENT, (2) DO NOT ASSUME ANY LEGAL LIABILITY OR RESPONSIBILITY FOR THE ACCURACY, COMPLETENESS, OR USEFULNESS OF THE SOFTWARE, (3) DO NOT REPRESENT THAT USE OF THE SOFTWARE WOULD NOT INFRINGE PRIVATELY OWNED RIGHTS, (4) DO NOT WARRANT THAT THE SOFTWARE WILL FUNCTION UNINTERRUPTED, THAT IT IS ERROR-FREE OR THAT ANY ERRORS WILL BE CORRECTED. 7. LIMITATION OF LIABILITY. IN NO EVENT WILL THE COPYRIGHT HOLDERS, THEIR THIRD PARTY LICENSORS, THE UNITED STATES, THE UNITED STATES DEPARTMENT OF ENERGY, OR THEIR EMPLOYEES: BE LIABLE FOR ANY INDIRECT, INCIDENTAL, CONSEQUENTIAL, SPECIAL OR PUNITIVE DAMAGES OF ANY KIND OR NATURE, INCLUDING BUT NOT LIMITED TO LOSS OF PROFITS OR LOSS OF DATA, FOR ANY REASON WHATSOEVER, WHETHER SUCH LIABILITY IS ASSERTED ON THE BASIS OF CONTRACT, TORT (INCLUDING NEGLIGENCE OR STRICT LIABILITY), OR OTHERWISE, EVEN IF ANY OF SAID PARTIES HAS BEEN WARNED OF THE POSSIBILITY OF SUCH LOSS OR DAMAGES. ------------------------------------------------ |
keywords |
epics
experimental data acquistion
|
VCS |
 |
bugtrack_url |
|
requirements |
numpy
wxmplot
wxpython
wxutils
matplotlib
sqlalchemy
lmfit
pyshortcuts
pyepics
yaml
xraydb
pip
pillow
pyfai
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Epics Applications
A collection of applications for Epics using Python
## install
On Linux, you will need to make sure that wxPython is installed. For an Anaconda envirornment,
conda -c conda-forge install wxpython
will work. Then,
pip install epicsapps
will install everything else you need.
## StripChart
A StripChart Application, showing live time series of Epics PVs
## areaDetector Viewer
A viewer for areaDetector Viewers, with good image properties including
automatic contrast levels, a user-configurable Zoom-box, and simple
configuration file to add which control variables are shown.
## Epics Instruments
A GUI application to group any PVs together into named Instruments, and then
save and restore positions for these Instruments by name. That is, you can
group for 4 motors together, calling them "Slits", and then save and restore
positions called "1x1 mm" and "2x2 mm", etc.
## Epics PV Logger
Two related appplications to save and view time-series data for selected
PVs. Data collection can be run from a command line application, reading a
YAML file to configure which PVs are saved. Data is saved into plain text
files in a single folder. A GUI application can help create and modify the
configuration file, and start collection. The GUI application can also
browse and display the data collected into the PVlog folder.
## Microscope Viewer
A GUI application for viewing an controlling a sample stage with a microscope
camera. This combines aspects of both areaDetector Viewer and Epics Instruments,
as positions of the sample stege can be saved and restored by name.
## IonChamber calculations
A commandline application to connect to and read Ion Chamber settings
(voltages, amplifier gains) and X-ray energy to compute the fluxes absorbed
and transmitted by an Ion Chamber.
Raw data
{
"_id": null,
"home_page": null,
"name": "epicsapps",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "epics, experimental data acquistion",
"author": null,
"author_email": "Matthew Newville <newville@cars.uchicago.edu>",
"download_url": "https://files.pythonhosted.org/packages/43/72/b7c69b1e1d69fca8e718f42fb78308d4ced906ca9af4da775deb49935e4f/epicsapps-2025.1.0.tar.gz",
"platform": null,
"description": "# Epics Applications\n\nA collection of applications for Epics using Python\n\n## install\n\nOn Linux, you will need to make sure that wxPython is installed. For an Anaconda envirornment,\n\n conda -c conda-forge install wxpython\n\nwill work. Then,\n\n pip install epicsapps\n\nwill install everything else you need.\n\n\n## StripChart\n\n A StripChart Application, showing live time series of Epics PVs\n\n## areaDetector Viewer\n\n A viewer for areaDetector Viewers, with good image properties including\n automatic contrast levels, a user-configurable Zoom-box, and simple\n configuration file to add which control variables are shown.\n\n## Epics Instruments\n\n A GUI application to group any PVs together into named Instruments, and then\n save and restore positions for these Instruments by name. That is, you can\n group for 4 motors together, calling them \"Slits\", and then save and restore\n positions called \"1x1 mm\" and \"2x2 mm\", etc.\n\n## Epics PV Logger\n\n Two related appplications to save and view time-series data for selected\n PVs. Data collection can be run from a command line application, reading a\n YAML file to configure which PVs are saved. Data is saved into plain text\n files in a single folder. A GUI application can help create and modify the\n configuration file, and start collection. The GUI application can also\n browse and display the data collected into the PVlog folder.\n\n## Microscope Viewer\n\n A GUI application for viewing an controlling a sample stage with a microscope\n camera. This combines aspects of both areaDetector Viewer and Epics Instruments,\n as positions of the sample stege can be saved and restored by name.\n\n## IonChamber calculations\n\n A commandline application to connect to and read Ion Chamber settings\n (voltages, amplifier gains) and X-ray energy to compute the fluxes absorbed\n and transmitted by an Ion Chamber.\n",
"bugtrack_url": null,
"license": "Copyright 2019 Matthew Newville, The University of Chicago. All rights reserved. The epics python module is distributed subject to the following license conditions: SOFTWARE LICENSE AGREEMENT Software: epics python module 1. The \"Software\", below, refers to the epics python module (in either source code, or binary form and accompanying documentation). Each licensee is addressed as \"you\" or \"Licensee.\" 2. The copyright holders shown above and their third-party licensors hereby grant Licensee a royalty-free nonexclusive license, subject to the limitations stated herein and U.S. Government license rights. 3. You may modify and make a copy or copies of the Software for use within your organization, if you meet the following conditions: 1. Copies in source code must include the copyright notice and this Software License Agreement. 2. Copies in binary form must include the copyright notice and this Software License Agreement in the documentation and/or other materials provided with the copy. 4. You may modify a copy or copies of the Software or any portion of it, thus forming a work based on the Software, and distribute copies of such work outside your organization, if you meet all of the following conditions: 1. Copies in source code must include the copyright notice and this Software License Agreement; 2. Copies in binary form must include the copyright notice and this Software License Agreement in the documentation and/or other materials provided with the copy; 3. Modified copies and works based on the Software must carry prominent notices stating that you changed specified portions of the Software. 5. Portions of the Software resulted from work developed under a U.S. Government contract and are subject to the following license: the Government is granted for itself and others acting on its behalf a paid-up, nonexclusive, irrevocable worldwide license in this computer software to reproduce, prepare derivative works, and perform publicly and display publicly. 6. WARRANTY DISCLAIMER. THE SOFTWARE IS SUPPLIED \"AS IS\" WITHOUT WARRANTY OF ANY KIND. THE COPYRIGHT HOLDERS, THEIR THIRD PARTY LICENSORS, THE UNITED STATES, THE UNITED STATES DEPARTMENT OF ENERGY, AND THEIR EMPLOYEES: (1) DISCLAIM ANY WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE OR NON-INFRINGEMENT, (2) DO NOT ASSUME ANY LEGAL LIABILITY OR RESPONSIBILITY FOR THE ACCURACY, COMPLETENESS, OR USEFULNESS OF THE SOFTWARE, (3) DO NOT REPRESENT THAT USE OF THE SOFTWARE WOULD NOT INFRINGE PRIVATELY OWNED RIGHTS, (4) DO NOT WARRANT THAT THE SOFTWARE WILL FUNCTION UNINTERRUPTED, THAT IT IS ERROR-FREE OR THAT ANY ERRORS WILL BE CORRECTED. 7. LIMITATION OF LIABILITY. IN NO EVENT WILL THE COPYRIGHT HOLDERS, THEIR THIRD PARTY LICENSORS, THE UNITED STATES, THE UNITED STATES DEPARTMENT OF ENERGY, OR THEIR EMPLOYEES: BE LIABLE FOR ANY INDIRECT, INCIDENTAL, CONSEQUENTIAL, SPECIAL OR PUNITIVE DAMAGES OF ANY KIND OR NATURE, INCLUDING BUT NOT LIMITED TO LOSS OF PROFITS OR LOSS OF DATA, FOR ANY REASON WHATSOEVER, WHETHER SUCH LIABILITY IS ASSERTED ON THE BASIS OF CONTRACT, TORT (INCLUDING NEGLIGENCE OR STRICT LIABILITY), OR OTHERWISE, EVEN IF ANY OF SAID PARTIES HAS BEEN WARNED OF THE POSSIBILITY OF SUCH LOSS OR DAMAGES. ------------------------------------------------ ",
"summary": "A collection of applications using PyEpics",
"version": "2025.1.0",
"project_urls": {
"Documentation": "https://pyepics.github.io/epicsapps/",
"Homepage": "https://github.com/pyepics/epicsapps",
"Tracker": "https://github.com/pyepics/epicsapps/issues"
},
"split_keywords": [
"epics",
" experimental data acquistion"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d44cb6068a941d8881b3e2b92fb069ae0801769a5783946c0ee97a621ae7aa7a",
"md5": "da8a99b1bd0c48b31a9bbf118b6ad294",
"sha256": "6e091dd689bbeb42638d577c63aa220e735616a84a776170db2d175a0c3ef9cc"
},
"downloads": -1,
"filename": "epicsapps-2025.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "da8a99b1bd0c48b31a9bbf118b6ad294",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 487423,
"upload_time": "2025-01-24T20:35:31",
"upload_time_iso_8601": "2025-01-24T20:35:31.516931Z",
"url": "https://files.pythonhosted.org/packages/d4/4c/b6068a941d8881b3e2b92fb069ae0801769a5783946c0ee97a621ae7aa7a/epicsapps-2025.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4372b7c69b1e1d69fca8e718f42fb78308d4ced906ca9af4da775deb49935e4f",
"md5": "d0478426deae386a020e1abbe18a1783",
"sha256": "4c811de0fadef47e06e591884e8a99aed10dbcc91437a427d863d1c841a1251e"
},
"downloads": -1,
"filename": "epicsapps-2025.1.0.tar.gz",
"has_sig": false,
"md5_digest": "d0478426deae386a020e1abbe18a1783",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 1676295,
"upload_time": "2025-01-24T20:35:33",
"upload_time_iso_8601": "2025-01-24T20:35:33.979473Z",
"url": "https://files.pythonhosted.org/packages/43/72/b7c69b1e1d69fca8e718f42fb78308d4ced906ca9af4da775deb49935e4f/epicsapps-2025.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-24 20:35:33",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pyepics",
"github_project": "epicsapps",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "numpy",
"specs": [
[
">=",
"1.15"
]
]
},
{
"name": "wxmplot",
"specs": [
[
">=",
"0.9.38"
]
]
},
{
"name": "wxpython",
"specs": [
[
">=",
"4.0.3"
]
]
},
{
"name": "wxutils",
"specs": [
[
">=",
"0.2.3"
]
]
},
{
"name": "matplotlib",
"specs": [
[
">=",
"3.0"
]
]
},
{
"name": "sqlalchemy",
"specs": [
[
">=",
"0.9"
]
]
},
{
"name": "lmfit",
"specs": [
[
">=",
"0.9.13"
]
]
},
{
"name": "pyshortcuts",
"specs": [
[
">=",
"1.6"
]
]
},
{
"name": "pyepics",
"specs": [
[
">=",
"3.4.0"
]
]
},
{
"name": "yaml",
"specs": [
[
">=",
"5.0"
]
]
},
{
"name": "xraydb",
"specs": []
},
{
"name": "pip",
"specs": []
},
{
"name": "pillow",
"specs": []
},
{
"name": "pyfai",
"specs": []
}
],
"lcname": "epicsapps"
}