Sim2Oogl

In the tk script Sim2Oogl, the following parts, highlighted in red, should be redefined by the user.

#!/usr/bin/wish -f 


# Last modified on September 2nd, 1999 by Chris Power, cpower@nrao.edu
#
# basedir is to be set by the user; it must point to the source directory
# of Sim2Oogl. 

set basedir /home/polaris/cpower/work/Sim2Oogl/

Note that the program wish is required; if you want to find out whether it is defined in your path, type:

% which wish

If it is not listed in your path, then contact your system administrator and ask why the hell not!