Ignore:
Timestamp:
05/07/14 16:44:53 (11 years ago)
Author:
tbretz
Message:
It is nicer to have teh distance between two neighbors as 1. Reinvented $.conv.
File:
1 edited

Legend:

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

    r17798 r17800  
    491491<tr><td>$.neighbors</td><td>Array of 1440 arrays each containing the corresponding neighbors</td></tr>
    492492<tr><td>$.map</td><td>Array of 1440 entries (software index) containing the hardware indices.</td></tr>
    493 <tr><td>$.geom</td><td>Array of 1440 entries. Each an array with two entries, x and y in degree. The pixel diameter is assumed to be 0.1111&deg;.</td></tr>
    494 <tr><td>$.dist(i,j)</td><td>Calculated the distance of two pixels in degree</td></tr>
     493<tr><td>$.geom</td><td>Array of 1440 entries. Each an array with two entries, x and y. The distance between two neighbors is 1.</td></tr>
     494<tr><td>$.dist(i,j)</td><td>Calculated the distance of two pixels in degree.</td></tr>
     495<tr><td>$.conv</td><td>Conversion factor to convert geom and dist to degree.</td></tr>
    495496</table>
    496497
Note: See TracChangeset for help on using the changeset viewer.