BGlib.gmode.translators.general_dynamic_mode.GDMTranslator¶
- class BGlib.gmode.translators.general_dynamic_mode.GDMTranslator(*args, **kwargs)[source]¶
Bases:
Translator
Translates G-mode w^2 datasets from .mat files to .h5
- Return type:
Translator object
Methods
Checks whether the provided file can be read by this translator.
Basic method that translates .mat data files to a single .h5 file
- static is_valid_file(file_path, *args, **kwargs)¶
Checks whether the provided file can be read by this translator.
This basic function compares the file extension against the “extension” keyword argument. If the extension matches, this function returns True