Skip to content

zhangdongzhou/T-rax

 
 

Repository files navigation

T-Rax

A python GUI program for fast visual analysis of spectroscopic data collected mostly during high pressure diamond anvil cell experiments.

I includes separate modules for temperature fitting, pressure estimation using ruby peak or the diamond edge and a general module for Raman spectroscopy.

Currently, the only input files allowed are Princeton Instruments *.spe file saved either from WinSpec (File Version 2) or Lightfield (File Version 3).

Maintainer

Clemens Prescher ([email protected])
Center for Advanced Radiation Sources, University of Chicago

Requirements

  • Python 2.7
  • qtpy
  • numpy
  • scipy
  • pyqtgraph
  • dateutils
  • lmfit
  • h5py

Installation

Except for qtpy, all of those packages can be easily installed using "pip" as python package manager. If you are on Windows or Mac, please try to install qtpy by using a precompiled python distribution such as anaconda, enthought, winpython or Python(x,y). On Linux PyQt usually can be easily installed using the packagemanager.

Using the minimum anaconda distribution, you have to only type the following two commands:

conda install pyqt numpy scipy h5py qtpy pyqtgraph
pip install dateutils lmfit pyshortcuts

The program itself can then be run by going into the "t-rax" directory and type:

python run_t-rax.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%