casinotools.file_format.casino3.point_spread_function_matrix module

Description

class casinotools.file_format.casino3.point_spread_function_matrix.PointSpreadFunctionMatrix(options, point_nm)[source]

Bases: object

Point spread function matrix data from CASINO simulation results file.

Note:

Need to implement the transformation from x, y, z to index of the _values array.

_read_values()[source]
get_data()[source]
get_number_points()[source]
get_number_points_x()[source]
get_number_points_y()[source]
get_number_points_z()[source]
read(file)[source]