Changeset 17856 for trunk/FACT++/www/viewer/index.html
- Timestamp:
- 05/14/14 17:31:23 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/www/viewer/index.html
r17847 r17856 405 405 <div id="ctrlcontainer" class="ui-widget-content"> 406 406 <form id="controls" method="POST" style="margin-bottom:0"> 407 <input id="getgeometry" type="button" onclick="onGetGeometry();" value="Get geometry"></input> 407 408 <input id="getcamera" type="button" onclick="onGetCameras();" value="Get camera data"></input> 408 409 <input id="getwaveform" type="button" onclick="onGetWaveforms();" value="Get waveforms"></input> 409 410 <input id="data" name="data" type="hidden"></input> 411 <input id="name" name="name" type="hidden"></input> 410 412 </form> 411 413 </div> … … 618 620 disp=1.42*(1-width/length). 619 621 622 <H3>What are the additional controls</H3> 623 <i>Get geometry</i>: You will get a file with the pixel positions in arbitrary units. 624 The three columns are the pixel index, and the x and y coordinate 625 in degree.<br> 626 <i>Get camera data</i>: You will get a file with the data from the currently 627 displayed cameras. The columns are pixel index and value of the cameras 628 1, 2, 3 and 4.<br> 629 <i>Get waveforms</i>: You will get a file with the data from the currently 630 displayed waveforms. The columns are sample index and amplitude of the waveforms 631 1, 2, 3 and 4. 632 620 633 <H3>Why is loading the page so slow?</H3> 621 634 The total contents of the javascript libraries is about 1MB which
Note:
See TracChangeset
for help on using the changeset viewer.