sidpy.sid.translator.Translator¶
- class sidpy.sid.translator.Translator(*args, **kwargs)[source]¶
Bases:
object
Abstract class that defines the most basic functionality of a data format translator. A translator converts experimental data from binary / proprietary data formats to a single standardized HDF5 data file
- Return type:
Translator object
Methods
Checks whether the provided file can be read by this translator.
Abstract method.