Blame view

README.md 1.27 KB
215eab62   dmayerich   Updated README.
1
  This software provides a Python-based GUI for the parallel Multi-Sphere T-Matrix software proposed by Dr. Daniel Mackowski and Dr. Michael Mishchenko in:

e951349b   dmayerich   Updated README.
2
  

215eab62   dmayerich   Updated README.
3
4
  Mackowski and Mishchenko, "A multiple sphere T-matrix Fortran code for use on parallel computer clusters," Journal of Quantitative Spectroscopy and Radiative Transfer, 112: 2182-2192, 2011.

  

c0a2a7bb   dmayerich   Updated README.
5
6
  If you use this code for research, please cite the above publication.

  

215eab62   dmayerich   Updated README.
7
  This software is designed to be used with CMake, so we recommend using it to build the application.  The original Fortran code and instructions are available at http://eng.auburn.edu/users/dmckwski/scatcodes/.  After building, you can run the GUI python script (mstm-gui.py).

de89d3bc   dmayerich   Initial commit.
8
9
10
11
12
13
  

  The MSTM application requires a Fortran compiler and OpenMP.

  

  In addition, the GUI requires:

  

  Python -- http://www.python.org/

e9b8d15c   dmayerich   Edited README.
14
  

de89d3bc   dmayerich   Initial commit.
15
  Qt4 (user interface library) -- http://qt-project.org/

e9b8d15c   dmayerich   Edited README.
16
  

de89d3bc   dmayerich   Initial commit.
17
  PyQt4 (Python library for Qt4) -- http://wiki.python.org/moin/PyQt4

e9b8d15c   dmayerich   Edited README.
18
  

de89d3bc   dmayerich   Initial commit.
19
20
  matlibplot (Plotting library for Python) -- http://matplotlib.org/

  

c0a2a7bb   dmayerich   Updated README.
21
  These are available through most Linux package managers and can be downloaded individually for Windows systems at the listed websites.  If they are installed through Linux, CMake will probably find them.  Windows users may have to point CMake to the installed locations.