Sandia PSL Uncertainty Calculator
Project description
Uncertainty Calculator
Sandia UNcertainty CALculator (SUNCAL)
Copyright 2019-2020 National Technology & Engineering Solutions of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the U.S. Government retains certain rights in this software. This software is distributed under the GNU General Public License.
This tool was developed by the Primary Standards Lab at Sandia National Laboratories to calculate the combined uncertainty of a multi-variable system. Contact uncertainty@sandia.gov.
Installation
Installation of the Python package and command line interface requires Python 3.5+ with the following packages:
- numpy
- scipy
- sympy
- matplotlib
- pyqt5
- pyyaml
- markdown
- pint
To install (on Windows, Mac, or Linux), from a command prompt, run:
pip install suncal
Example Usage
From a python terminal, script, or notebook:
import suncal
u = suncal.UncertaintyCalc('A*B')
u.set_input('A', nom=100, unc=0.1)
u.set_input('B', nom=2, unc=0.01)
u.calculate()
See the PDF user's manual and the example notebook files in the docs folder for a complete reference guide.
Command-line script
A script named suncal will be installed to your system path. From a command line, run:
suncal file
where file is the filename of a setup file. See doc/examples folder for example setup files. Refer to the PDF user's manual for other commands.
User interface
A graphical user interface is installed with the Python package. Pre-built executables are available from https://sandiapsl.github.io.
To launch the user interface from a command line, run:
suncalui
A shortcut to this can be put on your desktop, etc.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file suncal-1.5.tar.gz
.
File metadata
- Download URL: suncal-1.5.tar.gz
- Upload date:
- Size: 16.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/44.0.0.post20200102 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99b03213a2e0d7595cb08c13be077a9a1abf5c47b10a80050d785b2420d2c45a |
|
MD5 | 0eddf4cf50cf5ec27f55328d8d2d7acc |
|
BLAKE2b-256 | 8544dbec8261313a70fcd21eb8c5a68f4593bb891515471eacfe84dc3496465e |
File details
Details for the file suncal-1.5-py3-none-any.whl
.
File metadata
- Download URL: suncal-1.5-py3-none-any.whl
- Upload date:
- Size: 476.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/44.0.0.post20200102 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35af12daf2778834de8d96d606a3a0141f164fe3ad8e87e01adfbc4aedb30278 |
|
MD5 | daa2c0984762034806b7381f4efdb471 |
|
BLAKE2b-256 | 1750a280cc7aca31fc3d58a89591bc38a66b6604e6dbe22062683f4c7c7ab484 |