SpharmPdmData#
- class ktch.io.SpharmPdmData(specimen_name: str, coeffs: list[ndarray])[source]#
SPHARM-PDM coefficient data for a single specimen.
Stores spherical harmonic coefficients in the nested list format where
coeffs[l]has shape(2*l+1, 3)for degreel.- Parameters:
- specimen_namestr
Specimen name.
- coeffslist of np.ndarray
Nested list of complex128 coefficient arrays.
coeffs[l]has shape(2*l+1, 3)for degreel.