accessing-pieces-arrays/script.rst
changeset 224 4e0cdb5cca53
parent 217 b595f90016c5
child 239 04259d64bc14
--- a/accessing-pieces-arrays/script.rst	Wed Oct 06 17:31:20 2010 +0530
+++ b/accessing-pieces-arrays/script.rst	Wed Oct 06 18:56:37 2010 +0530
@@ -1,7 +1,15 @@
 .. Objectives
 .. ----------
-
-.. Clearly state the objectives of the LO (along with RBT level)
+   
+   By the end of this tutorial, you will be able to:
+   
+     1. Access and change individual elements of arrays, both one
+     dimensional and multi-dimensional.
+     2. Access and change rows and columns of arrays. 
+     3. Access and change other chunks from an array, using slicing
+     and striding. 
+     4. Read images into arrays and perform processing on them, using
+     simple array manipulations. 
 
 .. Prerequisites
 .. -------------
@@ -18,7 +26,6 @@
 Script
 ------
 
-
 {{{ Screen shows welcome slide }}}
 
 Welcome to the tutorial on accessing pieces of arrays