EEE RUN Database – last updates New tables to store information regarding hardware, software and data acquisition configurations of each telescope Telescope configurations for a specific date/time can be easily retrived
EEE RUN Database – populating configuration tables The daq configuration table can be easily populated using the information stored in the binary data python dst/E3BinFile.py /data/SAVO-01/data/ /SAVO bin >>> Opening input binary file /data/SAVO-01/data/ /SAVO bin... >>> Geometry record found! >>> Angle to north: 56.0 deg, d12 = 46.0 cm, d23 = 46.0 cm. >>> Weather station record found! >>> :00:00: out = 5.00 deg C, in = deg C, P = 992 hPa 0 Latitude deg, Longitude deg, altitude 35 m 1 Latitude deg, Longitude deg, altitude 35 m 2 Latitude deg, Longitude deg, altitude 35 m 3 Latitude deg, Longitude deg, altitude 35 m 4 Latitude deg, Longitude deg, altitude 35 m 5 Latitude deg, Longitude deg, altitude 35 m 6 Latitude deg, Longitude deg, altitude 35 m 7 Latitude deg, Longitude deg, altitude 35 m 8 Latitude deg, Longitude deg, altitude 35 m 9 Latitude deg, Longitude deg, altitude 35 m Modify the EEE DAQ program to store also information about hardware/software config.?
E3DBCON – c++ e3rundb connector
Basic functionalities Get all RUNS from a Station in a time windows - OK Get all RUNS from a Station in a time windows with specific cuts - OK Get DAQ parameters from a specific Station - OK./dbConnTest.exe VIAR / "gps_latitude,gps_longitude,gps_altitude,telescope_id" - v2 [e3RunDbConn::GetDaqConf - INFO] Performing query: SELECT gps_latitude,gps_longitude,gps_altitude,telescope_id FROM daq_configurations JOIN telescopes ON daq_configurations.telescope_id = telescopes.id WHERE telescopes.name='VIAR-01' AND ' ' between valid_from and valid_until [e3RunDbConn::GetDaqConf - INFO] Query results: 1,2,3,46
COINCIDENCE – last updates
Package layout (still in the dev branch!)
COINCIDENCE – New functionalities DST files from rundb or file list (back compatibility) If rundb is used, Run selection can be done according to the specified clauses