From c0a2a7bb0d0399b32012c9e70690f33c4daca80a Mon Sep 17 00:00:00 2001 From: dmayerich Date: Wed, 10 Apr 2013 16:19:47 -0500 Subject: [PATCH] Updated README. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b5b8ca..010696a 100755 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ This software provides a Python-based GUI for the parallel Multi-Sphere T-Matrix 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. +If you use this code for research, please cite the above publication. + 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). The MSTM application requires a Fortran compiler and OpenMP. @@ -16,4 +18,4 @@ PyQt4 (Python library for Qt4) -- http://wiki.python.org/moin/PyQt4 matlibplot (Plotting library for Python) -- http://matplotlib.org/ -These should be available easily through most Linux package managers and can be downloaded individually for Windows systems. If they are installed through Linux, CMake should be able to find them without any problems. Windows users may have to point CMake to the installed locations. \ No newline at end of file +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. \ No newline at end of file -- libgit2 0.21.4