| Line | |
|---|
| 1 | /////////////////////////////////////////////////////////
|
|---|
| 2 | // Data card template for calib executable //
|
|---|
| 3 | // //
|
|---|
| 4 | // *** Compulsory cards are: //
|
|---|
| 5 | // PRUNS, CRUNS, DRUNS, OUTFILE //
|
|---|
| 6 | // //
|
|---|
| 7 | // the rest are optional //
|
|---|
| 8 | // *** Do NEVER add a datacard with no value after it //
|
|---|
| 9 | /////////////////////////////////////////////////////////
|
|---|
| 10 |
|
|---|
| 11 |
|
|---|
| 12 | // data file directory
|
|---|
| 13 | IDIR /nfs/magic/CCdata/rootdata/Mrk421/Period016/2004_04_22/
|
|---|
| 14 |
|
|---|
| 15 | // Pedestal (PRUNS), calibration (CRUNS)
|
|---|
| 16 | PRUNS 30150
|
|---|
| 17 | CRUNS 30148
|
|---|
| 18 |
|
|---|
| 19 | // output file name
|
|---|
| 20 | OUTFILE ./prueba.root
|
|---|
| 21 |
|
|---|
| 22 | // calibration flag:
|
|---|
| 23 | // -1: kDummy
|
|---|
| 24 | // 0: kNone
|
|---|
| 25 | // 1: kDefault (F factor)
|
|---|
| 26 | // 2: kDefault (Blind Pixels)
|
|---|
| 27 | // 11: kDefault + bad pixel interpolation
|
|---|
| 28 | CALFLAG 1
|
|---|
| 29 |
|
|---|
| 30 |
|
|---|
| 31 |
|
|---|
| 32 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.