Interpretation of Function Flags

Generalization:
-
f
x
,a
,b
,v
where.......


"- f" is flag to denote that a function is selected from the function list that you can see in that function panel.

"- fx", here x is the function number.

"a" Refers to average. If it is selected the value is 1 else 0

"b" Refers to bins. If results are calculated on "No of Bins" its 0, else if on "Width of bin" its 1.

"v" Refers to value of "b".
Examples:
- f 0, 0, 0, 10.0
Computes Somasurface with No. of bins as 10.
- f 1, 1, 0, 10.0
Computes N_stems, averaged with No of bins as 10.
- f 4, 0, 1, 5
Computes N_tips with width of bins as 10.
CLOSE