#!/bin/bash

######################################################################3333
# In the most general case you have to set only the following line 
PACKAGE_HOME=//scisoft/ESRF_sw/opteron/PACKAGES/PPM/
# ---------------------------------------------
############################################################3
# the following three lines 
# Can be omitted for a standard installation
INSTALLATION_HOME=/scisoft/ESRF_sw/opteron/
export LD_LIBRARY_PATH=${INSTALLATION_HOME}/lib:$LD_LIBRARY_PATH
# export PYTHONHOME=${INSTALLATION_HOME}
# -----------------------------------------------------------

# The following line is the directory for Dabax data ( optical constants )
export DABAX_DIR=${PACKAGE_HOME}/DATA
export PYTHONPATH=${PACKAGE_HOME}/lib/python2.5/site-packages/:${PYTHONPATH}

python  ${PACKAGE_HOME}/lib/python2.5/site-packages/ppmxmlTens.py $*




