Ignore:
Timestamp:
01/07/21 14:38:53 (4 years ago)
Author:
tbretz
Message:
Included telescope id and the create query to the raw data extraction.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/hawc/processing/root2sql-star.rc

    r20026 r20031  
     1# link to database
    12uri=hawcwrite:password@ihp-pc45.ethz.ch/hawcdata
    23
     4# Tree's name
    35tree=Events
    46
     7# Table's name, will be created if it is not existing already
     8#table=Star
     9
     10# Create if not yet existing
    511create=yes
     12# Delete entries corresponding to consts
    613delete=yes
    714
     15# Consts
     16primary=Telescope
    817primary=NIGHT
    918primary=RUNID
     19# Event ID
    1020primary=DAQEvtNumber
    1121
     22# Manual specification of type for const columns
     23sql-type=Telescope/TINYINT UNSIGNED NOT NULL
    1224sql-type=NIGHT/INT UNSIGNED NOT NULL
    1325sql-type=RUNID/MEDIUMINT UNSIGNED NOT NULL
Note: See TracChangeset for help on using the changeset viewer.