Conversation
Jonny3
force-pushed
the
jbleich/add_mathandler
branch
2 times, most recently
from
March 7, 2026 07:46
5ea27dd to
be1251a
Compare
Jonny3
force-pushed
the
jbleich/add_mathandler
branch
14 times, most recently
from
March 13, 2026 05:49
ad23a19 to
8e1d062
Compare
Jonny3
force-pushed
the
jbleich/add_mathandler
branch
2 times, most recently
from
March 14, 2026 10:04
168b3b3 to
f980517
Compare
Jonny3
force-pushed
the
jbleich/add_mathandler
branch
7 times, most recently
from
March 23, 2026 13:03
714b6e5 to
96ba422
Compare
Jonny3
force-pushed
the
jbleich/add_mathandler
branch
3 times, most recently
from
March 29, 2026 08:15
5c800b5 to
e0ee06b
Compare
jonas: add generate_mat_examples.m + created mat-files
Jonny3
force-pushed
the
jbleich/add_mathandler
branch
from
March 29, 2026 08:15
e0ee06b to
fd245dd
Compare
Jonny3
force-pushed
the
jbleich/add_mathandler
branch
from
March 29, 2026 08:53
62688d0 to
b288ca1
Compare
Contributor
Author
|
done with: #174 |
Contributor
Author
|
done with other PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What's happeing?
This PR introduces robust handling for MATLAB .mat files within ARES. It includes the MATHandler class (ares/interface/data/mat_handler.py) which acts as a comprehensive interface for reading and writing .mat files of various versions (7.3 and older).
The MATHandler leverages the new Mat73Interface (packages/mat73_interface/mat73_interface/mat73_interface.py) for efficient interaction with HDF5-based .mat v7.3 files, and scipy.io for legacy formats.
a wild ride! --> support for compressed 7.3 mat-files added

ToDo: