BendModeToForce¶
- class lsst.ts.ofc.BendModeToForce(component: str, ofc_data: OFCData)¶
Bases:
object
Transform Bend mode to forces.
Parameters¶
- component
string
Name of the component. Must be in the
ofc_data.bend_mode
dictionary.- ofc_data
OFCData
Data container class.
Attributes¶
- component
string
Name of the component in the
ofc_data.bend_mode
dictionary.- ofc_data
OFCData
OFC data container class.
- RCOND
float
Cutoff for small singular values, used when computing pseudo-inverse matrix.
- rot_mat
np.ndarray[float]
Rotation matrix.
Raises¶
- RuntimeError
If the
component
attribute string is not a valid entry in theofc_data.bend_mode
dictionary. If the component name does not map into a valid entry in theofc_data.comp_dof_idx
dictionary.
Attributes Summary
Methods Summary
bending_mode
(force)Compute the bending mode.
force
(dof)Calculate the actuator forces in N based on the degree of freedom (DOF).
Attributes Documentation
- RCOND = 0.0001¶
Methods Documentation
- component