Installation:
- Use CVS to get the latest tsse code.
- 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 - 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.
Download:
-
The package can be downloaded directly from here:
tsse: hollow hydrogen (this is the most current version)
tsse: ugly (the original tsse)
Testing:
- Run python, and type 'import tsse'. Any errors need to be resolved at this point.
- In the examples subdirectory, try running some of the python scripts.
Documentation
-
Documentation can be found here.