Ignore:
Timestamp:
05/14/14 17:31:23 (11 years ago)
Author:
tbretz
Message:
Added the possibility to retrieve different file names in the additional controls and the possibility to get the geometry.
File:
1 edited

Legend:

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

    r17847 r17856  
    405405<div id="ctrlcontainer" class="ui-widget-content">
    406406   <form id="controls" method="POST" style="margin-bottom:0">
     407      <input id="getgeometry" type="button" onclick="onGetGeometry();" value="Get geometry"></input>
    407408      <input id="getcamera"   type="button" onclick="onGetCameras();" value="Get camera data"></input>
    408409      <input id="getwaveform" type="button" onclick="onGetWaveforms();" value="Get waveforms"></input>
    409410      <input id="data" name="data" type="hidden"></input>
     411      <input id="name" name="name" type="hidden"></input>
    410412   </form>
    411413</div>
     
    618620disp=1.42*(1-width/length).
    619621
     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.
     624The three columns are the pixel index, and the x and y coordinate
     625in degree.<br>
     626<i>Get camera data</i>: You will get a file with the data from the currently
     627displayed cameras. The columns are pixel index and value of the cameras
     6281, 2, 3 and 4.<br>
     629<i>Get waveforms</i>: You will get a file with the data from the currently
     630displayed waveforms. The columns are sample index and amplitude  of the waveforms
     6311, 2, 3 and 4.
     632
    620633<H3>Why is loading the page so slow?</H3>
    621634The total contents of the javascript libraries is about 1MB which
Note: See TracChangeset for help on using the changeset viewer.