Python Modules for Hall-D This directory contains Python modules written specifically for Hall-D. They can be used by adding this directory to your PYTHONPATH and then importing them in your script as with any other Python module. Scripts may also implicitly add this directory using the DAQ_HOME environment variable so that PYTHONPATH does not necessarily need to be set. Just add this line before the "import" statement: sys.path.append('%s/tools/pymods' % os.getenv('DAQ_HOME','/')) contact: David Lawrence davidl@jlab.org x5567