Recent Releases of xpdlines

xpdlines - 2.0.1

This version of lines works with Python 3.9 and higher.

You can now download and install lines from pypi directly:

pip install xpdlines

- Python
Published by stefsmeets about 3 years ago

xpdlines - 1.4.0

Lines is a program for plotting powder diffraction patterns and background subtraction.

This version updates the documentation, and makes the installation compatible with 2021 using conda.

- Python
Published by stefsmeets almost 5 years ago

xpdlines - 1.3.0

Installation on Windows

Dependencies: python 2.7.11 (x64) numpy 0.16.0 (attached) scipy 1.10.0b1 (attached) 1. Install Python Run python-2.7.11.amd64.msi Make sure to click "Add python.exe to Path", and to restart/relog so that changes take effect. 2. Install scipy & numpy pip install .\scipy-0.16.0-cp27-none-win_amd64.whl pip install .\numpy-1.10.0b1-cp27-none-win_amd64.whl 3. Install matplotlib pip install matplotlib 4. Install Lines: Unzip lines-1.3.0.zip Run setupwin.bat or run python setup.py install You can use ./bin/linesbg.bat as a shortcut for the gui

The alternative is to get the .whl files from here: http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy http://www.lfd.uci.edu/~gohlke/pythonlibs/#scipy http://www.lfd.uci.edu/~gohlke/pythonlibs/#matplotlib

- Python
Published by stefsmeets over 9 years ago