yadg.extractors.public.quadstar package

Submodules

yadg.extractors.public.quadstar.sac.extract(*, fn, **kwargs)

Processes a Quadstar 32-bit analog data .sac file.

Parameters:

fn (str) – The file containing the trace(s) to parse.

Returns:

A datatree.DataTree containing one xarray.Dataset per mass trace. The traces in the Quadstar .sac files are not named, therefore their index is used as the xarray.Dataset name.

Return type:

datatree.DataTree