Obtaining Track Draw
Track Draw is available from
ftp.utdallas.edu in the directory:
/pub/hd/assmann. There are several ascii files that are required and
one binary example file. The following is an example ftp session for
getting the files needed to run Track Draw.
ftp ftp.utdallas.edu
Connected to utdallas.edu.
Name: anonymous
331 Guest login ok, please send your e-mail address as a password.
Password:
230 Guest login ok, access restrictions apply.
ftp> cd pub/hd/assmann
250 CWD command successful.
ftp> dir
200 PORT command successful.
150 Opening ASCII mode data connection for /bin/ls.
total 306
drwxr-xr-x 2 495 daemon 512 May 6 12:43 .
drwxr-xr-x 3 root bin 1024 May 3 10:17 ..
-rw-r--r-- 1 495 350 5576 May 6 12:42 README
-rw-r--r-- 1 495 350 1461 May 3 11:05 avtrack.m
-rw-r--r-- 1 495 350 1958 May 3 11:05 cepf0.m
-rw-r--r-- 1 495 350 293 May 6 12:43 curve_drag.m
-rw-r--r-- 1 495 350 3151 May 3 11:05 cvst_synth.m
-rw-r--r-- 1 495 350 1354 May 3 11:05 fftpsd.m
-rw-r--r-- 1 495 350 1816 May 6 12:43 get_track.m
-rw-r--r-- 1 495 350 1949 May 3 11:05 get_vspect.m
-rw-r--r-- 1 495 350 669 May 6 12:43 line_draw.m
-rw-r--r-- 1 495 350 6659 May 6 12:11 specsynth.m
-rw-r--r-- 1 495 350 398 May 3 11:05 splint.m
-rw-r--r-- 1 495 350 3549 May 3 11:05 sw_synth.m
-rw-r--r-- 1 495 350 4755 May 6 12:11 swsynth.m
-rw-r--r-- 1 495 350 5452 May 6 12:11 synth.m
-rw-r--r-- 1 495 350 1011 May 3 11:05 t0pkr.m
-rw-r--r-- 1 495 350 2451 May 3 11:05 track_synth.m
-rw-r--r-- 1 495 350 25694 May 3 11:05 wheel.mat
226 Transfer complete.
1240 bytes received in 0.35 seconds (3.4 Kbytes/s)
ftp> binary
200 Type set to I.
ftp> get wheel.mat
ftp> ascii
200 Type set to A.
ftp> prompt
Interactive mode off.
ftp> mget *.m
ftp> bye
NOTE:
Track_Draw.tar is also avaliable in the /pub/hd/assmann directory.
This is a standard UNIX tar file which contains all of the Track Draw
files. Unpacking this file will store all of the Track Draw files in
the current directory.
Back to Track Draw home page