Ignore:
Timestamp:
01/06/16 12:20:58 (9 years ago)
Author:
tbretz
Message:
Added description for the new time property
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/www/viewer/index.html

    r17856 r18399  
    480480<tr><td>$.event.triggerType</td><td>Trigger type</td></tr>
    481481<tr><td>$.event.trigger</td><td>Decoded trigger information</td></tr>
    482 <tr><td>$.event.unixTime[2]</td><td>Timestamp when the event arrived at the event builder</td></tr>
     482<tr><td>$.event.unixTime[2]</td><td>Timestamp when the event arrived at the event builder (unix time in s and us)</td></tr>
     483<tr><td>$.event.time</td><td>Date object according to unixTime (ms precision)</td></tr>
    483484<tr><td>$.data[numPix][numRoi]</td><td>The event data</td></tr>
    484485<tr><td>$.nroi</td><td>Shortcut to $.event.numRoi</td></tr>
Note: See TracChangeset for help on using the changeset viewer.