Skip to content
/ phicore Public

Spatio temporal laser metrology

License

Notifications You must be signed in to change notification settings

lidyl/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 .

License

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

See LICENSE file for more information.