srxraylib.util.data_structures

Utility to mimic IGOR-like vector and matrix classes and functions.

Classes

ScaledArray([np_array, scale])

Stores a 1D array and the abscissas information.

ScaledMatrix([x_coord, y_coord, z_values, ...])

ScaledMatrix stores a 2D array and its axes.