8.6.1.1.2. pymodaq_data.h5modules.exporters.flimj module

Created the 02/03/2023

@author: Sebastien Weber

class pymodaq_data.h5modules.exporters.flimj.H5asciiExporter[source]

Bases: H5Exporter

Exporter object for saving nodes as txt files

Methods

export_data(node, filename)

Abstract method to save a .h5 node to a file

export_data(node: Node, filename: str) None[source]

Abstract method to save a .h5 node to a file

FORMAT_DESCRIPTION: str = 'Ascii flimj file'
FORMAT_EXTENSION: str = 'ascii'