finesse_virgo.virgo.Virgo.get_sensing_matrix

Virgo.get_sensing_matrix(dofs=None, readouts=None, d_dof=1e-06)[source]

Calculate and return a new sensing matrix.

This will not automatically update the state of the local sensing matrix. Use update_sensing_matrix() to do this.

Parameters:
dofslist of str, optional

DOFs to include in the sensing matrix. Default to includes all DOFs from control scheme.

readoutslist of str, optional

Readouts to include in the sensing matrix. Default to include unique readouts from the control scheme.

Returns:
SensingMatrixSolution

The sensing matrix.