Qass Tools Analyzer
Library of tools to work with the Analyzer4D software or data produced by it.
Load a data stream file from the Analyzer4D software using the Buffer class:
from qass.tools.analyzer.buffer_parser import Buffer
my_file = "file"
with Buffer(my_file) as stream:
print(stream.process)
Organize your data files from the Analyzer4D software and make them searchable using the BufferMetadataCache: