Skip to content

A Python library for Global and Target Analysis of time-resolved spectroscopy data

License

Notifications You must be signed in to change notification settings

glotaran/pyglotaran

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e9aea7d · Dec 2, 2020
Nov 29, 2020
Dec 1, 2020
Dec 1, 2020
Aug 10, 2018
Sep 3, 2020
Oct 9, 2019
Nov 29, 2020
Aug 31, 2020
Jul 26, 2018
Nov 25, 2020
Dec 2, 2020
May 29, 2020
Jul 12, 2020
Nov 22, 2020
Jan 29, 2020
Dec 1, 2020
Nov 25, 2020
Dec 2, 2020
Nov 22, 2020
Dec 2, 2020
Nov 25, 2020

Repository files navigation

pyGloTarAn

pyGloTarAn is a python library for global and target analysis

latest release Conda Version Tests Documentation Status Coverage Status Total alerts

Warning

This project is still in a pre-alpha release stage and should only be used with care.

Additional warning for scientists

The algorithms provided by this package still need to be validated and reviewed, pending the official release it should not be used in scientific publications.

Temporary rename notice (!!!)

This package was previously released on pypi under the name glotaran but was changed so as to not confuse it with the original Glotaran software, first published in the Journal of Statistical Software titeled Glotaran: A Java-Based Graphical User Interface for the R Package TIMP DOI: 10.18637/jss.v049.i03

Installation

Prerequisites:

  • Python 3.6 or higher (Python 2 is not supported)
  • On Windows only 64bit is supported

Note for Windows Users: The easiest way to get python for Windows is via Anaconda

Stable Release

To install pyglotaran from pypi, run this command in your terminal:

$ pip install pyglotaran

If you want to install it via conda, you can run the following command:

$ conda install -c conda-forge pyglotaran

From Source

$ git clone https://github.com/glotaran/pyglotaran.git
$ cd pyglotaran

$ pip install .
# To enforce python3 on systems where python2 is also installed
$ pip3 install .

Note for Anaconda Users: Please make sure to update your distribution prior to install since some packages managed by Anaconda cannot be updated by pip.

Mailinglist

mailing-list

Credits

The credits can be found in the documentation authors section