Code: tsse

Installation:

  1. Use CVS to get the latest tsse code.
  2. Put the tsse package in the python site-packages directory.
    on OSX, by default, this is in:
    /Library/Python/2.3/site-packages
    If you have installed MacPython (recommended, and now part of tiger), it is in:
    /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages
    For step by step instructions using OSX visit: computing/osx
  3. Build the potentials by going to the pot subdirectory and typing make. This will require the g77 fortran compiler, as well as the numpy and scipy python modules.

Testing:

  1. Run python, and type 'import tsse'. Any errors need to be resolved at this point.
  2. In the examples subdirectory, try running some of the python scripts.

Documentation

    Documentation can be found here.