#!/bin/bash
	export BASE_DIR=`dirname "$0"`
	. "$BASE_DIR"/setPathes.sh
	"$BASE_DIR"/bin/PropertyPlotter.bin "$@" 
