Changeset 17711 for trunk/FACT++/www/viewer/index.html
- Timestamp:
- 04/28/14 12:17:05 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/www/viewer/index.html
r17703 r17711 73 73 <div id="textcontainer2"> 74 74 <textarea id="editor2" name="editor2" type="textarea"> 75 print(" test\n2nd line\n");75 print("This output will go to the Console.\n"); 76 76 77 77 // The four first values of pixel 1 78 78 var arr = [ $.data[1][0], $.data[1][1], $.data[1][2], $.data[1][3] ]; 79 print(" return[ "+arr+" ]\n");79 print("Pixel 1: [ "+arr+" ]\n"); 80 80 81 81 // Get the maximum sample from each pixel
Note:
See TracChangeset
for help on using the changeset viewer.