finesse.analysis.actions.SensingMatrixDCSolution

Overview

class finesse.analysis.actions.SensingMatrixDCSolution[source]

Bases: finesse.solutions.base.BaseSolution

Sensing matrix DC solution.

The raw sensing matrix information can be accessed using the SensingMatrixDCSolution.out member. This is a complex-valued array with dimensions (DOFs, Readouts), which are accessible via SensingMatrixDCSolution.dofs and SensingMatrixDCSolution.readouts.

A table can be printed using SensingMatrixDCSolution.display().

Polar plot can be generated using SensingMatrixDCSolution.plot()

Printing SensingMatrixDCSolution will show an ASCII table of the data.

Methods

SensingMatrixDCSolution.display([dofs, ...])

Displays a HTML table of the sensing matrix.

SensingMatrixDCSolution.matrix_data([dofs, ...])

Generates a sensing matrix table.

SensingMatrixDCSolution.plot(Nrows, Ncols[, ...])