finesse.analysis.actions.sensing.SensingMatrixSolution¶
Overview
- class finesse.analysis.actions.sensing.SensingMatrixSolution[source]¶
 Bases:
BaseSolutionSensing matrix solution.
The raw sensing matrix information can be accessed using the SensingMatrixSolution.out member. This is a complex-valued array with dimensions (DOFs, Readouts), which are accessible via SensingMatrixSolution.dofs and SensingMatrixSolution.readouts.
A table can be printed using
SensingMatrixSolution.display().Polar plot can be generated using
SensingMatrixSolution.plot()Printing
SensingMatrixSolutionwill show an ASCII table of the data.
Methods
  | 
Displays a HTML table of the sensing matrix, optionally highlighting the largest absolute value for each readout or dof.  | 
  | 
Generates a sensing matrix table.  | 
  | 
Plot solution(s).  |