sreed_window - read a window of a seplib dataset
int sreed_window(tag_history,n_dim_cube,n_cube,n_wind,f_wind,j_wind,esize,values)
tag of History File
Number of Dimensions in the cube
vector of lenght n_dim_cube length of the axes in the cube
vector of lenght n_dim_cube axes length after windowing
vector of lenght n_dim_cube index of first elements C<(0<= o < n)>
vector of lenght n_dim_cube sampling rate along axes C<(1<= j < n)>
number of bytes per element
array of values to be read
0 = if successful
-1 = if fails for other reasons
-2 = if the values in n_wind, f_wind, j_wind are incorrect
It reads a subset (window) of a Seplib cube
sep