Releases: alexlib/pyptv
Releases · alexlib/pyptv
PyPTV v0.1.4
Matching the setup.py with the tag, 0.1.4
fixed addpar overwriting and bug in manOriParams reading
this is a bug fix release
- manOriParams
- overwriting addpar in raw_orient (external_calibration)
Python 3 + fixed bugs for mutliplane and sortgrid
Python 3.+ version with a fixed bug in the 3d position name
this is a minor update from 0.1.1a version (our first Python 3 version) with a fix of a bug reported in the forum
First Python 3.5+ compatible version
This release is for the Python 3 support .
Windows 10 installation that contains binary wheel files
- Install Miniconda Python 3 for your platform (!) https://docs.conda.io/en/latest/miniconda.html
- Download the compressed folder of this release, unzip it to a folder of your choice.
- Open Anaconda Command Prompt (or PowerShell) and copy/paste these commands:
chcp 1255
conda create -y -n pyptv3 python=3
conda activate pyptv3
pip install --no-index --find-links=whls/ -r requirements.txt
cd pyptv
python setup.py install
python pyptv/pyptv_gui.py ..\test_cavity
OPTV via pip and new travis.yml
Merge pull request #28 from alexlib/new_travis_yml New travis yml
PyPTV can work with the new chaco, enable, traitsui, numpy == 1.6.1
0.1.3
Multiplane and External Targets
In this release we fixed some old bugs:
man_ori.dat
wasn't copied from a run folder
and added
- multi plane calibration, thanks to @lengelen and @yosefm
- external targets, thanks to @ronshnapp