• Main INDEX
  • Monthly INDEX
  • PREV
  • NEXT
    Make New Entry, Make Followup Entry

    User name Moffit

    Log entry time 00:53:08 on February 14, 2009

    Entry number 261035

    keyword=Added SpinInfo table to d2n database... other changes.

    Added the SpinInfo Table to the d2n database.. Looks like this:

    +-------------------+-----------+------+-----+-------------------+-------+
    | 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_direction
    
    and 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.