Last change
on this file since 14229 was 13128, checked in by neise, 13 years ago |
just a text, to be refined during and after the course
|
File size:
842 bytes
|
Line | |
---|
1 | FACT, Python & pyscripts
|
---|
2 | introductory course
|
---|
3 |
|
---|
4 | This might in the end be the outline of some meetings at the TU Dortmund.
|
---|
5 | The aim of these rather informal meetings is to give an introduction on the use
|
---|
6 | of Python for looking at, and even analyse the FACT Data.
|
---|
7 |
|
---|
8 | The first session will deal with formal aspects such as:
|
---|
9 | * How to start
|
---|
10 | * programs to install
|
---|
11 | * source code to find
|
---|
12 | * data to find
|
---|
13 |
|
---|
14 | * How to plot
|
---|
15 | * Using Plotter classes, in plotters.py
|
---|
16 | * Using matplotlib.pyplot
|
---|
17 |
|
---|
18 | * RawFile access
|
---|
19 | * Using RawData class, in pyfact.py
|
---|
20 | * Removing the DRS spike artifacts
|
---|
21 | * Waveform treatment Using Filters in fir_filter.py
|
---|
22 |
|
---|
23 |
|
---|
24 | * Our first Signal Extractors
|
---|
25 | * e.g. GlobalMaxFinder
|
---|
26 |
|
---|
27 |
|
---|
28 | * Our first Image Parameter Extractors
|
---|
29 | * e.g. SimpleArea, SimpleSize
|
---|
Note:
See
TracBrowser
for help on using the repository browser.