Process module

Process.fmt(x, pos)

Set format for numbers in scale

Process.profiles(H, K, config)
Process.rebin1d(Mx, My, R, rstart=0, tstart=None, cyclic=False)

perform a rebinning of a list.

M : list or ndarray
the original array
R : int
the bin width
Ar : ndarray
A rebinned array
Process.rebin2d(M, R, T, rstart=0, tstart=None, cyclic=False)

perform a rebinning of a matrix.

M : ndarray
the original matrix
R : array or list
the bin groupings in the second index
T : array or list
the bin groupings in the first index
Ar : ndarray
A rebinned matrix
Process.rt_axes(config)