finesse_virgo.virgo.Virgo.plot_sensing_matrix

Virgo.plot_sensing_matrix(dofs=None, readouts=None, sensing_matrix=None, figsize=(8, 8))[source]

Plots the sensing matrix as a grid of radar plots.

Parameters:
dofslist of str, optional

DOFs to include. Defaults to all.

readoutslist of str, optional

Readouts to include. Defaults to all.

sensing_matrixSensingMatrixDC, optional

Sensing matrix to use for plots if provided, otherwise attempts to use the existing sensing matrix and calculates a new one if needed.