phicore is a Python 3.5+ package designed to save and organize spatio-temporal laser metrology data.
See the documentation for more details https://lidyl.github.io/phicore/doc/stable/
Phicode requires the following dependencies,
- numpy >=1.10
- h5py >=2.7
- pytables >=3.4
- xarray >=0.9
To install them with conda (recommended) run,
conda install --file requirements.txt
alternatively to use pip,
pip install -r requirements.txt
Phicore can be installed with,
pip install -e .
Copyright LIDYL CEA 2018-present, released under the CeCILL-B license (BSD-like).
See LICENSE file for more information.