Last change
on this file since 20031 was 20031, checked in by tbretz, 4 years ago |
Included telescope id and the create query to the raw data extraction.
|
File size:
907 bytes
|
Line | |
---|
1 | # link to database
|
---|
2 | uri=hawcwrite:password@ihp-pc45.ethz.ch/hawcdata
|
---|
3 |
|
---|
4 | # Tree's name
|
---|
5 | tree=Events
|
---|
6 |
|
---|
7 | # Table's name, will be created if it is not existing already
|
---|
8 | #table=Star
|
---|
9 |
|
---|
10 | # Create if not yet existing
|
---|
11 | create=yes
|
---|
12 | # Delete entries corresponding to consts
|
---|
13 | delete=yes
|
---|
14 |
|
---|
15 | # Consts
|
---|
16 | primary=Telescope
|
---|
17 | primary=NIGHT
|
---|
18 | primary=RUNID
|
---|
19 | # Event ID
|
---|
20 | primary=DAQEvtNumber
|
---|
21 |
|
---|
22 | # Manual specification of type for const columns
|
---|
23 | sql-type=Telescope/TINYINT UNSIGNED NOT NULL
|
---|
24 | sql-type=NIGHT/INT UNSIGNED NOT NULL
|
---|
25 | sql-type=RUNID/MEDIUMINT UNSIGNED NOT NULL
|
---|
26 |
|
---|
27 | ignore=.*[.]fUniqueID
|
---|
28 | ignore=.*[.]fBits
|
---|
29 | ignore=MSoftwareTrigger[.].*
|
---|
30 | ignore=MRawBoardsFACT[.].*
|
---|
31 | ignore=MSrcPosCam[.].*
|
---|
32 | ignore=MRawEvtHeader[.]f[^D].*
|
---|
33 | ignore=MTime[.].*
|
---|
34 | ignore=MImagePar.fNumSinglePixels
|
---|
35 | ignore=MImagePar.fSizeSinglePixels
|
---|
36 | ignore=MImagePar.fNumSat.*
|
---|
37 |
|
---|
38 | map=MHillas\.f/
|
---|
39 | map=MHillasExt\.f/
|
---|
40 | map=MHillasSrc\.f/
|
---|
41 | map=MImagePar\.f/
|
---|
42 | map=MNewImagePar\.f/
|
---|
43 | map=MRawEvtHeader\.f/
|
---|
Note:
See
TracBrowser
for help on using the repository browser.