From 8ed8d2e09526921327718dabc776e77ed41f71dd Mon Sep 17 00:00:00 2001 From: Puneeth Chaganti Date: Wed, 6 Oct 2010 18:56:37 +0530 Subject: Added questions and other info to accessing-pieces-arrays LO. --- accessing-pieces-arrays/script.rst | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'accessing-pieces-arrays/script.rst') diff --git a/accessing-pieces-arrays/script.rst b/accessing-pieces-arrays/script.rst index 7e1a20b..b0974af 100644 --- a/accessing-pieces-arrays/script.rst +++ b/accessing-pieces-arrays/script.rst @@ -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 -- cgit