icpmsflow

Package to work with icpms data


Keywords
icpmsflow
License
ISC
Install
pip install icpmsflow==0.0.5

Documentation

icpmsflow

Documentation Status

Package to work with icpms data

Installation

This project is available on pypi and conda in two flavors. The core package includes only the packages needed to perform the data analysis. This can be installed from pip with

$ pip install icpmsflow

or from conda with

$ conda install -c wpk-nist icpmsflow

To install the optional plotting/jupyter dependencies, use either

$ pip install icpmsflow[all]

or

$ conda install -c wpk-nist icpmsflow-all

If you prefer to install from github, use either

$ pip install git+https://github.com/wpk-nist-gov/icpmsflow.git@develop

for basic install, or

$ pip install 'git+https://github.com/wpk-nist-gov/icpmsflow.git@develop#egg=icpmsflow[all]'

Example usage

See demo notebook : demo

Example dataset : example <https://github.com/wpk-nist-gov/icpmsflow/blob/develop/notebooks/example.tgz?raw=true>_

Features

  • TODO

Credits

This package was created with Cookiecutter and the wpk-nist-gov/cookiecutter-pypackage Project template forked from audreyr/cookiecutter-pypackage.