Changeset 17790


Ignore:
Timestamp:
05/07/14 13:45:35 (11 years ago)
Author:
tbretz
Message:
Added $.geom and $.map
File:
1 edited

Legend:

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

    r17773 r17790  
    7676      <div id="textcontainer2">
    7777         <textarea id="editor2" name="editor2" type="textarea">
    78 print("This output will go to the Console.\n");
     78print("This output will go to the virtual Console.\n");
    7979
    8080// The four first values of pixel 1
     
    490490<tr><td>$.trigger</td><td>Shortcut to $.event.trigger</td></tr>
    491491<tr><td>$.neighbors</td><td>Array of 1440 arrays each containing the corresponding neighbors</td></tr>
     492<tr><td>$.geom</td><td>Array of 1440 entries. Each an array with two entries, x and y.</td></tr>
     493<tr><td>$.map</td><td>Array of 1440 entries (software index) containing the hardware indices.</td></tr>
    492494</table>
    493495
Note: See TracChangeset for help on using the changeset viewer.