Submitting
Computer Files
Each student has an "upload" area for SIMG-211 class-related
work. This is area is a place that you can submit to your instructor
whatever programs and projects you're currently working on for class. You
simply follow the instructions below.
Submitting a file to your instructor
is performed with a single command.
You must be in the directory that contains the file to be
submitted. Use "cd" as necessary to move to the proper directory. Then
do one of the following:
-
Assuming you wanted to submit "bob.pro", you might run this command:
simg211-submit bob.pro
-
If you need to submit multiple files, just list them on the same command
line. For example, let's say you wanted to submit a program that
did some image processing, "distort.pro", and you wanted to submit "before
and after" examples of the images. You might do it this way:
simg211-submit distort.pro before.img after.img
-
If you wanted to see the current contents of your SIMG211 upload area,
you should use the "-l" option ("-l" is for "list"):
simg211-submit -l
-
You can use the -l option when submitting files; it will submit the files
you specify, and then immediately list the upload area. For example:
simg211-submit -l distort.pro
-
If you run into any problems, or the program tells you to contact me, please
do so! My office is in 76-2144, my phone is x7196, and my email address
is <krz@cis.rit.edu>.
Thanks!
Bob Krzaczek