NESSY

NESSY

 

NMR Relaxation Dispersion Spectroscopy Analysis Software for Windows, Mac and Linux

 
NESSY banner
 
Home Download References Tutorial Manual Links Mailing List
 

Download

NESSY is an open source software (GPL v3). It is written in Python and requires the Python packages Scipy for mathematical and statistical functions, Matplotlib for plotting and wxPython for the graphical interface. All packages are freely available for all platforms.

Requirements:

If you are using Ubuntu, you can install the components using the command:

$ sudo apt-get install python-scipy python-numpy python-matplotlib python-wxgtk2.8

 

NESSY download: (Year.Month.Version)

Source:

 

Linux Distributions:

It is highly recommended to use these packages if working on Linux distributions.

Debian based systems (eg. Ubuntu icon, see full list)

RPM based systems (eg. Fedora icon, see full list)

 

Binaries:

 

Other:

  • SVN Trunk: svn co svn://svn.gna.org/svn/nessy/nessy

 

Installation

If you downloaded the compiled binaries, NESSY comes with all the required packages and no further installation is required.

 

If you downloaded the python source code, you have to install the required Python packages:

Windows:

Download Python and all the additional packages and install them. In order to execute NESSY, Python folder has to be added to your system environment paths:

  • Control Panel > System > Advanced system settings > Advanced tab > Environment Variables...
  • select Path and click on Edit
  • add Python folder to the list (eg. add ';C:\Python26\')

Download NESSY and extract it. Start NESSY using 'nessy.bat' (if it does not start, some modules might be incorrectly installed. To catch full system output, it is recommended to start NESSY from the 'Command Prompt' at the first time)

Mac / Linux:

Download Python and all the additional packages and install them. Download NESSY and extract it. NESSY can be started using 'nessy.sh'. It is recommended to start NESSY from a terminal for the first time to catch system out put. Start NESSY by:

$ ./nessy

 
(C) Michael Bieri 2010