NOTICES


1.   To copy images from the professor's directory you must have a Computer Science account. From the ECC lab. where you are logged in, enter the following:

    > telnet pinon.cs.unr.edu

Enter your user name and password. Then enter

    > cp  ~looney/class-images/lena256.tif   .       (or use "*.tif" and "*.pgm")

The space and period at the end simply uses the name of the source file as the name of the destination file so you don't have to type it twice.

    > exit       (log out)

Copy all image files this way. Then the files will be in your CS directory and you can use XView there. You can also copy them to your ECC machine account for using Matlab by entering

    > ftp (your ECC machine)

Enter your user name and password. Then enter

    ftp> binary

    ftp> put lena256.tif

    ftp> bye

The "bye" command takes you out of ftp. You now have the file "lena256.tif" on your ECC machine for Matlab. You can also run Matlab from your CS account on a UNIX or Linux machine.