h5analysis.simplemath
Collection of simple math operations that may be applied to data
Functions
|
Apply constant or polynomial offset to specified stream |
|
Appply smoothing and take derivatives |
|
Reduce noise by averaging data points via binning mechanisms |
|
Bins 1d arrays by truncating the array at the end if necessary and calculating the mean in each bin |
|
Bins 2d matrices in the x direction, i.e. it maintains the number of rows, by truncating the matrix at the end if necessary and calculating the mean in each bin. |
|
Bins 2d matrices in the y direction, i.e. it maintains the number of columns, by truncating the matrix at the end if necessary and calculating the mean in each bin. |
|
Grid 1d data |
|
Internal function to apply specified grid or ensure otherwise that axes are evenly spaced as this is required to plot an image. |
|
Internal function to generate scatter histogram for 3 independent SCA streams. |
|
Replaces any NaN and inf values from evaluated array |