PyWerami is a Python plotting program that can be used to make contour plots of data generated by WERAMI in computational Mode 2. PyWerami program is vastly superior to the Perple_X plotting program PSCONTOR; it also has the same functionality as the MatLab contour plot scripts, but with the advantage that you don't need to purchase MatLab. The version provided in: Python_WERAMI_contour_plot_program.zip functions on both WINDOWS, OSX, and LINUX operating systems. PyWerami was created by Ondrej Lexa (Charles University, Prague) in exchange for 10 beers provided by Lucie Tajcmanova (Freie University, Berlin). Questions and reports of problems with the program should be addressed to Lucie Tajcmanova at: lucataj@gmail.com ---------------------------------------------------------------------------------------- INSTALLATION INSTRUCTIONS: ----------- WINDOWS: 1) You must have Python (GTK) installed on your computer in order to run the PyWerami script. For WINDOWs users GTK2-runtime-2.16.6-2009.exe will install Python (you only need the default installation). 2) Run setup.exe to install PyWerami. ----------- LINUX/OSX/UNIX: 1) Install Python (Most LINUX distributions come with a version of Python installed). 2) Install numpy (http://sourceforge.net/projects/numpy/files/NumPy/). 3) Install matplotlib (http://matplotlib.sourceforge.net/). 4) Except on Gnome-based LINUX sysetems (e.g, UBUNTU), install pygtk (http://www.pygtk.org/). The above installations can (usually) be done using the package management system of your OS. run pywerami from a command-line terminal with the instruction: >>python pywerami.py or double click on pywerami.py