BGlib.gmode.translators.gmode_iv.GIVTranslator¶
- class BGlib.gmode.translators.gmode_iv.GIVTranslator(*args, **kwargs)[source]¶
- Bases: - Translator- Translates G-mode Fast IV datasets from .mat files to .h5 - Return type:
- Translator object 
 - Methods - Checks whether the provided file can be read by this translator. - The main function that translates the provided file into a .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