Provides a function for reading glass ASTM data. More...
Functions | |
def | python.ReadTable.read_table (filename, z_vector, x_matrix, y_matrix) |
Reads glass ASTM data from a file with the given file name. More... | |
Provides a function for reading glass ASTM data.
def python.ReadTable.read_table | ( | filename, | |
z_vector, | |||
x_matrix, | |||
y_matrix | |||
) |
Reads glass ASTM data from a file with the given file name.
filename | name of the input file |
z_vector | list of z values |
x_matrix | lists of x values at different z values |
y_matrix | lists of y values at different z values |