Changeset 17807
- Timestamp:
 - 05/08/14 12:45:49 (12 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/FACT++/www/viewer/index.html (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/FACT++/www/viewer/index.html
r17800 r17807 244 244 </td> 245 245 <td style="text-align:center;"> 246 <input id="marker" type="checkbox" checked="true" onclick="onMarker();">Show pixel marker</input> 246 <input id="marker" type="checkbox" checked="true" onclick="refreshCameras();">Marker</input>   247 <input id="image" type="checkbox" onclick="refreshCameras();">Image</input> 247 248 <!--Pixel value: 248 249 <input id="value" type="text" readonly="true" value="0" style="text-align:right;width:100px"></input>--> … … 590 591 survive changing files, events or pixel. 591 592 593 <H3>What is the meaning of the image?</H3> 594 The image is a representation of the first and second moment of the 595 distribution of the pixel values. The first moment is the center-of-gravity 596 of the distirbution, the major and minor axis represent the standard 597 deviation around the center-of-gravity (<i>width</I> and <i>length</I>). 598 The line represents an estimate for the distance of the center-of-gravity 599 to the origin of the primary particle (<i>disp</i>). Due to the lack 600 of more information, it is a very simple estimate using 601 disp=1.42*(1-width/length). 602 592 603 <H3>Why is loading the page so slow?</H3> 593 604 The total contents of the javascript libraries is about 1MB which  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  