UT3Frame.is_orthogonal#
- t3toolbox.uniform_frame_variations_format.UT3Frame.is_orthogonal(atol=1e-09)#
def is_orthogonal(self, atol: float = 1e-9) -> NDArray: # bool array, shape = stack_shape (scalar unstacked)
True (per stack element) if the frame supercores are orthogonal in their respective senses on the real (masked) content. Per-element bool array (reduce with
.all()for a single verdict); verified against the ragged oracleto_t3frame(self).is_orthogonal().- Parameters:
atol (float)
- Return type: