+-------------------+-----------+------+-----+-------------------+-------+ | Field | Type | Null | Key | Default | Extra | +-------------------+-----------+------+-----+-------------------+-------+ | EntryTime | timestamp | YES | | CURRENT_TIMESTAMP | | | RunInfo_RunNumber | int(11) | | PRI | 0 | | | TargetDirection | float | YES | | NULL | | | BeamHalfWavePlate | longtext | YES | | NULL | | +-------------------+-----------+------+-----+-------------------+-------+
Filled at the beginning of each run, TargetDirection taken from
~a-onl/bbite/.kin/target_directionand BeamHalfWavePlate taken from EPICS variable.
Also decided to make initial entries to AnalysisInfo and EndRunInfo...
This is so that some of our php webpages still show the runs even if the
end of run fails.