python-sofa
python-sofa copied to clipboard
A python API for reading and writing SOFA files (https://www.sofaconventions.org/)
`scipy.spatial.transform.Rotation.from_dcm()` [was removed in SciPy 1.6.0](https://docs.scipy.org/doc/scipy-1.4.0/reference/generated/scipy.spatial.transform.Rotation.from_dcm.html). The proper name is [`.from_matrix()` since Scipy 1.4](https://docs.scipy.org/doc/scipy/reference/generated/scipy.spatial.transform.Rotation.from_matrix.html).
When importing SOFA and h5py Python throws: ` UserWarning: h5py is running against HDF5 1.12.1 when it was built against 1.12.2, this may cause problems _warn(("h5py is running against HDF5...
Using [this code](https://python-sofa.readthedocs.io/en/latest/examples/SOFA-file-access.html#Create-new-SimpleFreeFieldHRIR-.sofa-file) you provide, I am unable to load the created SOFA file, nor a GeneralTF SOFA file I created myself, with the MATLAB SOFA API. The error thrown...
There seem to be no functionality for loading an HRTF set and saving it into a different file (for example, after having edited its content). Would you recommend a way...
In version 0.2.0, there seems to be a problem with initialising "View" as the only varying Coordinate: **Reproducing code example:** ```python import sofa HRIR = sofa.Database.create( 'test.sofa', "MultiSpeakerBRIR", dimensions={"M": 10,...