MorphoDataMixin#
- class ktch.io.MorphoDataMixin[source]#
Shared implementation for morphometric data containers.
Provides
__array__(NumPy protocol) and__repr__based on theto_numpy()andspecimen_namethat concrete classes must supply.Subclasses can define
_repr_detail()returning a string of extra fields to include in the repr (e.g."n_harmonics=20").