Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 780 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 780 Bytes

PyAnalySeries

Python version for Analyseries

Select interactively match points on 2 curves to visualize the resulting interpolated curve.

Based on:

  • numpy
  • pandas
  • matplotlib
  • scipy
  • openpyxl
  • PyQt

Installation

Get the application
  • git clone https://github.com/PBrockmann/PyAnalySeries
  • cd PyAnalySeries
Create a python environment to use PyAnalySeries
  • conda create --name env_PyAnalySeries
  • conda env list
  • conda activate env_PyAnalySeries
  • conda install python
  • pip install -r requirements.txt
Test
  • python PyAnalySeries_v2.6.py
  • python PyAnalySeries_v2.6.py testFile_v2.6.xlsx

Captures

Capture_01

Capture_02

Capture_03