These instructions will introduce you to DataExplorer (DX) and the lab facilities in the Cornell University Computer Science department and in the Cornell Theory Center. DX is a software package intended to be used for scientific visualization. At the start of the semester we will use it as a rendering/viewing platform for various computer graphics procedures. Machines to run DX are located in the undergraduate lab in Upson. There are several sections:
To get started, login to one of the NT machines in the undergrad lab.
Save link as ...
while holding the mouse over
this spot
to download some utilities you will need. When the dialog box appears,
save the file as "macros.tar" in your home directory.
Winzip to extract the files. When the utility starts, choose the
extract option from one of the menus.
This will produce a folder called .DXmacros.
Load Macro entry from the
File menu. Change the directory at the top of the
dialog box to: z:/yourid/.DXmacros then hit the Load All
button. You are now ready to write a DX program or load an example.
NOTEs
DX has extensive on-line help, including tutorials and a complete manual which you can look at by clicking the Help menu in the upper right of the editor window. You can also choose context sensitive help on any object (module, menu).
/afs/theory/tc/courses/cs418/tmp ftp splogin.
/afs/theory/tc/courses/cs418/tmp
splogin.tc.cornell.edu and login using your
Theory Center password.
tar -xvf macros.tar setenv DXMACROS
~myid/.DXmacros
to your .cshrc file.
Note that "myid" is a placeholder for your user id.
source .cshrc
ipconfig to get the network
address of your machine.
On the SP2, setenv DISPLAY address:0 address is the number you obtained from the ipconfig
command.
dx& to run DX and display the result on
your local console.