File Format

Output  of distance distribution map in a simplified

format to increase the portability of the output.

Probability


...

28

29

30

32

33

34

36

37

39

40

42

43

45

47

48

50

52

54

...






for i=0 to time_maximum do begin

     for j=0 to distance_maximum do begin

            Probability(i,j)

     endfor

endfor


Go to Editor View