Index: /fact/tools/pyscripts/examples/introductory_course/outline.txt
===================================================================
--- /fact/tools/pyscripts/examples/introductory_course/outline.txt	(revision 13128)
+++ /fact/tools/pyscripts/examples/introductory_course/outline.txt	(revision 13128)
@@ -0,0 +1,29 @@
+FACT, Python & pyscripts
+introductory course
+
+This might in the end be the outline of some meetings at the TU Dortmund.
+The aim of these rather informal meetings is to give an introduction on the use
+of Python for looking at, and even analyse the FACT Data.
+
+The first session will deal with formal aspects such as:
+    * How to start
+        * programs to install
+        * source code to find
+        * data to find
+    
+    * How to plot
+        * Using Plotter classes, in plotters.py
+        * Using matplotlib.pyplot
+
+    * RawFile access
+        * Using RawData class, in pyfact.py
+        * Removing the DRS spike artifacts
+        * Waveform treatment Using Filters in fir_filter.py
+
+
+    * Our first Signal Extractors
+        * e.g. GlobalMaxFinder
+
+
+    * Our first Image Parameter Extractors
+        * e.g. SimpleArea, SimpleSize
