Module.RawData

Usage:
var slice=ravel.output;
ravel.hyperSlice();

Methods:
size()
Total number of elements in the output
rank()
Rank of the data slice
val(key)
Returns the value at a particular location indexed by key. NaN is returned if no such value exists. key is a Javascript array of structs:
{
  axis: "axisName",
  slice: "slice label"
}



Ravelation Pty Ldt