Skip to content

ajeandet/phicore

 
 

Repository files navigation

phicore

travis appveyor

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/

Installation

Prerequisites

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

Installing phicore

Phicore can be installed with,

pip install -e .

Documentation

io.PhiDataFile

Running unit tests

Unit tests can be run with,

py.test -sv

License

Copyright LIDYL CEA 2018-present, released under the CeCILL-B license (BSD-like).

See LICENSE file for more information.

About

Spatio temporal laser metrology

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%