| 1 | This page is far from being complete. While I give an introduction to my students, I try to write down a few notes, hoping that it can serve as a small introduction and help future students. |
| 2 | |
| 3 | == Analysis Steps == |
| 4 | |
| 5 | === callisto === |
| 6 | what is done? calculation of calibration constants, extraction of signal, calibration of data |
| 7 | macro: Mars/fact/analysis/callisto.C |
| 8 | input: sequence file |
| 9 | |
| 10 | === star === |
| 11 | |
| 12 | what is done? :: image cleaning, calculation of image parameter |
| 13 | |
| 14 | macro::: Mars/fact/analysis/star.C |
| 15 | |
| 16 | input::: sequence file, callisto output |
| 17 | |
| 18 | === ganymed === |
| 19 | what is done? background suppression, calculation of excess(, energy reconstruction) |
| 20 | macro: Mars/fact/analysis/ganymed.C |
| 21 | input: dataset file |
| 22 | |
| 23 | === lightcurve === |
| 24 | what is done? calculation of excess rate |
| 25 | macro: Mars/fact/analysis/lightcurve.C |
| 26 | input: several datasets or information from DB |
| 27 | |
| 28 | |
| 29 | === some additional information === |
| 30 | |
| 31 | ==== sequence ==== |
| 32 | a sequence of runs, consisting of: |
| 33 | pedestal run, light pulser run, one or more data runs |
| 34 | |
| 35 | ==== dataset ==== |
| 36 | a collection of data runs |