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 onexarray.Dataset
per mass trace. The traces in the Quadstar.sac
files are not named, therefore their index is used as thexarray.Dataset
name.- Return type: