diff --git a/master/.doctrees/apidoc/yadg.extractors.eclab.common.doctree b/master/.doctrees/apidoc/yadg.extractors.eclab.common.doctree index 54420898..4fb9100c 100644 Binary files a/master/.doctrees/apidoc/yadg.extractors.eclab.common.doctree and b/master/.doctrees/apidoc/yadg.extractors.eclab.common.doctree differ diff --git a/master/.doctrees/apidoc/yadg.extractors.eclab.doctree b/master/.doctrees/apidoc/yadg.extractors.eclab.doctree index a9595459..0f6efe59 100644 Binary files a/master/.doctrees/apidoc/yadg.extractors.eclab.doctree and b/master/.doctrees/apidoc/yadg.extractors.eclab.doctree differ diff --git a/master/.doctrees/environment.pickle b/master/.doctrees/environment.pickle index 1e88a524..80f7b948 100644 Binary files a/master/.doctrees/environment.pickle and b/master/.doctrees/environment.pickle differ diff --git a/master/.doctrees/version.5_1.doctree b/master/.doctrees/version.5_1.doctree index 9d23bcb7..6890abe2 100644 Binary files a/master/.doctrees/version.5_1.doctree and b/master/.doctrees/version.5_1.doctree differ diff --git a/master/.doctrees/version.doctree b/master/.doctrees/version.doctree index 1d740cb0..1bd525d1 100644 Binary files a/master/.doctrees/version.doctree and b/master/.doctrees/version.doctree differ diff --git a/master/_sources/version.5_1.rst.txt b/master/_sources/version.5_1.rst.txt index 8431b067..199b8d90 100644 --- a/master/_sources/version.5_1.rst.txt +++ b/master/_sources/version.5_1.rst.txt @@ -34,7 +34,8 @@ Bug fixes in ``yadg-5.1`` include: - Fixed incorrect parsing of units in the :mod:`yadg.extractors.ezchrom.asc` parser. Now, the ``25 μV`` unit will be correctly replaced by just ``μV`` (without modifying data), which can be understood by :mod:`pint`. - Added several new I-range values to :mod:`yadg.extractors.eclab` parsers. Now, I-range values up to 130 are supported. - Fixed incorrect column name (``Energy`` to ``|Energy|``) in :mod:`yadg.extractors.eclab.mpr`. - - Removed column renaming for ``Analog IN 1`` and ``Analog IN 2`` to maintain consistency within :mod:`yadg.extractors.eclab` + - Removed column renaming for ``Analog IN 1`` and ``Analog IN 2`` to maintain consistency within :mod:`yadg.extractors.eclab`. + - Reworked parsing of ``.mpt`` file headers in :mod:`yadg.extractors.eclab.mpt`. The parser is now more stable, and the original labels are used without renaming. .. _concat_lab: https://tu.berlin/en/concat diff --git a/master/apidoc/yadg.extractors.eclab.common.html b/master/apidoc/yadg.extractors.eclab.common.html index 5b09269d..1a060c11 100644 --- a/master/apidoc/yadg.extractors.eclab.common.html +++ b/master/apidoc/yadg.extractors.eclab.common.html @@ -67,7 +67,6 @@
  • yadg.extractors.eclab.common.mpt_columns module
  • yadg.extractors.eclab.common.techniques module @@ -149,27 +148,6 @@

    eclabtechniques: Parameters for implemented techniques.The module also implements resolution determination for parameters of techniques, in get_resolution().

    -
    -
    -yadg.extractors.eclab.common.techniques.technique_params(technique: str, settings: list[str]) tuple[str, list]
    -

    Constructs the parameter names for different techniques.

    -
    -
    Parameters:
    -
      -
    • technique – The full name of the technique.

    • -
    • settings – The list of settings from the start of an .mpt or .mps file.

    • -
    -
    -
    Returns:
    -

    The short technique name and a full list of technique parameter -names depending on what is present in the file.

    -
    -
    Return type:
    -

    tuple[str, list]

    -
    -
    -
    -
    yadg.extractors.eclab.common.techniques.param_from_key(param: str, key: int | str, to_str: bool = True) str | float
    diff --git a/master/apidoc/yadg.extractors.eclab.html b/master/apidoc/yadg.extractors.eclab.html index 7fc175d5..f084fb22 100644 --- a/master/apidoc/yadg.extractors.eclab.html +++ b/master/apidoc/yadg.extractors.eclab.html @@ -92,6 +92,8 @@
  • Schema
  • Notes on file structure
  • Metadata
  • +
  • process_settings()
  • +
  • process_params()
  • process_header()
  • process_data()
  • extract()
  • @@ -153,7 +155,6 @@

    Subpackagesyadg.extractors.eclab.common.mpt_columns module

  • yadg.extractors.eclab.common.techniques module @@ -647,8 +648,19 @@

    MetadataThe mapping between metadata parameters between .mpr and .mpt files is not yet complete.

    -

    Code author: Nicolas Vetsch

    +

    Code author: Nicolas Vetsch, +Peter Kraus

    +
    +
    +yadg.extractors.eclab.mpt.process_settings(lines: list[str]) dict[str, str]
    +
    + +
    +
    +yadg.extractors.eclab.mpt.process_params(technique: str, lines: list[str], locale: str) dict[str, Any]
    +
    +
    yadg.extractors.eclab.mpt.process_header(lines: list[str], timezone: str, locale: str) tuple[dict, list, dict]
    diff --git a/master/apidoc/yadg.extractors.html b/master/apidoc/yadg.extractors.html index 019b1c35..eb9394b4 100644 --- a/master/apidoc/yadg.extractors.html +++ b/master/apidoc/yadg.extractors.html @@ -280,6 +280,8 @@

    SubpackagesSchema

  • Notes on file structure
  • Metadata
  • +
  • process_settings()
  • +
  • process_params()
  • process_header()
  • process_data()
  • extract()
  • diff --git a/master/genindex.html b/master/genindex.html index 2df2a4da..9dc974e2 100644 --- a/master/genindex.html +++ b/master/genindex.html @@ -572,13 +572,19 @@

    P

  • process_modules() (in module yadg.extractors.eclab.mpr)
  • process_options() (in module yadg.extractors.touchstone.snp) +
  • +
  • process_params() (in module yadg.extractors.eclab.mpt)
  • process_row() (in module yadg.extractors.basic.csv)
  • process_schema() (in module yadg.core)
  • process_settings() (in module yadg.extractors.eclab.mpr) + +
  • @@ -653,18 +659,16 @@

    S

    T

    - + diff --git a/master/objects.inv b/master/objects.inv index 48c8cab7..8488cf0b 100644 Binary files a/master/objects.inv and b/master/objects.inv differ diff --git a/master/searchindex.js b/master/searchindex.js index 17b7b55f..a148e997 100644 --- a/master/searchindex.js +++ b/master/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"Acknowledgements": [[22, "acknowledgements"]], "Citing yadg": [[18, "citing-yadg"]], "Contributors": [[22, "contributors"]], "Dataschema from presets": [[26, "dataschema-from-presets"]], "Dataschema validation": [[21, "dataschema-validation"]], "Dataschema version updater": [[26, "dataschema-version-updater"]], "Developer documentation": [[19, "developer-documentation"]], "Extractor mode": [[26, "extractor-mode"]], "Formatting": [[19, "formatting"]], "How to use yadg": [[26, "how-to-use-yadg"]], "Implementing new features": [[19, "implementing-new-features"]], "Key features of yadg": [[21, "key-features-of-yadg"]], "Locale support": [[21, "locale-support"]], "Metadata": [[3, "metadata"], [3, "id3"], [3, "id7"], [4, "metadata"], [5, "metadata"], [5, "id3"], [5, "id7"], [6, "metadata"], [6, "id4"], [8, "metadata"], [8, "id3"], [9, "metadata"], [10, "metadata"], [10, "id3"], [11, "metadata"], [11, "id3"], [12, "metadata"], [12, "id3"], [12, "id6"], [13, "metadata"], [13, "id3"], [13, "id8"], [14, "metadata"], [15, "metadata"], [16, "metadata"], [17, "metadata"]], "Metadata-only extraction": [[26, "metadata-only-extraction"]], "Notes on file structure": [[3, "notes-on-file-structure"], [6, "notes-on-file-structure"], [6, "id3"], [10, "notes-on-file-structure"], [13, "notes-on-file-structure"], [13, "id4"], [13, "id9"], [14, "notes-on-file-structure"], [15, "notes-on-file-structure"], [16, "notes-on-file-structure"], [17, "notes-on-file-structure"]], "Papers related to yadg": [[18, "papers-related-to-yadg"]], "Parser mode": [[26, "parser-mode"]], "Schema": [[3, "schema"], [3, "id2"], [3, "id6"], [4, "schema"], [5, "schema"], [5, "id2"], [5, "id6"], [6, "schema"], [6, "id2"], [8, "schema"], [8, "id2"], [9, "schema"], [10, "schema"], [10, "id2"], [11, "schema"], [11, "id2"], [12, "schema"], [12, "id2"], [12, "id5"], [13, "schema"], [13, "id2"], [13, "id7"], [14, "schema"], [15, "schema"], [16, "schema"], [17, "schema"]], "Subpackages": [[0, "subpackages"], [2, "subpackages"], [6, "subpackages"]], "TODO": [[6, null], [14, null]], "Testing": [[19, "testing"]], "Timestamping": [[21, "timestamping"]], "Uncertainties": [[3, "uncertainties"], [3, "id4"], [5, "uncertainties"], [5, "id4"], [5, "id8"], [10, "uncertainties"], [10, "id4"], [12, "uncertainties"], [13, "uncertainties"], [13, "id5"], [14, "uncertainties"], [15, "uncertainties"], [16, "uncertainties"], [17, "uncertainties"], [21, "uncertainties"]], "Units": [[21, "units"]], "Units and uncertainties": [[21, "units-and-uncertainties"]], "Usage": [[3, "usage"], [3, "id1"], [3, "id5"], [4, "usage"], [5, "usage"], [5, "id1"], [5, "id5"], [6, "usage"], [6, "id1"], [8, "usage"], [8, "id1"], [9, "usage"], [10, "usage"], [10, "id1"], [11, "usage"], [11, "id1"], [12, "usage"], [12, "id1"], [12, "id4"], [13, "usage"], [13, "id1"], [13, "id6"], [14, "usage"], [15, "usage"], [16, "usage"], [17, "usage"]], "agilent: For Agilent chromatograms": [[3, "module-yadg.extractors.agilent"]], "basic: For tabulated data": [[4, "module-yadg.extractors.basic"]], "drycal: For MesaLabs Drycal Pro data": [[5, "module-yadg.extractors.drycal"]], "eclab: For BioLogic data files": [[6, "module-yadg.extractors.eclab"]], "eclabtechniques: Parameters for implemented techniques.": [[7, "eclabtechniques-parameters-for-implemented-techniques"]], "empalc: For Empa\u2019s LC data": [[8, "module-yadg.extractors.empalc"]], "example: For yadg testing": [[9, "module-yadg.extractors.example"]], "ezchrom: For EZChrom chromatograms": [[10, "module-yadg.extractors.ezchrom"]], "fhimcpt: For MCPT set-up at FHI": [[11, "module-yadg.extractors.fhimcpt"]], "fusion: For Fusion chromatograms": [[12, "module-yadg.extractors.fusion"]], "panalytical: For Panalytical XRD data": [[13, "module-yadg.extractors.panalytical"]], "phi: For Phi XPS data": [[14, "module-yadg.extractors.phi"]], "quadstar: For Quadstar MS data": [[15, "module-yadg.extractors.quadstar"]], "tomato: For tomato outputs": [[16, "module-yadg.extractors.tomato"]], "touchstone: For Touchstone VNA files": [[17, "module-yadg.extractors.touchstone"]], "yadg datagram": [[23, "yadg-datagram"], [25, "yadg-datagram"]], "yadg dataschema": [[24, "yadg-dataschema"], [25, "yadg-dataschema"]], "yadg objects": [[25, "yadg-objects"]], "yadg package": [[0, "module-yadg"]], "yadg version 3.1.0": [[27, "yadg-version-3-1-0"], [28, "yadg-version-3-1-0"]], "yadg version 4.0.1": [[27, "yadg-version-4-0-1"], [29, "yadg-version-4-0-1"]], "yadg version 4.1.0": [[27, "yadg-version-4-1-0"], [30, "yadg-version-4-1-0"]], "yadg version 4.2": [[27, "yadg-version-4-2"], [31, "yadg-version-4-2"]], "yadg version 5.0": [[27, "yadg-version-5-0"], [32, "yadg-version-5-0"]], "yadg version 5.1": [[27, "yadg-version-5-1"], [33, "yadg-version-5-1"]], "yadg version history": [[27, "yadg-version-history"]], "yadg.core module": [[0, "module-yadg.core"]], "yadg.dgutils package": [[1, "module-yadg.dgutils"]], "yadg.dgutils.btools module": [[1, "module-yadg.dgutils.btools"]], "yadg.dgutils.dateutils module": [[1, "module-yadg.dgutils.dateutils"]], "yadg.dgutils.dsutils module": [[1, "module-yadg.dgutils.dsutils"]], "yadg.dgutils.helpers module": [[1, "module-yadg.dgutils.helpers"]], "yadg.dgutils.pintutils module": [[1, "module-yadg.dgutils.pintutils"]], "yadg.dgutils.schemautils module": [[1, "module-yadg.dgutils.schemautils"]], "yadg.extractors package": [[2, "module-yadg.extractors"]], "yadg.extractors.agilent.ch module": [[3, "module-yadg.extractors.agilent.ch"]], "yadg.extractors.agilent.csv module": [[3, "module-yadg.extractors.agilent.csv"]], "yadg.extractors.agilent.dx module": [[3, "module-yadg.extractors.agilent.dx"]], "yadg.extractors.basic.csv module": [[4, "module-yadg.extractors.basic.csv"]], "yadg.extractors.drycal.common module": [[5, "module-yadg.extractors.drycal.common"]], "yadg.extractors.drycal.csv module": [[5, "module-yadg.extractors.drycal.csv"]], "yadg.extractors.drycal.rtf module": [[5, "module-yadg.extractors.drycal.rtf"]], "yadg.extractors.drycal.txt module": [[5, "module-yadg.extractors.drycal.txt"]], "yadg.extractors.eclab.common package": [[7, "module-yadg.extractors.eclab.common"]], "yadg.extractors.eclab.common.mpr_columns module": [[7, "module-yadg.extractors.eclab.common.mpr_columns"]], "yadg.extractors.eclab.common.mpt_columns module": [[7, "module-yadg.extractors.eclab.common.mpt_columns"]], "yadg.extractors.eclab.common.techniques module": [[7, "module-yadg.extractors.eclab.common.techniques"]], "yadg.extractors.eclab.mpr module": [[6, "module-yadg.extractors.eclab.mpr"]], "yadg.extractors.eclab.mpt module": [[6, "module-yadg.extractors.eclab.mpt"]], "yadg.extractors.empalc.csv module": [[8, "module-yadg.extractors.empalc.csv"]], "yadg.extractors.empalc.xlsx module": [[8, "module-yadg.extractors.empalc.xlsx"]], "yadg.extractors.ezchrom.asc module": [[10, "module-yadg.extractors.ezchrom.asc"]], "yadg.extractors.ezchrom.dat module": [[10, "module-yadg.extractors.ezchrom.dat"]], "yadg.extractors.fhimcpt.csv module": [[11, "module-yadg.extractors.fhimcpt.csv"]], "yadg.extractors.fhimcpt.vna module": [[11, "module-yadg.extractors.fhimcpt.vna"]], "yadg.extractors.fusion.csv module": [[12, "module-yadg.extractors.fusion.csv"]], "yadg.extractors.fusion.json module": [[12, "module-yadg.extractors.fusion.json"]], "yadg.extractors.fusion.zip module": [[12, "module-yadg.extractors.fusion.zip"]], "yadg.extractors.panalytical.common module": [[13, "module-yadg.extractors.panalytical.common"]], "yadg.extractors.panalytical.csv module": [[13, "module-yadg.extractors.panalytical.csv"]], "yadg.extractors.panalytical.xrdml module": [[13, "module-yadg.extractors.panalytical.xrdml"]], "yadg.extractors.panalytical.xy module": [[13, "module-yadg.extractors.panalytical.xy"]], "yadg.extractors.phi.spe module": [[14, "module-yadg.extractors.phi.spe"]], "yadg.extractors.quadstar.sac module": [[15, "module-yadg.extractors.quadstar.sac"]], "yadg.extractors.tomato.json module": [[16, "module-yadg.extractors.tomato.json"]], "yadg.extractors.touchstone.snp module": [[17, "module-yadg.extractors.touchstone.snp"]], "yadg.main module": [[0, "module-yadg.main"]], "yadg.subcommands module": [[0, "module-yadg.subcommands"]], "yadg: yet another datagram": [[22, "yadg-yet-another-datagram"]]}, "docnames": ["apidoc/yadg", "apidoc/yadg.dgutils", "apidoc/yadg.extractors", "apidoc/yadg.extractors.agilent", "apidoc/yadg.extractors.basic", "apidoc/yadg.extractors.drycal", "apidoc/yadg.extractors.eclab", "apidoc/yadg.extractors.eclab.common", "apidoc/yadg.extractors.empalc", "apidoc/yadg.extractors.example", "apidoc/yadg.extractors.ezchrom", "apidoc/yadg.extractors.fhimcpt", "apidoc/yadg.extractors.fusion", "apidoc/yadg.extractors.panalytical", "apidoc/yadg.extractors.phi", "apidoc/yadg.extractors.quadstar", "apidoc/yadg.extractors.tomato", "apidoc/yadg.extractors.touchstone", "citing", "devdocs", "extractors", "features", "index", "object.datagram", "object.dataschema", "objects", "usage", "version", "version.3_1", "version.4_0", "version.4_1", "version.4_2", "version.5_0", "version.5_1"], "envversion": {"sphinx": 61, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1}, "filenames": ["apidoc/yadg.rst", "apidoc/yadg.dgutils.rst", "apidoc/yadg.extractors.rst", "apidoc/yadg.extractors.agilent.rst", "apidoc/yadg.extractors.basic.rst", "apidoc/yadg.extractors.drycal.rst", "apidoc/yadg.extractors.eclab.rst", "apidoc/yadg.extractors.eclab.common.rst", "apidoc/yadg.extractors.empalc.rst", "apidoc/yadg.extractors.example.rst", "apidoc/yadg.extractors.ezchrom.rst", "apidoc/yadg.extractors.fhimcpt.rst", "apidoc/yadg.extractors.fusion.rst", "apidoc/yadg.extractors.panalytical.rst", "apidoc/yadg.extractors.phi.rst", "apidoc/yadg.extractors.quadstar.rst", "apidoc/yadg.extractors.tomato.rst", "apidoc/yadg.extractors.touchstone.rst", "citing.rst", "devdocs.rst", "extractors.rst", "features.rst", "index.rst", "object.datagram.rst", "object.dataschema.rst", "objects.rst", "usage.rst", "version.rst", "version.3_1.rst", "version.4_0.rst", "version.4_1.rst", "version.4_2.rst", "version.5_0.rst", "version.5_1.rst"], "indexentries": {"append_dicts() (in module yadg.dgutils)": [[1, "yadg.dgutils.append_dicts", false]], "append_dicts() (in module yadg.dgutils.dsutils)": [[1, "yadg.dgutils.dsutils.append_dicts", false]], "attr_in_lines() (in module yadg.extractors.touchstone.snp)": [[17, "yadg.extractors.touchstone.snp.attr_in_lines", false]], "biologic_tomato_json() (in module yadg.extractors.tomato.json)": [[16, "yadg.extractors.tomato.json.biologic_tomato_json", false]], "calib_3to4() (in module yadg.dgutils.schemautils)": [[1, "yadg.dgutils.schemautils.calib_3to4", false]], "camel_to_snake() (in module yadg.extractors.phi.spe)": [[14, "yadg.extractors.phi.spe.camel_to_snake", false]], "check_timestamps() (in module yadg.extractors.drycal.common)": [[5, "yadg.extractors.drycal.common.check_timestamps", false]], "chromdata() (in module yadg.extractors.fusion.json)": [[12, "yadg.extractors.fusion.json.chromdata", false]], "chromtrace() (in module yadg.extractors.fusion.json)": [[12, "yadg.extractors.fusion.json.chromtrace", false]], "complete_timestamps() (in module yadg.dgutils)": [[1, "yadg.dgutils.complete_timestamps", false]], "complete_timestamps() (in module yadg.dgutils.dateutils)": [[1, "yadg.dgutils.dateutils.complete_timestamps", false]], "complete_uts() (in module yadg.dgutils)": [[1, "yadg.dgutils.complete_uts", false]], "complete_uts() (in module yadg.dgutils.dateutils)": [[1, "yadg.dgutils.dateutils.complete_uts", false]], "data_to_dataset() (in module yadg.extractors.touchstone.snp)": [[17, "yadg.extractors.touchstone.snp.data_to_dataset", false]], "date (yadg.extractors.drycal.common.timedate attribute)": [[5, "yadg.extractors.drycal.common.TimeDate.date", false]], "deprecated() (in module yadg.dgutils.helpers)": [[1, "yadg.dgutils.helpers.deprecated", false]], "dicts_to_dataset() (in module yadg.dgutils)": [[1, "yadg.dgutils.dicts_to_dataset", false]], "dicts_to_dataset() (in module yadg.dgutils.dsutils)": [[1, "yadg.dgutils.dsutils.dicts_to_dataset", false]], "drycal_table() (in module yadg.extractors.drycal.common)": [[5, "yadg.extractors.drycal.common.drycal_table", false]], "dummy_tomato_json() (in module yadg.extractors.tomato.json)": [[16, "yadg.extractors.tomato.json.dummy_tomato_json", false]], "encoding (dgbowl_schemas.yadg.dataschema_5_1.filetype.eclab_mpt attribute)": [[6, "dgbowl_schemas.yadg.dataschema_5_1.filetype.EClab_mpt.encoding", false]], "encoding (dgbowl_schemas.yadg.dataschema_5_1.filetype.ezchrom_asc attribute)": [[10, "dgbowl_schemas.yadg.dataschema_5_1.filetype.EZChrom_asc.encoding", false]], "etree_to_dict() (in module yadg.extractors.panalytical.xrdml)": [[13, "yadg.extractors.panalytical.xrdml.etree_to_dict", false]], "extract() (in module yadg.extractors)": [[2, "yadg.extractors.extract", false]], "extract() (in module yadg.extractors.agilent.ch)": [[3, "yadg.extractors.agilent.ch.extract", false]], "extract() (in module yadg.extractors.agilent.csv)": [[3, "yadg.extractors.agilent.csv.extract", false]], "extract() (in module yadg.extractors.agilent.dx)": [[3, "yadg.extractors.agilent.dx.extract", false]], "extract() (in module yadg.extractors.basic.csv)": [[4, "yadg.extractors.basic.csv.extract", false]], "extract() (in module yadg.extractors.drycal.csv)": [[5, "yadg.extractors.drycal.csv.extract", false]], "extract() (in module yadg.extractors.drycal.rtf)": [[5, "yadg.extractors.drycal.rtf.extract", false]], "extract() (in module yadg.extractors.drycal.txt)": [[5, "yadg.extractors.drycal.txt.extract", false]], "extract() (in module yadg.extractors.eclab.mpr)": [[6, "yadg.extractors.eclab.mpr.extract", false]], "extract() (in module yadg.extractors.eclab.mpt)": [[6, "yadg.extractors.eclab.mpt.extract", false]], "extract() (in module yadg.extractors.empalc.csv)": [[8, "yadg.extractors.empalc.csv.extract", false]], "extract() (in module yadg.extractors.empalc.xlsx)": [[8, "yadg.extractors.empalc.xlsx.extract", false]], "extract() (in module yadg.extractors.example)": [[9, "yadg.extractors.example.extract", false]], "extract() (in module yadg.extractors.ezchrom.asc)": [[10, "yadg.extractors.ezchrom.asc.extract", false]], "extract() (in module yadg.extractors.ezchrom.dat)": [[10, "yadg.extractors.ezchrom.dat.extract", false]], "extract() (in module yadg.extractors.fhimcpt.csv)": [[11, "yadg.extractors.fhimcpt.csv.extract", false]], "extract() (in module yadg.extractors.fhimcpt.vna)": [[11, "yadg.extractors.fhimcpt.vna.extract", false]], "extract() (in module yadg.extractors.fusion.csv)": [[12, "yadg.extractors.fusion.csv.extract", false]], "extract() (in module yadg.extractors.fusion.json)": [[12, "yadg.extractors.fusion.json.extract", false]], "extract() (in module yadg.extractors.fusion.zip)": [[12, "yadg.extractors.fusion.zip.extract", false]], "extract() (in module yadg.extractors.panalytical.csv)": [[13, "yadg.extractors.panalytical.csv.extract", false]], "extract() (in module yadg.extractors.panalytical.xrdml)": [[13, "yadg.extractors.panalytical.xrdml.extract", false]], "extract() (in module yadg.extractors.panalytical.xy)": [[13, "yadg.extractors.panalytical.xy.extract", false]], "extract() (in module yadg.extractors.phi.spe)": [[14, "yadg.extractors.phi.spe.extract", false]], "extract() (in module yadg.extractors.quadstar.sac)": [[15, "yadg.extractors.quadstar.sac.extract", false]], "extract() (in module yadg.extractors.tomato.json)": [[16, "yadg.extractors.tomato.json.extract", false]], "extract() (in module yadg.extractors.touchstone.snp)": [[17, "yadg.extractors.touchstone.snp.extract", false]], "extract() (in module yadg.subcommands)": [[0, "yadg.subcommands.extract", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.agilent_ch attribute)": [[3, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Agilent_ch.filetype", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.agilent_csv attribute)": [[3, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Agilent_csv.filetype", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.agilent_dx attribute)": [[3, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Agilent_dx.filetype", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.basic_csv attribute)": [[4, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Basic_csv.filetype", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.drycal_csv attribute)": [[5, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Drycal_csv.filetype", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.drycal_rtf attribute)": [[5, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Drycal_rtf.filetype", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.drycal_txt attribute)": [[5, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Drycal_txt.filetype", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.eclab_mpr attribute)": [[6, "dgbowl_schemas.yadg.dataschema_5_1.filetype.EClab_mpr.filetype", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.eclab_mpt attribute)": [[6, "dgbowl_schemas.yadg.dataschema_5_1.filetype.EClab_mpt.filetype", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.empalc_csv attribute)": [[8, "dgbowl_schemas.yadg.dataschema_5_1.filetype.EmpaLC_csv.filetype", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.empalc_xlsx attribute)": [[8, "dgbowl_schemas.yadg.dataschema_5_1.filetype.EmpaLC_xlsx.filetype", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.example attribute)": [[9, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Example.filetype", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.ezchrom_asc attribute)": [[10, "dgbowl_schemas.yadg.dataschema_5_1.filetype.EZChrom_asc.filetype", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.ezchrom_dat attribute)": [[10, "dgbowl_schemas.yadg.dataschema_5_1.filetype.EZChrom_dat.filetype", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.fhi_csv attribute)": [[11, "dgbowl_schemas.yadg.dataschema_5_1.filetype.FHI_csv.filetype", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.fhi_vna attribute)": [[11, "dgbowl_schemas.yadg.dataschema_5_1.filetype.FHI_vna.filetype", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.fusion_csv attribute)": [[12, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Fusion_csv.filetype", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.fusion_json attribute)": [[12, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Fusion_json.filetype", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.fusion_zip attribute)": [[12, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Fusion_zip.filetype", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.panalytical_csv attribute)": [[13, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Panalytical_csv.filetype", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.panalytical_xrdml attribute)": [[13, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Panalytical_xrdml.filetype", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.panalytical_xy attribute)": [[13, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Panalytical_xy.filetype", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.phi_spe attribute)": [[14, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Phi_spe.filetype", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.quadstar_sac attribute)": [[15, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Quadstar_sac.filetype", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.tomato_json attribute)": [[16, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Tomato_json.filetype", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.touchstone_snp attribute)": [[17, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Touchstone_snp.filetype", false]], "format (yadg.extractors.drycal.common.timedate.timestampspec attribute)": [[5, "yadg.extractors.drycal.common.TimeDate.TimestampSpec.format", false]], "get_resolution() (in module yadg.extractors.eclab.common.techniques)": [[7, "yadg.extractors.eclab.common.techniques.get_resolution", false]], "get_yadg_metadata() (in module yadg.dgutils)": [[1, "yadg.dgutils.get_yadg_metadata", false]], "get_yadg_metadata() (in module yadg.dgutils.helpers)": [[1, "yadg.dgutils.helpers.get_yadg_metadata", false]], "index (yadg.extractors.drycal.common.timedate.timestampspec attribute)": [[5, "yadg.extractors.drycal.common.TimeDate.TimestampSpec.index", false]], "infer_extractor() (in module yadg.core)": [[0, "yadg.core.infer_extractor", false]], "infer_timestamp_from() (in module yadg.dgutils)": [[1, "yadg.dgutils.infer_timestamp_from", false]], "infer_timestamp_from() (in module yadg.dgutils.dateutils)": [[1, "yadg.dgutils.dateutils.infer_timestamp_from", false]], "merge_dicttrees() (in module yadg.dgutils)": [[1, "yadg.dgutils.merge_dicttrees", false]], "merge_dicttrees() (in module yadg.dgutils.dsutils)": [[1, "yadg.dgutils.dsutils.merge_dicttrees", false]], "module": [[0, "module-yadg", false], [0, "module-yadg.core", false], [0, "module-yadg.main", false], [0, "module-yadg.subcommands", false], [1, "module-yadg.dgutils", false], [1, "module-yadg.dgutils.btools", false], [1, "module-yadg.dgutils.dateutils", false], [1, "module-yadg.dgutils.dsutils", false], [1, "module-yadg.dgutils.helpers", false], [1, "module-yadg.dgutils.pintutils", false], [1, "module-yadg.dgutils.schemautils", false], [2, "module-yadg.extractors", false], [3, "module-yadg.extractors.agilent", false], [3, "module-yadg.extractors.agilent.ch", false], [3, "module-yadg.extractors.agilent.csv", false], [3, "module-yadg.extractors.agilent.dx", false], [4, "module-yadg.extractors.basic", false], [4, "module-yadg.extractors.basic.csv", false], [5, "module-yadg.extractors.drycal", false], [5, "module-yadg.extractors.drycal.common", false], [5, "module-yadg.extractors.drycal.csv", false], [5, "module-yadg.extractors.drycal.rtf", false], [5, "module-yadg.extractors.drycal.txt", false], [6, "module-yadg.extractors.eclab", false], [6, "module-yadg.extractors.eclab.mpr", false], [6, "module-yadg.extractors.eclab.mpt", false], [7, "module-yadg.extractors.eclab.common", false], [7, "module-yadg.extractors.eclab.common.mpr_columns", false], [7, "module-yadg.extractors.eclab.common.mpt_columns", false], [7, "module-yadg.extractors.eclab.common.techniques", false], [8, "module-yadg.extractors.empalc", false], [8, "module-yadg.extractors.empalc.csv", false], [8, "module-yadg.extractors.empalc.xlsx", false], [9, "module-yadg.extractors.example", false], [10, "module-yadg.extractors.ezchrom", false], [10, "module-yadg.extractors.ezchrom.asc", false], [10, "module-yadg.extractors.ezchrom.dat", false], [11, "module-yadg.extractors.fhimcpt", false], [11, "module-yadg.extractors.fhimcpt.csv", false], [11, "module-yadg.extractors.fhimcpt.vna", false], [12, "module-yadg.extractors.fusion", false], [12, "module-yadg.extractors.fusion.csv", false], [12, "module-yadg.extractors.fusion.json", false], [12, "module-yadg.extractors.fusion.zip", false], [13, "module-yadg.extractors.panalytical", false], [13, "module-yadg.extractors.panalytical.common", false], [13, "module-yadg.extractors.panalytical.csv", false], [13, "module-yadg.extractors.panalytical.xrdml", false], [13, "module-yadg.extractors.panalytical.xy", false], [14, "module-yadg.extractors.phi", false], [14, "module-yadg.extractors.phi.spe", false], [15, "module-yadg.extractors.quadstar", false], [15, "module-yadg.extractors.quadstar.sac", false], [16, "module-yadg.extractors.tomato", false], [16, "module-yadg.extractors.tomato.json", false], [17, "module-yadg.extractors.touchstone", false], [17, "module-yadg.extractors.touchstone.snp", false]], "now() (in module yadg.dgutils)": [[1, "yadg.dgutils.now", false]], "now() (in module yadg.dgutils.dateutils)": [[1, "yadg.dgutils.dateutils.now", false]], "ole_to_uts() (in module yadg.dgutils)": [[1, "yadg.dgutils.ole_to_uts", false]], "ole_to_uts() (in module yadg.dgutils.dateutils)": [[1, "yadg.dgutils.dateutils.ole_to_uts", false]], "panalytical_comment() (in module yadg.extractors.panalytical.common)": [[13, "yadg.extractors.panalytical.common.panalytical_comment", false]], "param_from_key() (in module yadg.extractors.eclab.common.techniques)": [[7, "yadg.extractors.eclab.common.techniques.param_from_key", false]], "parameters (dgbowl_schemas.yadg.dataschema_5_1.filetype.basic_csv attribute)": [[4, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Basic_csv.parameters", false]], "parameters (dgbowl_schemas.yadg.dataschema_5_1.filetype.example attribute)": [[9, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Example.parameters", false]], "parameters (dgbowl_schemas.yadg.dataschema_5_1.filetype.fhi_csv attribute)": [[11, "dgbowl_schemas.yadg.dataschema_5_1.filetype.FHI_csv.parameters", false]], "parse_columns() (in module yadg.extractors.eclab.mpr)": [[6, "yadg.extractors.eclab.mpr.parse_columns", false]], "preset() (in module yadg.subcommands)": [[0, "yadg.subcommands.preset", false]], "process() (in module yadg.subcommands)": [[0, "yadg.subcommands.process", false]], "process_comments() (in module yadg.extractors.touchstone.snp)": [[17, "yadg.extractors.touchstone.snp.process_comments", false]], "process_data() (in module yadg.extractors.eclab.mpr)": [[6, "yadg.extractors.eclab.mpr.process_data", false]], "process_data() (in module yadg.extractors.eclab.mpt)": [[6, "yadg.extractors.eclab.mpt.process_data", false]], "process_ext() (in module yadg.extractors.eclab.mpr)": [[6, "yadg.extractors.eclab.mpr.process_ext", false]], "process_filename() (in module yadg.extractors.touchstone.snp)": [[17, "yadg.extractors.touchstone.snp.process_filename", false]], "process_header() (in module yadg.extractors.eclab.mpt)": [[6, "yadg.extractors.eclab.mpt.process_header", false]], "process_log() (in module yadg.extractors.eclab.mpr)": [[6, "yadg.extractors.eclab.mpr.process_log", false]], "process_loop() (in module yadg.extractors.eclab.mpr)": [[6, "yadg.extractors.eclab.mpr.process_loop", false]], "process_modules() (in module yadg.extractors.eclab.mpr)": [[6, "yadg.extractors.eclab.mpr.process_modules", false]], "process_options() (in module yadg.extractors.touchstone.snp)": [[17, "yadg.extractors.touchstone.snp.process_options", false]], "process_row() (in module yadg.extractors.basic.csv)": [[4, "yadg.extractors.basic.csv.process_row", false]], "process_schema() (in module yadg.core)": [[0, "yadg.core.process_schema", false]], "process_settings() (in module yadg.extractors.eclab.mpr)": [[6, "yadg.extractors.eclab.mpr.process_settings", false]], "read_pascal_string() (in module yadg.dgutils.btools)": [[1, "yadg.dgutils.btools.read_pascal_string", false]], "read_value() (in module yadg.dgutils)": [[1, "yadg.dgutils.read_value", false]], "read_value() (in module yadg.dgutils.btools)": [[1, "yadg.dgutils.btools.read_value", false]], "rtf() (in module yadg.extractors.drycal.common)": [[5, "yadg.extractors.drycal.common.rtf", false]], "run_with_arguments() (in module yadg)": [[0, "yadg.run_with_arguments", false]], "run_with_arguments() (in module yadg.main)": [[0, "yadg.main.run_with_arguments", false]], "sanitize_units() (in module yadg.dgutils)": [[1, "yadg.dgutils.sanitize_units", false]], "sanitize_units() (in module yadg.dgutils.pintutils)": [[1, "yadg.dgutils.pintutils.sanitize_units", false]], "schema_3to4() (in module yadg.dgutils.schemautils)": [[1, "yadg.dgutils.schemautils.schema_3to4", false]], "schema_from_preset() (in module yadg.dgutils)": [[1, "yadg.dgutils.schema_from_preset", false]], "schema_from_preset() (in module yadg.dgutils.schemautils)": [[1, "yadg.dgutils.schemautils.schema_from_preset", false]], "sep (dgbowl_schemas.yadg.dataschema_5_1.filetype.basic_csv.parameters attribute)": [[4, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Basic_csv.Parameters.sep", false]], "sep() (in module yadg.extractors.drycal.common)": [[5, "yadg.extractors.drycal.common.sep", false]], "set_encoding() (dgbowl_schemas.yadg.dataschema_5_1.filetype.eclab_mpt class method)": [[6, "dgbowl_schemas.yadg.dataschema_5_1.filetype.EClab_mpt.set_encoding", false]], "set_encoding() (dgbowl_schemas.yadg.dataschema_5_1.filetype.ezchrom_asc class method)": [[10, "dgbowl_schemas.yadg.dataschema_5_1.filetype.EZChrom_asc.set_encoding", false]], "set_loglevel() (in module yadg.main)": [[0, "yadg.main.set_loglevel", false]], "snake_case() (in module yadg.extractors.panalytical.common)": [[13, "yadg.extractors.panalytical.common.snake_case", false]], "str_to_uts() (in module yadg.dgutils)": [[1, "yadg.dgutils.str_to_uts", false]], "str_to_uts() (in module yadg.dgutils.dateutils)": [[1, "yadg.dgutils.dateutils.str_to_uts", false]], "strip (dgbowl_schemas.yadg.dataschema_5_1.filetype.basic_csv.parameters attribute)": [[4, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Basic_csv.Parameters.strip", false]], "technique_params() (in module yadg.extractors.eclab.common.techniques)": [[7, "yadg.extractors.eclab.common.techniques.technique_params", false]], "time (yadg.extractors.drycal.common.timedate attribute)": [[5, "yadg.extractors.drycal.common.TimeDate.time", false]], "timestamp (dgbowl_schemas.yadg.dataschema_5_1.filetype.basic_csv.parameters attribute)": [[4, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Basic_csv.Parameters.timestamp", false]], "timestamp (dgbowl_schemas.yadg.dataschema_5_1.filetype.fhi_csv.parameters attribute)": [[11, "dgbowl_schemas.yadg.dataschema_5_1.filetype.FHI_csv.Parameters.timestamp", false]], "timestamps_from_file() (in module yadg.dgutils.dateutils)": [[1, "yadg.dgutils.dateutils.timestamps_from_file", false]], "units (dgbowl_schemas.yadg.dataschema_5_1.filetype.basic_csv.parameters attribute)": [[4, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Basic_csv.Parameters.units", false]], "update() (in module yadg.subcommands)": [[0, "yadg.subcommands.update", false]], "update_schema() (in module yadg.dgutils)": [[1, "yadg.dgutils.update_schema", false]], "update_schema() (in module yadg.dgutils.schemautils)": [[1, "yadg.dgutils.schemautils.update_schema", false]], "warn_deprecated() (dgbowl_schemas.yadg.dataschema_5_1.filetype.agilent_ch class method)": [[3, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Agilent_ch.warn_deprecated", false]], "warn_deprecated() (dgbowl_schemas.yadg.dataschema_5_1.filetype.agilent_dx class method)": [[3, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Agilent_dx.warn_deprecated", false]], "warn_deprecated() (dgbowl_schemas.yadg.dataschema_5_1.filetype.eclab_mpr class method)": [[6, "dgbowl_schemas.yadg.dataschema_5_1.filetype.EClab_mpr.warn_deprecated", false]], "warn_deprecated() (dgbowl_schemas.yadg.dataschema_5_1.filetype.eclab_mpt class method)": [[6, "dgbowl_schemas.yadg.dataschema_5_1.filetype.EClab_mpt.warn_deprecated", false]], "warn_deprecated() (dgbowl_schemas.yadg.dataschema_5_1.filetype.panalytical_xrdml class method)": [[13, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Panalytical_xrdml.warn_deprecated", false]], "warn_deprecated() (dgbowl_schemas.yadg.dataschema_5_1.filetype.phi_spe class method)": [[14, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Phi_spe.warn_deprecated", false]], "yadg": [[0, "module-yadg", false]], "yadg.core": [[0, "module-yadg.core", false]], "yadg.dgutils": [[1, "module-yadg.dgutils", false]], "yadg.dgutils.btools": [[1, "module-yadg.dgutils.btools", false]], "yadg.dgutils.dateutils": [[1, "module-yadg.dgutils.dateutils", false]], "yadg.dgutils.dsutils": [[1, "module-yadg.dgutils.dsutils", false]], "yadg.dgutils.helpers": [[1, "module-yadg.dgutils.helpers", false]], "yadg.dgutils.pintutils": [[1, "module-yadg.dgutils.pintutils", false]], "yadg.dgutils.schemautils": [[1, "module-yadg.dgutils.schemautils", false]], "yadg.extractors": [[2, "module-yadg.extractors", false]], "yadg.extractors.agilent": [[3, "module-yadg.extractors.agilent", false]], "yadg.extractors.agilent.ch": [[3, "module-yadg.extractors.agilent.ch", false]], "yadg.extractors.agilent.csv": [[3, "module-yadg.extractors.agilent.csv", false]], "yadg.extractors.agilent.dx": [[3, "module-yadg.extractors.agilent.dx", false]], "yadg.extractors.basic": [[4, "module-yadg.extractors.basic", false]], "yadg.extractors.basic.csv": [[4, "module-yadg.extractors.basic.csv", false]], "yadg.extractors.drycal": [[5, "module-yadg.extractors.drycal", false]], "yadg.extractors.drycal.common": [[5, "module-yadg.extractors.drycal.common", false]], "yadg.extractors.drycal.csv": [[5, "module-yadg.extractors.drycal.csv", false]], "yadg.extractors.drycal.rtf": [[5, "module-yadg.extractors.drycal.rtf", false]], "yadg.extractors.drycal.txt": [[5, "module-yadg.extractors.drycal.txt", false]], "yadg.extractors.eclab": [[6, "module-yadg.extractors.eclab", false]], "yadg.extractors.eclab.common": [[7, "module-yadg.extractors.eclab.common", false]], "yadg.extractors.eclab.common.mpr_columns": [[7, "module-yadg.extractors.eclab.common.mpr_columns", false]], "yadg.extractors.eclab.common.mpt_columns": [[7, "module-yadg.extractors.eclab.common.mpt_columns", false]], "yadg.extractors.eclab.common.techniques": [[7, "module-yadg.extractors.eclab.common.techniques", false]], "yadg.extractors.eclab.mpr": [[6, "module-yadg.extractors.eclab.mpr", false]], "yadg.extractors.eclab.mpt": [[6, "module-yadg.extractors.eclab.mpt", false]], "yadg.extractors.empalc": [[8, "module-yadg.extractors.empalc", false]], "yadg.extractors.empalc.csv": [[8, "module-yadg.extractors.empalc.csv", false]], "yadg.extractors.empalc.xlsx": [[8, "module-yadg.extractors.empalc.xlsx", false]], "yadg.extractors.example": [[9, "module-yadg.extractors.example", false]], "yadg.extractors.ezchrom": [[10, "module-yadg.extractors.ezchrom", false]], "yadg.extractors.ezchrom.asc": [[10, "module-yadg.extractors.ezchrom.asc", false]], "yadg.extractors.ezchrom.dat": [[10, "module-yadg.extractors.ezchrom.dat", false]], "yadg.extractors.fhimcpt": [[11, "module-yadg.extractors.fhimcpt", false]], "yadg.extractors.fhimcpt.csv": [[11, "module-yadg.extractors.fhimcpt.csv", false]], "yadg.extractors.fhimcpt.vna": [[11, "module-yadg.extractors.fhimcpt.vna", false]], "yadg.extractors.fusion": [[12, "module-yadg.extractors.fusion", false]], "yadg.extractors.fusion.csv": [[12, "module-yadg.extractors.fusion.csv", false]], "yadg.extractors.fusion.json": [[12, "module-yadg.extractors.fusion.json", false]], "yadg.extractors.fusion.zip": [[12, "module-yadg.extractors.fusion.zip", false]], "yadg.extractors.panalytical": [[13, "module-yadg.extractors.panalytical", false]], "yadg.extractors.panalytical.common": [[13, "module-yadg.extractors.panalytical.common", false]], "yadg.extractors.panalytical.csv": [[13, "module-yadg.extractors.panalytical.csv", false]], "yadg.extractors.panalytical.xrdml": [[13, "module-yadg.extractors.panalytical.xrdml", false]], "yadg.extractors.panalytical.xy": [[13, "module-yadg.extractors.panalytical.xy", false]], "yadg.extractors.phi": [[14, "module-yadg.extractors.phi", false]], "yadg.extractors.phi.spe": [[14, "module-yadg.extractors.phi.spe", false]], "yadg.extractors.quadstar": [[15, "module-yadg.extractors.quadstar", false]], "yadg.extractors.quadstar.sac": [[15, "module-yadg.extractors.quadstar.sac", false]], "yadg.extractors.tomato": [[16, "module-yadg.extractors.tomato", false]], "yadg.extractors.tomato.json": [[16, "module-yadg.extractors.tomato.json", false]], "yadg.extractors.touchstone": [[17, "module-yadg.extractors.touchstone", false]], "yadg.extractors.touchstone.snp": [[17, "module-yadg.extractors.touchstone.snp", false]], "yadg.main": [[0, "module-yadg.main", false]], "yadg.subcommands": [[0, "module-yadg.subcommands", false]]}, "objects": {"": [[0, 3, 0, "-", "yadg"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype": [[3, 0, 1, "", "Agilent_ch"], [3, 0, 1, "", "Agilent_csv"], [3, 0, 1, "", "Agilent_dx"], [4, 0, 1, "", "Basic_csv"], [5, 0, 1, "", "Drycal_csv"], [5, 0, 1, "", "Drycal_rtf"], [5, 0, 1, "", "Drycal_txt"], [6, 0, 1, "", "EClab_mpr"], [6, 0, 1, "", "EClab_mpt"], [10, 0, 1, "", "EZChrom_asc"], [10, 0, 1, "", "EZChrom_dat"], [8, 0, 1, "", "EmpaLC_csv"], [8, 0, 1, "", "EmpaLC_xlsx"], [9, 0, 1, "", "Example"], [11, 0, 1, "", "FHI_csv"], [11, 0, 1, "", "FHI_vna"], [12, 0, 1, "", "Fusion_csv"], [12, 0, 1, "", "Fusion_json"], [12, 0, 1, "", "Fusion_zip"], [13, 0, 1, "", "Panalytical_csv"], [13, 0, 1, "", "Panalytical_xrdml"], [13, 0, 1, "", "Panalytical_xy"], [14, 0, 1, "", "Phi_spe"], [15, 0, 1, "", "Quadstar_sac"], [16, 0, 1, "", "Tomato_json"], [17, 0, 1, "", "Touchstone_snp"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.Agilent_ch": [[3, 1, 1, "", "filetype"], [3, 2, 1, "", "warn_deprecated"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.Agilent_csv": [[3, 1, 1, "", "filetype"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.Agilent_dx": [[3, 1, 1, "", "filetype"], [3, 2, 1, "", "warn_deprecated"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.Basic_csv": [[4, 0, 1, "", "Parameters"], [4, 1, 1, "", "filetype"], [4, 1, 1, "", "parameters"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.Basic_csv.Parameters": [[4, 1, 1, "", "sep"], [4, 1, 1, "", "strip"], [4, 1, 1, "", "timestamp"], [4, 1, 1, "", "units"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.Drycal_csv": [[5, 1, 1, "", "filetype"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.Drycal_rtf": [[5, 1, 1, "", "filetype"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.Drycal_txt": [[5, 1, 1, "", "filetype"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.EClab_mpr": [[6, 1, 1, "", "filetype"], [6, 2, 1, "", "warn_deprecated"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.EClab_mpt": [[6, 1, 1, "", "encoding"], [6, 1, 1, "", "filetype"], [6, 2, 1, "", "set_encoding"], [6, 2, 1, "", "warn_deprecated"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.EZChrom_asc": [[10, 1, 1, "", "encoding"], [10, 1, 1, "", "filetype"], [10, 2, 1, "", "set_encoding"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.EZChrom_dat": [[10, 1, 1, "", "filetype"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.EmpaLC_csv": [[8, 1, 1, "", "filetype"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.EmpaLC_xlsx": [[8, 1, 1, "", "filetype"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.Example": [[9, 0, 1, "", "Parameters"], [9, 1, 1, "", "filetype"], [9, 1, 1, "", "parameters"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.FHI_csv": [[11, 0, 1, "", "Parameters"], [11, 1, 1, "", "filetype"], [11, 1, 1, "", "parameters"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.FHI_csv.Parameters": [[11, 1, 1, "", "timestamp"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.FHI_vna": [[11, 1, 1, "", "filetype"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.Fusion_csv": [[12, 1, 1, "", "filetype"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.Fusion_json": [[12, 1, 1, "", "filetype"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.Fusion_zip": [[12, 1, 1, "", "filetype"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.Panalytical_csv": [[13, 1, 1, "", "filetype"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.Panalytical_xrdml": [[13, 1, 1, "", "filetype"], [13, 2, 1, "", "warn_deprecated"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.Panalytical_xy": [[13, 1, 1, "", "filetype"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.Phi_spe": [[14, 1, 1, "", "filetype"], [14, 2, 1, "", "warn_deprecated"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.Quadstar_sac": [[15, 1, 1, "", "filetype"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.Tomato_json": [[16, 1, 1, "", "filetype"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.Touchstone_snp": [[17, 1, 1, "", "filetype"]], "yadg": [[0, 3, 0, "-", "core"], [1, 3, 0, "-", "dgutils"], [2, 3, 0, "-", "extractors"], [0, 3, 0, "-", "main"], [0, 4, 1, "", "run_with_arguments"], [0, 3, 0, "-", "subcommands"]], "yadg.core": [[0, 4, 1, "", "infer_extractor"], [0, 4, 1, "", "process_schema"]], "yadg.dgutils": [[1, 4, 1, "", "append_dicts"], [1, 3, 0, "-", "btools"], [1, 4, 1, "", "complete_timestamps"], [1, 4, 1, "", "complete_uts"], [1, 3, 0, "-", "dateutils"], [1, 4, 1, "", "dicts_to_dataset"], [1, 3, 0, "-", "dsutils"], [1, 4, 1, "", "get_yadg_metadata"], [1, 3, 0, "-", "helpers"], [1, 4, 1, "", "infer_timestamp_from"], [1, 4, 1, "", "merge_dicttrees"], [1, 4, 1, "", "now"], [1, 4, 1, "", "ole_to_uts"], [1, 3, 0, "-", "pintutils"], [1, 4, 1, "", "read_value"], [1, 4, 1, "", "sanitize_units"], [1, 4, 1, "", "schema_from_preset"], [1, 3, 0, "-", "schemautils"], [1, 4, 1, "", "str_to_uts"], [1, 4, 1, "", "update_schema"]], "yadg.dgutils.btools": [[1, 4, 1, "", "read_pascal_string"], [1, 4, 1, "", "read_value"]], "yadg.dgutils.dateutils": [[1, 4, 1, "", "complete_timestamps"], [1, 4, 1, "", "complete_uts"], [1, 4, 1, "", "infer_timestamp_from"], [1, 4, 1, "", "now"], [1, 4, 1, "", "ole_to_uts"], [1, 4, 1, "", "str_to_uts"], [1, 4, 1, "", "timestamps_from_file"]], "yadg.dgutils.dsutils": [[1, 4, 1, "", "append_dicts"], [1, 4, 1, "", "dicts_to_dataset"], [1, 4, 1, "", "merge_dicttrees"]], "yadg.dgutils.helpers": [[1, 4, 1, "", "deprecated"], [1, 4, 1, "", "get_yadg_metadata"]], "yadg.dgutils.pintutils": [[1, 4, 1, "", "sanitize_units"]], "yadg.dgutils.schemautils": [[1, 4, 1, "", "calib_3to4"], [1, 4, 1, "", "schema_3to4"], [1, 4, 1, "", "schema_from_preset"], [1, 4, 1, "", "update_schema"]], "yadg.extractors": [[3, 3, 0, "-", "agilent"], [4, 3, 0, "-", "basic"], [5, 3, 0, "-", "drycal"], [6, 3, 0, "-", "eclab"], [8, 3, 0, "-", "empalc"], [9, 3, 0, "-", "example"], [2, 4, 1, "", "extract"], [10, 3, 0, "-", "ezchrom"], [11, 3, 0, "-", "fhimcpt"], [12, 3, 0, "-", "fusion"], [13, 3, 0, "-", "panalytical"], [14, 3, 0, "-", "phi"], [15, 3, 0, "-", "quadstar"], [16, 3, 0, "-", "tomato"], [17, 3, 0, "-", "touchstone"]], "yadg.extractors.agilent": [[3, 3, 0, "-", "ch"], [3, 3, 0, "-", "csv"], [3, 3, 0, "-", "dx"]], "yadg.extractors.agilent.ch": [[3, 4, 1, "", "extract"]], "yadg.extractors.agilent.csv": [[3, 4, 1, "", "extract"]], "yadg.extractors.agilent.dx": [[3, 4, 1, "", "extract"]], "yadg.extractors.basic": [[4, 3, 0, "-", "csv"]], "yadg.extractors.basic.csv": [[4, 4, 1, "", "extract"], [4, 4, 1, "", "process_row"]], "yadg.extractors.drycal": [[5, 3, 0, "-", "common"], [5, 3, 0, "-", "csv"], [5, 3, 0, "-", "rtf"], [5, 3, 0, "-", "txt"]], "yadg.extractors.drycal.common": [[5, 0, 1, "", "TimeDate"], [5, 4, 1, "", "check_timestamps"], [5, 4, 1, "", "drycal_table"], [5, 4, 1, "", "rtf"], [5, 4, 1, "", "sep"]], "yadg.extractors.drycal.common.TimeDate": [[5, 0, 1, "", "TimestampSpec"], [5, 1, 1, "", "date"], [5, 1, 1, "", "time"]], "yadg.extractors.drycal.common.TimeDate.TimestampSpec": [[5, 1, 1, "", "format"], [5, 1, 1, "", "index"]], "yadg.extractors.drycal.csv": [[5, 4, 1, "", "extract"]], "yadg.extractors.drycal.rtf": [[5, 4, 1, "", "extract"]], "yadg.extractors.drycal.txt": [[5, 4, 1, "", "extract"]], "yadg.extractors.eclab": [[7, 3, 0, "-", "common"], [6, 3, 0, "-", "mpr"], [6, 3, 0, "-", "mpt"]], "yadg.extractors.eclab.common": [[7, 3, 0, "-", "mpr_columns"], [7, 3, 0, "-", "mpt_columns"], [7, 3, 0, "-", "techniques"]], "yadg.extractors.eclab.common.techniques": [[7, 4, 1, "", "get_resolution"], [7, 4, 1, "", "param_from_key"], [7, 4, 1, "", "technique_params"]], "yadg.extractors.eclab.mpr": [[6, 4, 1, "", "extract"], [6, 4, 1, "", "parse_columns"], [6, 4, 1, "", "process_data"], [6, 4, 1, "", "process_ext"], [6, 4, 1, "", "process_log"], [6, 4, 1, "", "process_loop"], [6, 4, 1, "", "process_modules"], [6, 4, 1, "", "process_settings"]], "yadg.extractors.eclab.mpt": [[6, 4, 1, "", "extract"], [6, 4, 1, "", "process_data"], [6, 4, 1, "", "process_header"]], "yadg.extractors.empalc": [[8, 3, 0, "-", "csv"], [8, 3, 0, "-", "xlsx"]], "yadg.extractors.empalc.csv": [[8, 4, 1, "", "extract"]], "yadg.extractors.empalc.xlsx": [[8, 4, 1, "", "extract"]], "yadg.extractors.example": [[9, 4, 1, "", "extract"]], "yadg.extractors.ezchrom": [[10, 3, 0, "-", "asc"], [10, 3, 0, "-", "dat"]], "yadg.extractors.ezchrom.asc": [[10, 4, 1, "", "extract"]], "yadg.extractors.ezchrom.dat": [[10, 4, 1, "", "extract"]], "yadg.extractors.fhimcpt": [[11, 3, 0, "-", "csv"], [11, 3, 0, "-", "vna"]], "yadg.extractors.fhimcpt.csv": [[11, 4, 1, "", "extract"]], "yadg.extractors.fhimcpt.vna": [[11, 4, 1, "", "extract"]], "yadg.extractors.fusion": [[12, 3, 0, "-", "csv"], [12, 3, 0, "-", "json"], [12, 3, 0, "-", "zip"]], "yadg.extractors.fusion.csv": [[12, 4, 1, "", "extract"]], "yadg.extractors.fusion.json": [[12, 4, 1, "", "chromdata"], [12, 4, 1, "", "chromtrace"], [12, 4, 1, "", "extract"]], "yadg.extractors.fusion.zip": [[12, 4, 1, "", "extract"]], "yadg.extractors.panalytical": [[13, 3, 0, "-", "common"], [13, 3, 0, "-", "csv"], [13, 3, 0, "-", "xrdml"], [13, 3, 0, "-", "xy"]], "yadg.extractors.panalytical.common": [[13, 4, 1, "", "panalytical_comment"], [13, 4, 1, "", "snake_case"]], "yadg.extractors.panalytical.csv": [[13, 4, 1, "", "extract"]], "yadg.extractors.panalytical.xrdml": [[13, 4, 1, "", "etree_to_dict"], [13, 4, 1, "", "extract"]], "yadg.extractors.panalytical.xy": [[13, 4, 1, "", "extract"]], "yadg.extractors.phi": [[14, 3, 0, "-", "spe"]], "yadg.extractors.phi.spe": [[14, 4, 1, "", "camel_to_snake"], [14, 4, 1, "", "extract"]], "yadg.extractors.quadstar": [[15, 3, 0, "-", "sac"]], "yadg.extractors.quadstar.sac": [[15, 4, 1, "", "extract"]], "yadg.extractors.tomato": [[16, 3, 0, "-", "json"]], "yadg.extractors.tomato.json": [[16, 4, 1, "", "biologic_tomato_json"], [16, 4, 1, "", "dummy_tomato_json"], [16, 4, 1, "", "extract"]], "yadg.extractors.touchstone": [[17, 3, 0, "-", "snp"]], "yadg.extractors.touchstone.snp": [[17, 4, 1, "", "attr_in_lines"], [17, 4, 1, "", "data_to_dataset"], [17, 4, 1, "", "extract"], [17, 4, 1, "", "process_comments"], [17, 4, 1, "", "process_filename"], [17, 4, 1, "", "process_options"]], "yadg.main": [[0, 4, 1, "", "run_with_arguments"], [0, 4, 1, "", "set_loglevel"]], "yadg.subcommands": [[0, 4, 1, "", "extract"], [0, 4, 1, "", "preset"], [0, 4, 1, "", "process"], [0, 4, 1, "", "update"]]}, "objnames": {"0": ["py", "pydantic_model", "Python model"], "1": ["py", "pydantic_field", "Python field"], "2": ["py", "pydantic_validator", "Python validator"], "3": ["py", "module", "Python module"], "4": ["py", "function", "Python function"]}, "objtypes": {"0": "py:pydantic_model", "1": "py:pydantic_field", "2": "py:pydantic_validator", "3": "py:module", "4": "py:function"}, "terms": {"": [0, 1, 2, 4, 6, 10, 11, 13, 14, 21, 22, 27, 28, 29, 30, 31, 33], "0": [1, 3, 4, 5, 6, 9, 10, 11, 12, 13, 14, 15, 16, 21, 23, 24, 25, 26, 33], "00": 1, "0015": 16, "004": 16, "02": 1, "04166": 18, "08": 6, "0x": 6, "0x00": 15, "0x0000": [3, 6, 14], "0x0004": [6, 14], "0x0005": 6, "0x0007": 6, "0x0008": 14, "0x0009": 6, "0x000a": 6, "0x000c": 14, "0x0010": 14, "0x0014": 14, "0x0018": 14, "0x001c": 14, "0x0020": 14, "0x0023": 6, "0x0024": 14, "0x0027": 6, "0x0028": 14, "0x002b": 6, "0x002c": 14, "0x0030": 14, "0x0034": [6, 14], "0x0038": 14, "0x003c": 14, "0x0040": 14, "0x0044": 14, "0x0048": 14, "0x004c": 14, "0x0050": 14, "0x0054": 14, "0x0058": 14, "0x005c": 14, "0x00ab": 6, "0x0107": 6, "0x0108": 3, "0x010b": 6, "0x010f": 6, "0x0113": 6, "0x0117": 6, "0x011a": 3, "0x011b": 6, "0x011e": [3, 6], "0x0195": 6, "0x0196": 6, "0x01c0": 6, "0x01f8": 6, "0x01fc": 6, "0x02": 15, "0x0211": 6, "0x0215": 6, "0x0249": 6, "0x024c": 6, "0x0251": 6, "0x025c": 6, "0x0260": 6, "0x0351": 6, "0x035a": 3, "0x0384": 6, "0x03b7": 6, "0x03be": 6, "0x03c5": 6, "0x03cf": 6, "0x04": 15, "0x0559": 3, "0x0572": 6, "0x06": 15, "0x07": 15, "0x0758": 3, "0x08": 15, "0x09": 15, "0x0922": 6, "0x0957": 3, "0x09bc": 3, "0x09e5": 3, "0x0a": 15, "0x0a0e": 3, "0x0b": 15, "0x0c": 15, "0x0d": 15, "0x0f": 15, "0x104c": 3, "0x1075": 3, "0x11": 15, "0x1274": 3, "0x127c": 3, "0x1845": 6, "0x1846": 6, "0x1847": 6, "0x1849": 6, "0x1d": 15, "0x2a": 15, "0x38": 15, "0x64": 15, "0x68": 15, "0x6a": 15, "0x6e": 15, "0x7a": 15, "0x7e": 15, "0x80": 15, "0x81": 15, "0x85": 15, "0xc2": 15, "0xc6": 15, "0xc8": 15, "0xc9": 15, "0xcd": 15, "1": [1, 3, 6, 10, 13, 17, 18, 31], "10": [6, 18, 27, 33], "100": [27, 33], "10016477": [27, 33], "10076823": 13, "10222705": [27, 33], "1039": 18, "1176023": [13, 14], "12": [1, 6, 14], "1250": 14, "1252": [1, 6, 10], "13": [1, 14], "130": [27, 33], "137": 15, "160000": 14, "161": 14, "179": [3, 10], "1899": 1, "19": 1, "2": [1, 6, 8, 13, 14, 16, 17, 32, 33], "20030905": 1, "2020": [22, 27, 29, 30, 31], "2021": 1, "2022": 18, "2030": [22, 27, 29, 30, 31], "21": 6, "21105": 18, "241": 18, "25": [27, 33], "29": 14, "2\u03b8": 13, "3": [1, 6, 7, 11, 21, 23, 25], "30": 1, "31": 1, "32bit": 14, "35": 14, "4": [1, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 21, 23, 25, 32], "4166": 18, "42653": 1, "45": 1, "490703766": 22, "5": [1, 4, 10, 14, 17, 21, 23, 24, 25, 26], "50": 15, "512": 3, "5281": [27, 33], "6": [15, 21], "675": 14, "680": 14, "695": 14, "7": 18, "7339709": [27, 33], "75": 16, "76": 16, "7850136": [27, 33], "8": 26, "80": 19, "8601": 1, "88": 19, "9": [14, 15], "957189": [22, 27, 29, 30, 31], "A": [0, 1, 2, 4, 6, 7, 8, 11, 13, 18, 21, 24, 25, 26, 27, 29], "As": [1, 11, 12, 13, 16, 23, 25, 26, 27, 33], "At": 6, "By": [1, 4, 21], "For": [0, 2, 21, 22, 26], "IN": [27, 33], "IT": 3, "If": [0, 1, 6, 7, 10, 13, 18, 19, 21, 26, 27, 32], "In": [2, 6, 17, 21, 23, 25, 26], "It": [3, 8, 9, 10, 18, 23, 25], "No": [4, 9, 10, 11, 12, 13, 16, 27, 29, 30, 31], "Not": 15, "One": [11, 21, 24, 25], "That": 21, "The": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16, 17, 19, 21, 22, 23, 24, 25, 26, 27, 29, 30, 31, 32, 33], "There": [15, 26], "These": [6, 11, 13, 14], "To": [16, 26], "With": [1, 13], "_": [27, 33], "_pulserside_30k_3g": [27, 33], "_std_err": [21, 23, 25], "abil": [27, 30, 32], "about": [6, 11, 13, 14, 17, 22, 24, 25, 26], "abov": [1, 26], "absolut": [0, 19], "accept": 1, "accompani": 21, "accord": [1, 23, 25, 26], "accuraci": [7, 21, 27, 29], "acquisit": 6, "acquisition_start": 6, "activ": [6, 24, 25], "active_material_mass": 6, "actual": [6, 14], "ad": [1, 19, 27, 30, 32, 33], "adapt": [3, 6], "add": 1, "addit": [19, 27, 29, 30, 31], "addition": [0, 14, 21, 23, 25], "address": 6, "after": [6, 14, 16], "again": 14, "against": [27, 33], "agil": [0, 2, 8, 10, 11, 27, 29, 32], "agilent_ch": [2, 3], "agilent_csv": [2, 3], "agilent_dx": [2, 3], "agreement": [22, 27, 29, 30, 31], "aim": 22, "algorithm": 0, "alkan": 11, "all": [0, 3, 5, 6, 9, 13, 14, 16, 17, 19, 21, 23, 24, 25, 26, 27, 29, 32], "allow": [1, 4, 9, 21, 22, 23, 25, 27, 31], "alreadi": [27, 30], "also": [6, 7, 12, 17, 22, 23, 25, 27, 33], "altern": [0, 4, 26], "alwai": [1, 5, 11], "an": [0, 1, 6, 7, 9, 10, 11, 13, 14, 16, 17, 21, 23, 24, 25, 26, 27, 29, 30, 31, 32], "analog": [15, 27, 33], "analys": [8, 17], "ancillari": [21, 23, 25, 27, 33], "ancillary_vari": [21, 23, 25], "angl": [13, 17], "ani": [1, 3, 4, 5, 6, 17], "annot": [21, 22, 23, 25, 26, 27, 33], "anoth": [18, 21], "api": 26, "append": 3, "append_dict": [0, 1], "appli": [8, 16, 24, 25, 27, 30], "applic": [19, 27, 29], "ar": [1, 3, 5, 6, 7, 10, 11, 12, 13, 14, 15, 16, 17, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33], "archiv": [0, 3, 12, 26, 27, 29, 30], "area": [6, 8, 12, 14, 27, 30], "arg": 1, "argument": [0, 26, 27, 33], "around": [1, 27, 30], "arrai": [1, 3, 11], "asahi": [27, 33], "asc": [0, 2, 27, 33], "ascii": [6, 10, 14, 27, 28], "assign": [27, 33], "associ": [1, 13, 19, 21, 23, 25], "asstr": 1, "assum": [1, 2, 10, 16, 26], "aston": 3, "at_x": 6, "atom": 6, "atomic_numb": 14, "atomic_weight": 6, "attempt": [0, 1, 4, 21], "attr": [17, 21], "attr_in_lin": [2, 17], "attribut": [13, 23, 25, 26], "audotoc": 19, "author": [3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "autom": [1, 18], "automat": [27, 32], "avail": [3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 21, 24, 25, 27, 30, 31, 32], "averag": [5, 6, 11], "averaging_point": 6, "avg": 5, "avoid": [21, 23, 25], "awar": [27, 33], "axi": [3, 10], "babel": [21, 27, 33], "back": [4, 7, 11, 23, 25], "backward": [27, 31, 32], "bandwidth": 11, "bar": [1, 24, 25], "base": [1, 5, 6, 7, 13, 15, 21, 27, 30], "basemodel": [1, 4, 5, 9, 11], "basic": [0, 1, 2, 13], "basic_csv": [2, 4], "basiccsv": [24, 25, 27, 29, 31], "bat": [6, 7], "battaglia": 18, "batteri": [6, 22, 27, 29, 30, 31], "battery_capac": 6, "battery_capacity_unit": 6, "been": [15, 16, 18, 26, 27, 29, 32, 33], "behaviour": 1, "being": [1, 18], "bellini": 18, "below": [6, 15, 16, 17], "benefit": 1, "berlin": [11, 18, 27, 28, 32, 33], "better": 14, "between": [3, 6, 7, 10, 19, 21, 23, 25, 26], "binari": [3, 6, 10, 14, 19, 27, 29], "bind": 14, "binder": 26, "bio": 6, "biolog": [0, 2, 16, 27, 29, 32], "biologic_tomato_json": [2, 16], "bitmask": 6, "bool": [0, 1, 7], "bool_01": 14, "bool_02": 14, "bool_03": 14, "bool_04": 14, "bool_05": 14, "both": [1, 6, 12, 16, 21], "broken": [27, 32], "btool": 0, "bubek": 15, "buffer": 1, "bug": [27, 29, 30, 31, 32, 33], "build": 6, "built": [1, 27, 33], "bunch": 26, "byte": [1, 6, 14, 15], "c": [1, 6, 15, 18], "ca": [6, 7], "cable_3_5mm_1n_type_connector": [27, 33], "calcul": [3, 4, 6, 24, 25], "calib_3to4": [0, 1], "calibr": [8, 11, 12, 23, 25, 27, 29, 31], "call": [2, 5, 22, 26, 27, 33], "callabl": [0, 1, 4], "caltyp": 1, "camel_to_snak": [2, 14], "camelcas": [13, 14], "can": [0, 1, 2, 4, 6, 14, 17, 19, 21, 22, 24, 25, 26, 27, 32, 33], "cannot": [6, 27, 32], "capac": 6, "care": 22, "carri": [27, 30], "case": [0, 2, 4, 6, 7, 13, 17, 18, 21], "catalyt": [24, 25], "caution": 1, "caviti": 11, "ce": 16, "cell": [4, 6, 27, 31], "certain": [1, 7], "cf": [21, 23, 25], "ch": [0, 2, 10, 27, 29, 32], "chang": [16, 27, 31, 32, 33], "channel": 6, "channel_numb": 6, "channel_sn": 6, "charact": [1, 4, 19, 23, 25, 27, 31], "characterist": 6, "characteristic_mass": 6, "check": [0, 27, 33], "check_timestamp": [2, 5], "checksum": 26, "chemstat": 3, "choic": 0, "chri": 6, "chrom": 10, "chromatogram": [0, 2], "chromatograph": [3, 10, 12, 24, 25, 27, 31], "chromatographi": [8, 23, 25, 27, 29, 31], "chromatrographi": [27, 28], "chromdata": [2, 12, 27, 31], "chromtab": [3, 27, 28], "chromtrac": [2, 12, 24, 25, 27, 29, 30, 31, 32], "chronoamperometri": [6, 7], "chronocoulometri": [6, 7], "chronopotentiometri": [6, 7], "ci": [27, 29], "circl": [27, 28], "circuit": [6, 7], "circumst": 17, "civilian": 6, "class": [21, 24, 25, 27, 32], "clear": [23, 25], "cm": [27, 33], "co": 11, "co2": 11, "co_co2": 11, "code": [1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 27, 29, 33], "coeffici": [11, 27, 31], "column": [1, 4, 6, 11, 21, 27, 31, 33], "column_id": 6, "com": [1, 6, 13, 14], "combin": [1, 14, 22], "come": [23, 25], "command": [6, 23, 25], "comment": [6, 13, 15, 17], "commit": 19, "common": [0, 2, 6, 19], "compat": [1, 26], "compens": [6, 7], "complet": [1, 6, 27, 29], "complete_timestamp": [0, 1, 21], "complete_ut": [0, 1], "complex": [11, 27, 29], "compli": 0, "compliant": [27, 30], "compos": [17, 23, 25], "compress": 0, "comput": 1, "conc": 12, "concat": [18, 27, 33], "concaten": 1, "concentr": [8, 12, 27, 30], "concept": 26, "concern": 6, "concurr": [24, 25], "condit": 13, "conduct": 18, "config": [1, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "configur": [0, 22], "conform": [1, 17], "consecut": 3, "consequ": 13, "consid": 4, "consist": [1, 3, 23, 25, 26, 27, 29, 33], "constant": [13, 14, 16], "construct": 7, "contact": 13, "contactless": 18, "contain": [1, 3, 4, 6, 7, 8, 10, 11, 12, 13, 14, 16, 19, 21, 23, 24, 25, 26, 27, 28, 33], "content": [0, 6, 23, 25, 26], "contribut": 15, "control": [6, 24, 25], "conveni": 1, "convent": [21, 23, 25], "convers": [1, 8, 15, 17, 18, 24, 25], "convert": [0, 1, 7, 13, 14, 21], "cool": 11, "coord": [3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 23, 25, 26], "coordin": 26, "copi": [16, 23, 25], "correctli": [27, 33], "correspond": [1, 4, 5, 6, 7, 13, 14, 16, 21, 23, 25, 26], "count": [1, 13, 14], "counter": [6, 16], "counting_tim": 13, "countri": [27, 33], "cp": [6, 7], "creat": [0, 1, 10, 11, 17, 23, 25, 26, 27, 31], "creation": [23, 25], "cross": [1, 21, 27, 33], "csv": [0, 1, 2, 24, 25], "ctime": 1, "ctrl": 6, "current": [0, 1, 3, 6, 7, 9, 10, 12, 13, 14, 16, 17, 18, 24, 25, 26, 27, 29], "curv": [23, 25], "custom": [8, 11], "cv": [6, 7], "cycl": [6, 7, 11, 16, 27, 30], "cycler": [27, 29], "cyclic": [6, 7], "d": [1, 11, 26], "d1dd00029b": 18, "dai": [1, 15], "dat": [0, 2, 27, 33], "data": [0, 1, 2, 3, 10, 12, 16, 17, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33], "data_dtyp": [3, 14], "data_format": 15, "data_header_s": 14, "data_index": 15, "data_posit": 15, "data_rang": 15, "data_to_dataset": [2, 17], "data_v": [23, 25], "data_var": [3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 26], "dataarrai": 21, "datafil": [3, 8], "datagram": [0, 1, 18, 26, 27, 29, 30, 31, 32], "datalin": 6, "datapoint": [3, 6, 10, 13, 14, 15, 21, 23, 25], "dataschema": [0, 1, 2, 19, 22, 23, 27, 30, 32, 33], "dataschema_4_0": [24, 25], "dataschema_4_1": [24, 25], "dataschema_4_2": [24, 25], "dataschema_5_0": [1, 24, 25], "dataschema_5_1": [3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "dataset": [0, 1, 2, 4, 5, 6, 8, 9, 11, 12, 13, 16, 17, 22, 23, 25, 26], "datatre": [0, 1, 2, 3, 5, 9, 10, 11, 12, 14, 15, 17, 21, 22, 23, 25, 27, 32], "datatyp": 1, "date": [1, 2, 5, 6, 21], "datecolumn": [1, 4], "datefunc": [1, 4], "datetim": 1, "dateutil": [0, 4], "de": [27, 32, 33], "de_ch": [21, 27, 33], "decemb": 1, "decim": [21, 26], "decis": [27, 28], "decod": 1, "deduc": [1, 4, 10, 27, 29], "default": [0, 1, 4, 6, 21, 26, 27, 29, 31], "defend": 5, "defin": [1, 3, 7, 9, 17, 21, 24, 25, 26], "definit": 1, "deg": 1, "degc": 1, "delimit": [14, 17], "delta": 0, "denot": [17, 23, 25], "depend": [6, 7, 23, 25], "depin": 1, "depout": 1, "deprec": [0, 1, 11, 21, 27, 31, 32], "deriv": [3, 5, 10, 12, 21, 23, 25, 27, 29, 30, 31], "describ": [6, 16, 19, 27, 28], "descript": [3, 6, 8, 13, 14, 19, 26], "design": [11, 23, 25, 27, 28], "despit": [24, 25], "desrib": 1, "detail": 22, "detect": [27, 30], "detector": [3, 10], "detector_index": 10, "detector_nam": [3, 12], "detector_trac": 10, "determin": [1, 7, 14, 16, 17, 21, 22], "dev": [1, 4], "devblog": 1, "develop": [18, 21, 27, 28, 29, 30, 31, 32, 33], "devic": [5, 6, 8, 16, 17, 24, 25], "device_r_": [27, 33], "device_sn": 6, "dfg": 22, "dgbowl": [6, 14], "dgbowl_schema": [1, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 21, 24, 25, 27, 30], "dgpost": [22, 27, 31, 32], "dgutil": [0, 4, 21], "dict": [0, 1, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "dictionari": [3, 4, 6, 13, 19], "dicts_to_dataset": [0, 1], "differ": [7, 23, 25], "diffracted_beam_path": 13, "diffractogram": 13, "digit": [15, 18, 21], "dim": 26, "dimens": [1, 26], "dimensionless": [1, 21], "direct": 26, "directli": [0, 23, 25, 27, 30], "directori": 10, "discard": 13, "discourag": 12, "discoveri": 18, "discuss": [16, 19], "do": [6, 16], "docstr": 19, "document": [24, 25, 26, 27, 29], "doe": [1, 13, 21], "doi": [18, 27, 33], "done": [1, 5, 6, 14], "down": 6, "dr": 15, "driver": [11, 16], "drop": 6, "drycal": [0, 2, 27, 31], "drycal_csv": [2, 5], "drycal_rtf": [2, 5], "drycal_t": [2, 5], "drycal_txt": [2, 5], "dsutil": 0, "dtype": [1, 6, 26], "due": 26, "dummi": [16, 27, 30], "dummy_tomato_json": [2, 16], "duti": 11, "dwell": 14, "dwell_tim": 14, "dx": [0, 2, 27, 29, 32], "d\u00fcbendorf": [18, 27, 29, 30, 31, 32], "e": [3, 4, 6, 7, 11, 13, 14, 15, 16, 17, 18, 21, 23, 25, 26, 27, 33], "e_": 16, "e_pass": 14, "e_transf": 6, "each": [3, 4, 6, 10, 14, 16, 19, 21, 23, 25], "easili": 21, "ec": [6, 16, 27, 29], "ec_lab_vers": 6, "eclab": [0, 2, 27, 33], "eclab_mpr": [2, 6], "eclab_mpt": [2, 6], "eclabtechniqu": 6, "eg": 1, "either": [1, 2, 6, 15, 21], "elaps": 6, "electrochem": [6, 7, 27, 30, 31, 32], "electrochemistri": [23, 25, 27, 29, 32], "electrod": [6, 16], "electrode_area": 6, "electrode_materi": 6, "electrolyt": 6, "element": [1, 4, 13], "elementtre": 13, "elimin": [27, 33], "elut": [3, 10, 12], "elution_tim": [3, 10, 12], "emmi": 22, "empa": [0, 2, 18, 27, 29, 30, 31, 32], "empalc": [0, 2], "empalc_csv": [2, 8], "empalc_xlsx": [2, 8], "empti": [4, 6, 27, 31], "en_gb": [4, 21], "en_u": [21, 27, 33], "enabl": 1, "encod": [1, 2, 3, 4, 5, 6, 8, 10, 11, 12, 13, 17, 26], "end": [3, 13, 14], "end_of_data": 14, "energi": [8, 14, 18, 24, 25, 27, 33], "enforc": [21, 27, 29], "engin": 15, "ensur": [1, 5, 21], "enter": 1, "entir": [6, 15], "entri": [1, 6, 7, 14, 21, 23, 25, 27, 31], "environ": 21, "eofh": 14, "equival": 14, "erang": [6, 7], "error": [1, 16, 21, 26, 27, 33], "especi": 26, "estim": 21, "etc": [1, 6, 17, 19, 21], "etre": 13, "etree_to_dict": [2, 13], "european": [22, 27, 29, 30, 31], "everi": [3, 12, 15, 19, 27, 30], "everyth": 15, "ew": [6, 16], "ewe_ctrl_max": 6, "ewe_ctrl_min": 6, "exampl": [0, 2, 21, 24, 25, 26, 27, 32], "except": 13, "execut": [0, 19, 23, 25], "exist": [0, 1], "expand": 3, "expect": 6, "experi": [6, 8, 13, 16, 18, 24, 25, 26, 27, 31], "experiment": [21, 22, 24, 25, 26], "explicitli": 6, "export": [0, 5, 6, 8, 10, 12, 13, 23, 25, 27, 28], "expos": [1, 19, 21], "express": 18, "extdev": [6, 27, 30], "extend": [1, 18], "extern": [1, 5, 6, 11, 21, 27, 29], "externald": [1, 27, 29], "externaldatefil": 1, "externaldatefilenam": 1, "externaldateisostr": 1, "externaldateutsoffset": 1, "extra": [1, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 27, 31], "extract": [0, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 22, 27, 32, 33], "extractor": [0, 1, 9, 19, 22, 24, 25, 27, 32, 33], "ezchrom": [0, 2, 27, 28, 33], "ezchrom_asc": [2, 10], "ezchrom_dat": [2, 10], "f": [11, 21, 23, 25], "f1": 14, "f4": 14, "f8": [3, 14], "factor": [27, 28], "fair": [23, 25, 26], "fairli": 19, "fallback": 21, "fals": [0, 1], "far": 14, "fashion": [27, 29], "favour": [27, 31, 33], "featur": [26, 27, 28, 29, 30, 31, 32, 33], "fhi": [0, 2], "fhi_csv": [2, 11], "fhi_vna": [2, 11], "fhimcpt": [0, 2], "field": [1, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 23, 25], "fig8_": [27, 33], "figur": 13, "file": [0, 1, 2, 4, 5, 7, 8, 11, 12, 19, 21, 22, 23, 24, 25, 26, 27, 29, 30, 32, 33], "file_head": 14, "filenam": [1, 6, 17, 26], "filetyp": [0, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 23, 24, 25, 26, 27, 30, 31, 32], "fill": 4, "filter": 11, "final": 26, "find": [0, 18, 27, 32], "finish": 16, "firmwar": 6, "first": [0, 1, 4, 5, 6, 10, 16, 17, 18, 27, 28, 33], "first_mass": 15, "fit": [6, 27, 28], "fix": [27, 29, 30, 31, 32, 33], "flag": 6, "float": [1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 21, 23, 25], "flow": [5, 11, 24, 25, 27, 28, 31], "flowdata": [27, 31], "flush": 11, "fn": [1, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "focus": [27, 31], "folder": [0, 1, 19, 24, 25, 26], "follow": [0, 1, 3, 5, 6, 8, 10, 12, 13, 14, 16, 17, 19, 21, 22, 23, 24, 25, 26, 27, 32, 33], "foo": [24, 25], "forbid": [1, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "form": [8, 13, 26], "format": [1, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 15, 21, 23, 25, 27, 28, 29, 30, 32], "former": [1, 13], "forward": [23, 25], "found": [6, 14, 24, 25, 26], "four": [16, 17], "fraction": [1, 12], "free": [8, 13], "freq": [7, 11], "frequenc": [11, 17], "fritz": [27, 28], "from": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 21, 22, 24, 25, 27, 29, 30, 31, 32, 33], "frombuff": 1, "fsr": 15, "fu": [11, 27, 33], "full": [1, 6, 7, 15], "fulldat": 1, "fulli": 26, "function": [0, 1, 2, 4, 5, 7, 8, 9, 10, 19, 21, 24, 25, 26, 27, 28, 29, 31, 32, 33], "fund": [22, 27, 29, 30, 31], "further": [3, 15, 24, 25], "fusion": [0, 2, 24, 25, 27, 29, 30, 32], "fusion_csv": [2, 12], "fusion_json": [2, 12], "fusion_zip": [2, 12], "futur": [22, 27, 29, 30, 31], "fval": 1, "g": [6, 11, 18, 21, 23, 25, 26, 27, 33], "ga": [24, 25, 27, 28], "galvani": 6, "galvano": [6, 7], "galvanostat": [6, 7], "gamma": 11, "gc": [24, 25], "gcpl": [6, 7], "gctrace": [27, 28, 29], "gei": [6, 7, 27, 29, 30, 31], "gener": [1, 3, 4, 5, 6, 7, 8, 10, 11, 14, 16, 22, 23, 25, 26, 27, 29], "germani": 18, "get": 26, "get_resolut": [6, 7], "get_yadg_metadata": [0, 1], "github": [6, 14, 27, 32], "given": [0, 1, 4, 5, 14], "goal": [24, 25], "grant": [22, 27, 29, 30, 31], "greatest": 1, "group": [11, 14], "guarante": 3, "guess": 6, "h": [1, 11, 18], "ha": [0, 1, 2, 5, 15, 16, 18, 19, 22, 26, 27, 29, 30, 31, 32, 33], "haber": [27, 28], "hack": 21, "hand": 1, "handi": 1, "handl": [1, 4, 5, 6, 8, 10, 11, 13, 27, 30, 31, 32], "handler": 10, "happen": 16, "hard": [7, 11], "have": [1, 2, 6, 10, 11, 13, 17, 19, 24, 25, 26], "header": [1, 3, 4, 5, 6, 10, 11, 13, 14, 15, 17, 27, 31], "headerlin": 6, "heater": 11, "height": [8, 12, 27, 30], "help": 14, "helper": 0, "here": [1, 2, 6, 7, 13, 23, 25], "high": 11, "higher": 21, "highlight": [27, 33], "horizon": [22, 27, 29, 30, 31], "host": 6, "hour": [1, 15, 21], "hous": [27, 28, 30], "how": 1, "howev": [7, 16, 21], "http": [1, 6, 13, 14, 18, 27, 33], "hu": [27, 33], "human": 6, "i": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33], "id": [3, 6, 14, 22], "idea": [27, 28], "ideal": [27, 33], "ignor": 3, "ignore_merge_error": 0, "igor": 14, "im": 11, "imag": 17, "imaginari": 11, "imagunari": 17, "immedi": 26, "imped": [6, 7, 27, 29], "implement": [6, 21, 24, 25, 26, 27, 32], "impli": 18, "import": [13, 14, 19], "importagil": 3, "improp": 26, "improv": [27, 29], "incident_beam_path": 13, "includ": [1, 3, 5, 6, 10, 11, 12, 19, 21, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33], "incom": 21, "incompat": [27, 31, 32], "incorrect": [26, 27, 33], "increas": 5, "index": [5, 6, 11, 16], "indic": [1, 4], "individu": [1, 2, 23, 25, 27, 32], "inf": [27, 30], "infer": [17, 21], "infer_extractor": 0, "infer_timestamp_from": [0, 1, 4], "inficon": 12, "infil": [0, 26], "inflect": [27, 30], "info": [6, 15], "info_posit": 15, "inform": [1, 3, 5, 6, 8, 11, 13, 16, 17, 21, 23, 24, 25, 26], "infrom": 6, "initi": [22, 27, 29, 30, 31], "inlet": [3, 11, 24, 25], "innov": [27, 29, 30, 31], "input": [1, 13, 14, 19, 24, 25, 26, 27, 30], "instal": 26, "instantan": [6, 16], "instead": [6, 12, 13, 26, 27, 32, 33], "institut": [27, 28], "instruct": [1, 22], "instrument": [3, 11, 21, 22, 23, 25], "int": [0, 1, 4, 5, 6, 7], "int_02": 14, "int_05": 14, "int_06": 14, "int_07": 14, "int_10": 14, "int_11": 14, "intefac": [27, 32], "integ": 13, "integr": [8, 12, 27, 28, 29, 30, 31], "intend": 26, "intens": 13, "interact": 26, "intercal": 6, "intercept": 3, "interfac": [1, 11, 21, 27, 29], "internet": 6, "interpol": 13, "interpreter_vers": 6, "interpretor": 6, "introduc": [18, 26], "invalid": 16, "invent": [22, 27, 29, 30, 31], "invok": 26, "involv": [23, 25], "ion": 6, "ip": 6, "ir": [6, 7], "irang": [6, 7], "iso": 1, "iso8601": [23, 25], "issu": [6, 10, 14, 17, 22, 27, 32], "item": [1, 4], "iter": 1, "its": [0, 7, 10, 11, 19, 21, 23, 25, 26, 27, 32], "j": [27, 33], "jjweimer": 14, "jona": 6, "joss": [18, 27, 29], "journal": 18, "jsdata": [12, 16], "json": [0, 1, 2, 9, 24, 25, 26, 27, 29, 30, 32], "jupyt": 26, "just": [0, 1, 13, 26, 27, 33], "kajfez": [27, 28], "keep": 22, "kei": [1, 7, 9, 13, 17, 27, 30], "kerr": 6, "keypair": 4, "keyword": [1, 6], "kind": 21, "known": [0, 21], "krau": [3, 4, 5, 8, 9, 10, 11, 12, 13, 16, 17, 18, 22], "kraus2022a": [18, 27, 28], "kraus2022b": [18, 22, 27, 29], "krieger": 6, "kwarg": [0, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "l": 11, "lab": [6, 8, 18, 27, 29, 33], "labview": 11, "larg": [22, 27, 29, 30, 31], "last": [1, 6, 21], "later": 14, "latest": [1, 26, 27, 32], "latter": 13, "launch": 0, "layout": 6, "lc": [0, 2, 26], "lc_numer": 21, "lead": 26, "least": [27, 33], "left": 26, "legaci": 11, "len": 1, "length": [1, 3, 4, 6, 14, 19], "letter": [27, 33], "level": [1, 6, 23, 25], "li": 1, "librari": [10, 13, 21], "like": [1, 6, 14, 26], "limit": [6, 7, 15, 26], "line": [4, 5, 6, 13, 17, 19, 27, 33], "linear": [6, 7, 13], "linearli": [13, 14], "link": [21, 23, 25, 26], "lint": 19, "liquid": 8, "list": [1, 4, 5, 6, 7, 17, 22, 26], "liter": [1, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "load": 1, "local": [2, 4, 6, 26, 27, 32, 33], "localhost": 26, "localiz": 21, "localtim": 26, "locat": [0, 1, 19, 26], "lockstep": 21, "log": [6, 11], "logger": [27, 28], "logic": 6, "long": 4, "long_nam": 6, "longer": [6, 27, 29, 31, 32], "longest": 3, "look": 14, "loop": [6, 7, 16], "lorentzian": [27, 28], "low": 11, "lsv": [6, 7], "m": [0, 1, 2, 3, 11], "made": [1, 6], "magic": [3, 6], "magic_valu": 3, "magnitud": 17, "mai": [3, 6, 16, 19, 21, 23, 24, 25, 26], "main": [1, 4, 26], "mainli": [9, 16], "maintain": [27, 33], "major": [27, 28, 29], "make": [27, 33], "mani": [6, 21], "manual": [16, 24, 25], "map": [1, 4, 6, 7, 14, 23, 25], "marda": [22, 26, 27, 32], "mass": [6, 27, 29], "mass_to_charg": 15, "masstrac": [27, 29], "match": 1, "materi": [6, 8, 18, 27, 29, 30, 31], "matrix": [27, 29], "max": 6, "maximum": [3, 8, 12, 16], "mb": [6, 7, 27, 29, 32], "mcpt": [0, 2, 27, 28], "mean": [1, 16, 21, 27, 33], "meascsv": [27, 28], "measur": [1, 5, 11, 13, 16, 18, 21, 23, 24, 25, 27, 28, 29], "mechan": 1, "member": 6, "memori": [23, 25], "mention": 12, "merg": 1, "merge_dicttre": [0, 1], "mesalab": [0, 2], "meta": [0, 1, 26, 27, 32], "meta_onli": 0, "metadata": [0, 1, 2, 21, 22, 23, 24, 25, 27, 30, 31, 32], "meter": [5, 11, 24, 25], "method": [2, 3, 10, 12, 27, 28, 29], "mfc": 11, "microsoft": [1, 6], "midnight": 1, "might": [16, 26], "migrat": [27, 30], "min": [1, 6], "minimum": 3, "minor": [27, 29], "minu": 6, "minut": [1, 15, 21], "miss": [4, 5, 13], "mix": 11, "mode": 1, "model": [1, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 21, 24, 25, 27, 30], "modif": [27, 30], "modifi": [26, 27, 30, 31, 33], "modul": [2, 19, 24, 25, 26, 27, 30, 33], "modular": [6, 27, 29], "modulo": [6, 7], "mole": 12, "molecular": 6, "molecular_weight": 6, "monitor": [24, 25], "month": 15, "more": [1, 6, 21, 22, 23, 25, 26, 27, 30, 32], "moritz": 15, "most": [6, 17, 21], "mp": 7, "mpr": [0, 2, 7, 27, 29, 30, 32, 33], "mpr_column": [2, 6], "mpt": [0, 2, 7, 27, 29, 32], "mpt_column": [2, 6], "mtime": [1, 6], "much": 15, "multipak": [14, 27, 29], "multipl": [3, 10, 19, 22, 24, 25, 27, 29], "multipli": 10, "must": [1, 4], "n": [6, 15, 18], "n2": 11, "n5320c": 11, "n_column": 6, "n_datapoint": [6, 15], "n_index": 6, "n_param": 6, "n_timestep": 15, "n_trace": 15, "naiv": [27, 28], "name": [3, 5, 6, 7, 8, 10, 11, 12, 14, 16, 19, 23, 25, 26, 27, 33], "nan": [3, 4, 27, 30], "natur": 21, "nb": 6, "nc": [0, 26, 27, 32], "need": [4, 10], "neighbor": 15, "neither": [18, 21], "netcdf": [0, 21, 22, 23, 25, 26, 27, 32], "network": 17, "new": [0, 1, 27, 29, 30, 31, 32, 33], "newer": [27, 31], "newest": 0, "newobj": 1, "nicola": [6, 13, 14, 15, 22], "node": [11, 13, 21, 23, 25], "noether": 22, "nois": 17, "nomin": 21, "non": [27, 30], "none": [0, 1, 2, 4, 5, 6, 9, 10, 11, 15, 24, 25], "nor": 18, "normal": [12, 21], "normalis": [12, 26], "note": [2, 11], "notebook": 26, "now": [0, 1, 11, 27, 28, 29, 30, 31, 32, 33], "np": [1, 4, 27, 29], "num_data_byt": 14, "num_datapoint": 14, "num_datapoints_tot": 14, "num_trac": 14, "number": [5, 6, 11, 13, 14, 16, 17, 21, 22, 27, 32], "numer": 26, "o2": 11, "object": [0, 1, 2, 24], "obtain": [1, 21, 27, 33], "obviou": 26, "occur": 1, "ocv": [6, 7], "off": 1, "offload": 26, "offset": [1, 3, 6, 14, 15], "often": 4, "ohm": 17, "ol": [1, 6, 10], "oldcal": 1, "older": [1, 27, 29], "oldnewth": 1, "oldschema": 1, "ole_timestamp": [1, 6], "ole_to_ut": [0, 1], "olefil": 10, "omega": 13, "one": [1, 6, 10, 14, 15, 21, 26], "ones": 1, "onli": [1, 3, 6, 7, 9, 10, 13, 14, 17, 27, 31, 32], "onlin": 8, "open": [6, 7, 10, 17, 18], "openlab": 3, "operando": 18, "oppos": [27, 31], "option": [0, 1, 4, 6, 9, 11, 17, 24, 25, 26, 27, 32], "org": [18, 27, 33], "organis": 26, "origin": [3, 8], "other": [1, 4, 10, 23, 25, 27, 29, 30, 33], "otherwis": [1, 6], "our": [18, 22], "out": [0, 23, 25, 27, 30], "outfil": [0, 26], "output": [0, 2, 7, 9, 24, 25, 27, 32], "over": 16, "overnight": [27, 31], "overrid": 1, "overview": 6, "p": [1, 18, 26, 27, 33], "pack": 6, "packag": [6, 9, 19, 21, 27, 28], "packwith": 0, "pad": [3, 6], "pair": 9, "panalyt": [0, 2, 27, 30], "panalytical_com": [2, 13], "panalytical_csv": [2, 13], "panalytical_xi": [2, 13], "panalytical_xrdml": [2, 13], "paper": 22, "param": [6, 7], "param_from_kei": [6, 7], "param_kei": 9, "param_map": 7, "paramet": [1, 2, 3, 4, 6, 9, 11, 13, 14, 17, 19, 24, 25, 27, 31, 32], "parameter_nam": 17, "parent": [23, 25], "pars": [1, 3, 5, 6, 12, 13, 16, 17, 21, 23, 25, 26, 27, 31, 32, 33], "parse_column": [2, 6], "parseddata": 1, "parser": [1, 3, 4, 11, 12, 13, 14, 15, 22, 23, 24, 25, 27, 29, 30, 31, 32, 33], "part": [1, 6, 11, 13, 14, 17, 22, 27, 29, 30, 31], "partial": [1, 27, 30], "particular": 10, "partli": 6, "pascal": [1, 6], "pascal_byt": 1, "pass": [1, 4, 26], "patch": 26, "path": [0, 1, 2, 3, 8, 26], "pathlib": 2, "pathwai": [1, 27, 29], "pattern": 26, "peak": [8, 12, 27, 30], "pei": [6, 7, 27, 29, 30, 31], "per": [6, 10, 11, 14], "perform": [27, 29], "perhap": 6, "permit": 1, "peter": [3, 4, 5, 8, 9, 10, 11, 12, 13, 16, 17, 22], "phase": [7, 17, 27, 28, 29], "phase_angl": 17, "phi": [0, 2, 27, 29], "phi_sp": [2, 14], "phisp": 14, "photoelectron": [27, 29], "pint": [1, 21, 27, 33], "pintutil": 0, "pkl": 1, "place": 19, "plain": [27, 32], "platform": 1, "pleas": [10, 13, 17, 18, 27, 32], "plug": 6, "pna": 11, "point": [1, 2, 6, 13, 15, 23, 25, 27, 30], "poll": 16, "popul": 4, "port": [6, 11, 17], "posit": [8, 12], "posix": 1, "possibl": [13, 21], "post": [5, 12, 13, 21, 27, 31, 32], "potenti": [6, 7, 16], "potentio": [6, 7], "potentiostat": [6, 7], "power": 21, "ppm": [1, 15], "pr": 19, "practic": 19, "precis": [17, 21], "prefer": 1, "prefix": [1, 13, 19], "prepar": 26, "prepend": 0, "present": [0, 1, 3, 6, 7, 11, 12, 13, 16, 23, 25, 27, 29, 30], "preset": [0, 1, 27, 29, 30], "pressur": [5, 11, 24, 25], "pretti": [14, 15], "previou": [6, 16, 18, 24, 25, 26], "previous": [18, 27, 29, 32], "prinz": 18, "prior": [27, 32], "pro": [0, 2], "proce": 0, "proces": [27, 33], "process": [0, 1, 4, 5, 6, 8, 10, 11, 12, 13, 14, 15, 21, 22, 23, 24, 25, 26, 27, 29, 30, 31, 32], "process_com": [2, 17], "process_data": [2, 6], "process_ext": [2, 6], "process_filenam": [2, 17], "process_head": [2, 6], "process_log": [2, 6], "process_loop": [2, 6], "process_modul": [2, 6], "process_opt": [2, 17], "process_row": [2, 4, 27, 31], "process_schema": 0, "process_set": [2, 6], "produc": [8, 13, 27, 30], "product": 5, "programm": [22, 27, 29, 30, 31], "project": [6, 19, 22, 27, 29, 30, 31], "properli": [27, 30, 32], "properti": [7, 21], "proprietari": 3, "proven": [22, 23, 24, 25, 26], "provid": [0, 2, 3, 4, 6, 9, 12, 17, 19, 21, 26, 27, 33], "publish": [27, 29], "purpos": [1, 26], "put": 6, "py": 19, "pydant": [1, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 21, 24, 25, 27, 30], "pypi": [27, 31], "pytest": 19, "python": [13, 15, 19, 21, 27, 28], "qftrace": [27, 28, 29], "quadstar": [0, 2, 27, 29], "quadstar_sac": [2, 15], "qualiti": [27, 28], "quantiti": [1, 6, 21, 27, 29, 30], "quick": [6, 27, 32], "r": [17, 18], "rai": [13, 27, 29], "rais": 1, "ramp": [24, 25], "randomli": 6, "rang": [6, 7, 15, 16, 27, 33], "rare": 6, "rate": 5, "ratio": 15, "raw": [12, 22, 23, 25, 26, 27, 29, 30], "re": [1, 4, 11, 27, 29], "reaction": [24, 25], "reactor": 11, "read": [1, 4, 5, 11, 15, 22], "read_pascal_str": [0, 1], "read_valu": [0, 1], "readabl": 6, "real": [9, 11, 17], "realli": 15, "reason": 16, "receiv": [22, 27, 29, 30, 31], "recent": 18, "record": [13, 16], "recurs": 13, "ref": 17, "refer": [17, 19, 23, 25, 27, 30], "referenc": 26, "reference_electrod": 6, "reflect": [11, 27, 28, 31], "rel": 0, "relat": [6, 26], "releas": [27, 28], "relev": [23, 24, 25], "reliabl": [27, 30], "remain": 15, "remov": [21, 27, 32, 33], "renam": [27, 33], "reorganis": [27, 33], "replac": [1, 21, 27, 29, 33], "report": 5, "repositori": [19, 24, 25], "repres": [1, 23, 25], "represent": [3, 5, 7, 10, 12, 21, 23, 24, 25], "reproduc": 22, "request": [0, 7], "requir": [1, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 26], "research": [22, 27, 29, 30, 31], "resist": 17, "resolut": [7, 21, 22], "resolv": 26, "resort": 1, "respons": [17, 26], "result": [0, 4, 8, 12, 21, 26, 27, 30], "retain": [27, 29], "retent": [8, 12], "retriev": 26, "return": [0, 1, 2, 4, 5, 6, 7, 9, 11, 13, 14, 22, 26, 27, 32], "reus": 19, "revers": [15, 21], "revis": 17, "rewrit": [27, 29], "right": 6, "riss": 11, "routin": [1, 5, 27, 29, 30], "row": [1, 4, 27, 29], "rtf": [0, 2], "ruff": 19, "run": [5, 16, 26], "run_with_argu": 0, "s11": [11, 17], "s1p": [17, 27, 33], "s21": 17, "s2p": [17, 27, 33], "sac": [0, 2, 27, 29], "sac2dat": 15, "safe": [27, 33], "same": [3, 4, 24, 25], "sampl": [3, 8, 10, 13, 27, 31], "sampleid": [3, 10], "sanit": 1, "sanitize_unit": [0, 1], "satur": 11, "save": [0, 26], "scale": [15, 22, 27, 29, 30, 31], "scan": 13, "scan_width": 15, "scatter": 17, "sccm": 1, "scenario": [27, 33], "schema": [0, 1, 2, 19, 21, 24, 25, 27, 29], "schema_3to4": [0, 1], "schema_from_preset": [0, 1], "schemautil": 0, "schl\u00f6gl": 18, "schumann": [27, 33], "scienc": [27, 29, 30, 31], "scientif": 22, "script": 14, "second": [4, 6, 14, 15, 21], "section": [3, 6, 8, 10, 13, 15, 16, 17, 21, 23, 25], "see": [17, 21, 22, 23, 25, 26, 27, 30], "seem": [13, 14], "seen": [6, 14], "semant": 26, "sensor": 6, "sentenc": 13, "sep": [2, 4, 5, 17, 24, 25], "separ": [4, 6, 11, 19, 21, 23, 24, 25, 26, 27, 29], "sequenc": [3, 6, 8, 10], "seri": 21, "serial": [5, 6, 17], "server": 6, "server_vers": 6, "servic": 6, "set": [0, 1, 2, 3, 6, 7, 10, 13, 14, 15, 21, 22, 26], "set_encod": [6, 10], "set_loglevel": 0, "setlocal": [27, 33], "setpoint": 11, "sever": [1, 3, 21, 26, 27, 29, 33], "shape": 26, "share": 5, "short": [6, 7, 14], "short_nam": 6, "shorter": 3, "should": [1, 4, 6, 12, 13, 14, 19, 21, 26, 27, 30, 31, 32, 33], "show": 26, "shown": 6, "si": [1, 7], "sidebar": [22, 26], "sigma": 6, "signal": [3, 10, 12, 14, 15], "signific": [13, 21], "similarli": 21, "simpl": [1, 24, 25], "simpli": 16, "simplifi": [27, 33], "sinc": [1, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 23, 25, 27, 30, 31, 32, 33], "singl": [0, 1, 3, 6, 14, 24, 25, 26, 27, 29], "sit": 15, "size": 3, "slash": [23, 25], "slope": 3, "sml": 1, "smooth": 6, "snake_cas": [2, 13, 14], "snp": [0, 2, 27, 33], "so": 14, "sofh": 14, "softwar": [3, 5, 6, 10, 14, 17, 18], "software_id": [14, 15], "some": [1, 6, 7, 10, 21, 27, 30], "someth": [13, 14], "sort": 3, "sourc": [18, 22, 24, 25, 27, 29], "space": [13, 14, 15, 23, 25], "spars": [4, 27, 31], "spe": [0, 2, 27, 29], "spec": [1, 27, 30], "speci": [8, 12, 27, 30], "special": [21, 22], "specif": [1, 4, 17], "specifi": [0, 1, 2, 6, 7, 21, 24, 25, 26], "spectralregdef": 14, "spectroscopi": [6, 7, 27, 29], "split": [6, 13, 27, 29, 30], "stabl": 26, "stackoverflow": [13, 14], "standard": [1, 19, 21, 27, 29, 33], "standard_error": [21, 27, 33], "standard_nam": [21, 23, 25], "standardis": [5, 22], "start": [1, 3, 6, 7, 13, 14], "statu": 16, "stdev": 21, "stem": 0, "step": [3, 13, 14, 15, 23, 24, 25], "still": 15, "stone": 15, "stop": 14, "store": [0, 3, 6, 10, 13, 14, 15, 21, 23, 25, 27, 29, 32], "str": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 21, 27, 33], "str_to_ut": [0, 1], "stream": 10, "strict": 1, "strict_merg": 0, "strictli": [23, 25], "string": [1, 3, 5, 6, 7, 10, 12, 13, 14, 17, 21], "string_01": 14, "string_02": 14, "string_03": 14, "string_04": 14, "string_05": 14, "strip": [4, 27, 31], "strptime": 1, "structur": [2, 8, 19, 22, 23, 25, 26, 27, 29], "studi": 18, "subset": 13, "substitut": [27, 33], "subtl": 26, "success": [0, 1, 24, 25, 26], "suffix": 0, "suit": [27, 29], "suppli": [0, 1, 4, 5, 7, 11, 22, 27, 29, 32], "support": [1, 2, 3, 10, 13, 17, 22, 26, 27, 28, 29, 30, 32, 33], "sure": 15, "surfac": 6, "sustain": [22, 27, 29, 30, 31], "sweep": [6, 7], "switch": [7, 26, 27, 32], "switzerland": 18, "sync": 16, "syntax": 26, "t": 4, "t_c": 11, "t_cal": 11, "t_co": 11, "t_f": 11, "t_fo": 11, "tab": 11, "tabl": [4, 5, 8], "tabul": [0, 2, 3, 5, 12, 27, 29], "tabular": 4, "tag": [24, 25], "take": [0, 14, 22], "taken": [13, 14], "target": 0, "techniqu": [2, 6, 16, 27, 32], "technique_id": 6, "technique_param": [6, 7], "technisch": [18, 27, 32, 33], "technologi": [27, 29, 30, 31], "temp": 5, "temperatur": [5, 11, 24, 25, 27, 28], "templat": 0, "territori": [27, 33], "test": [0, 2, 16, 24, 25, 27, 29, 33], "test_dryc": 19, "text": [6, 13, 16, 19, 27, 29], "than": 21, "thei": [1, 6, 19, 23, 25, 26, 27, 33], "them": [0, 12, 23, 25], "themselv": 12, "therefor": [6, 23, 25], "thermocoupl": 11, "theta": 13, "thi": [0, 1, 3, 4, 5, 6, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 21, 22, 23, 25, 26, 27, 29, 30, 31, 32, 33], "think": [24, 25], "those": 14, "thousand": 21, "thread": [27, 33], "three": [8, 11, 17, 24, 25], "threshold": [27, 30], "through": 6, "time": [1, 2, 3, 5, 6, 8, 10, 12, 14, 15, 16, 19, 21], "timed": [2, 4, 5, 11], "timestamp": [1, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 15, 16, 17, 23, 25, 27, 29], "timestamps_from_fil": [0, 1], "timestampspec": [1, 2, 5, 11], "timestep": [1, 3, 10, 15, 16, 27, 29, 30, 32], "timestep_length": 15, "timezon": [1, 2, 3, 4, 5, 6, 10, 11, 12, 13, 17, 22, 26], "to_dict": [1, 2, 26], "to_netcdf": 2, "to_str": 7, "togeth": 6, "toggl": [27, 31], "tomato": [0, 2, 9, 27, 30], "tomato_json": [2, 16], "tool": 22, "top": [1, 6, 19, 23, 25], "touchston": [0, 2, 27, 33], "touchstone_snp": [2, 17], "toward": 18, "trace": [3, 10, 11, 14, 15, 23, 25, 27, 28, 29, 31], "trace_header_s": 14, "trace_index": 15, "trace_nam": 14, "trace_numb": 14, "trace_number_again": 14, "track": 22, "transfer": 6, "transform": [23, 25], "transpos": [27, 31, 32], "true": [1, 7, 27, 31], "truncat": [27, 33], "trunschk": 18, "try": 6, "tupl": [1, 4, 5, 6, 7], "two": [1, 15, 26], "txt": [0, 2], "type": [1, 4, 5, 6, 7, 13, 14, 15, 22, 24, 25], "typic": 6, "tz": [1, 17], "u": [6, 13], "ua": 16, "ulvac": [14, 27, 29], "um": [27, 33], "uncertainti": [2, 4, 22, 23, 25, 27, 29], "under": [14, 19, 21, 22, 27, 29, 30, 31], "understand": [27, 32], "understood": [27, 33], "unifi": [27, 29], "uniform": [10, 23, 25], "union": [1, 7, 22, 27, 29, 30, 31], "uniqu": 6, "unit": [1, 3, 4, 5, 6, 7, 10, 14, 22, 23, 25, 27, 29, 33], "unitregistri": [1, 21], "universit\u00e4t": [18, 27, 32, 33], "unix": [1, 3, 4, 5, 6, 8, 10, 11, 12, 13, 15, 16, 17, 21, 23, 25], "unknown": 15, "unless": 21, "unpack": 1, "unsur": 14, "until": [3, 6], "unzip": [3, 12, 27, 32], "up": [0, 2, 6, 27, 33], "updat": [0, 1, 27, 29, 32], "update_schema": [0, 1], "upper": 15, "ureg": [1, 21], "us": [0, 1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 19, 21, 22, 23, 25, 27, 28, 29, 30, 31, 32, 33], "usag": [0, 2, 19, 22, 26, 27, 32], "user": [1, 3, 8, 10, 14, 21, 26, 27, 31], "usernam": [3, 8, 10, 14], "usual": 6, "ut": [1, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 15, 16, 17, 23, 25], "utc": [1, 6], "utf": 26, "uts_base_": 15, "uts_base_m": 15, "uts_offset_": 15, "uts_offset_m": 15, "uv": 16, "v": 21, "v4": [27, 30, 31], "val": [1, 4, 5], "valid": [0, 1, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 27, 29, 30], "valu": [1, 3, 4, 5, 6, 7, 9, 11, 13, 14, 16, 21, 27, 33], "values_per_mass": 15, "valv": [12, 27, 32], "vari": [6, 23, 25], "variabl": [17, 21, 23, 25, 26, 27, 33], "variou": [3, 13], "verison": [27, 32], "version": [0, 1, 3, 6, 8, 10, 14, 17, 23, 24, 25], "version_major": 15, "version_minor": 15, "vetsch": [6, 13, 14, 15, 18, 22], "via": [0, 11, 19, 21, 26, 27, 29], "vmp": [6, 7], "vna": [0, 2], "vna_radial_middl": [27, 33], "voltag": [6, 7, 16], "voltammetri": [6, 7], "volumetr": [1, 5], "wa": [11, 14, 15, 17, 18, 21, 27, 30, 31, 33], "wai": [14, 26], "wait": [6, 7, 27, 32], "warn": [27, 31], "warn_deprec": [3, 6, 13, 14], "warranti": 18, "wavelength": 13, "we": [13, 16, 18, 24, 25, 26], "weight": 6, "well": [1, 2, 6, 10, 14, 17, 19, 21, 24, 25, 26, 27, 29], "were": [27, 33], "wg": [22, 26, 27, 32], "what": [7, 15], "when": [0, 13, 21, 26, 27, 32, 33], "where": [1, 15, 18, 26], "whether": 1, "which": [0, 1, 2, 3, 4, 6, 7, 10, 11, 12, 13, 16, 17, 21, 26, 27, 30, 32, 33], "while": [16, 23, 25], "whitespac": [23, 25], "whole": 26, "why": [16, 21], "width": [13, 14], "wildli": 6, "window": [1, 6, 10], "within": [7, 10, 16, 21, 23, 25, 27, 30, 31, 32, 33], "without": [3, 5, 6, 13, 15, 27, 30, 33], "wolf": 18, "work": [6, 16, 18, 27, 31], "worker": [1, 4], "workflow": [27, 28], "would": [24, 25], "wrapper": [1, 3, 12], "write": [2, 14], "written": [0, 27, 29, 32], "wrong": 26, "x": [3, 6, 10, 13, 21, 27, 29], "x_titl": 15, "x_unit": 15, "xarrai": [0, 4, 5, 6, 8, 11, 12, 13, 16, 21, 22, 23, 25, 26], "xlsx": [0, 2], "xml": 13, "xo": 6, "xout": [12, 27, 30], "xp": [0, 2, 27, 29], "xpstrace": [27, 29, 30], "xr": 9, "xrd": [0, 2], "xrdml": [0, 2], "xy": [0, 2], "y": [1, 3, 10, 11, 14, 15], "y_titl": 15, "y_unit": [14, 15], "yadg": 19, "yaml": 26, "ye": 0, "year": 15, "yet": [6, 18, 26], "yield": [27, 32], "you": [6, 10, 17, 18, 22, 26, 27, 31, 32], "your": [0, 21], "z": [15, 27, 33], "zenodo": [27, 33], "zero": [6, 27, 30], "zip": [0, 2, 26, 27, 30], "zir": [6, 7], "zoom_end": 15, "zoom_start": 15, "\u03b3": 11, "\u03bcv": [27, 33]}, "titles": ["yadg package", "yadg.dgutils package", "yadg.extractors package", "agilent: For Agilent chromatograms", "basic: For tabulated data", "drycal: For MesaLabs Drycal Pro data", "eclab: For BioLogic data files", "yadg.extractors.eclab.common package", "empalc: For Empa\u2019s LC data", "example: For yadg testing", "ezchrom: For EZChrom chromatograms", "fhimcpt: For MCPT set-up at FHI", "fusion: For Fusion chromatograms", "panalytical: For Panalytical XRD data", "phi: For Phi XPS data", "quadstar: For Quadstar MS data", "tomato: For tomato outputs", "touchstone: For Touchstone VNA files", "Citing yadg", "Developer documentation", "<no title>", "Key features of yadg", "yadg: yet another datagram", "yadgdatagram", "yadgdataschema", "yadg objects", "How to use yadg", "yadg version history", "yadg version 3.1.0", "yadg version 4.0.1", "yadg version 4.1.0", "yadg version 4.2", "yadg version 5.0", "yadg version 5.1"], "titleterms": {"": 8, "0": [27, 28, 29, 30, 32], "1": [27, 28, 29, 30, 33], "2": [27, 31], "3": [27, 28], "4": [27, 29, 30, 31], "5": [27, 32, 33], "For": [3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "acknowledg": 22, "agil": 3, "anoth": 22, "asc": 10, "basic": 4, "biolog": 6, "btool": 1, "ch": 3, "chromatogram": [3, 10, 12], "cite": 18, "common": [5, 7, 13], "contributor": 22, "core": 0, "csv": [3, 4, 5, 8, 11, 12, 13], "dat": 10, "data": [4, 5, 6, 8, 13, 14, 15], "datagram": [22, 23, 25], "dataschema": [21, 24, 25, 26], "dateutil": 1, "develop": 19, "dgutil": 1, "document": 19, "drycal": 5, "dsutil": 1, "dx": 3, "eclab": [6, 7], "eclabtechniqu": 7, "empa": 8, "empalc": 8, "exampl": 9, "extract": 26, "extractor": [2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 26], "ezchrom": 10, "featur": [19, 21], "fhi": 11, "fhimcpt": 11, "file": [3, 6, 10, 13, 14, 15, 16, 17], "format": 19, "from": 26, "fusion": 12, "helper": 1, "histori": 27, "how": 26, "implement": [7, 19], "json": [12, 16], "kei": 21, "lc": 8, "local": 21, "m": 15, "main": 0, "mcpt": 11, "mesalab": 5, "metadata": [3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 26], "mode": 26, "modul": [0, 1, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17], "mpr": 6, "mpr_column": 7, "mpt": 6, "mpt_column": 7, "new": 19, "note": [3, 6, 10, 13, 14, 15, 16, 17], "object": 25, "onli": 26, "output": 16, "packag": [0, 1, 2, 7], "panalyt": 13, "paper": 18, "paramet": 7, "parser": 26, "phi": 14, "pintutil": 1, "preset": 26, "pro": 5, "quadstar": 15, "relat": 18, "rtf": 5, "sac": 15, "schema": [3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "schemautil": 1, "set": 11, "snp": 17, "spe": 14, "structur": [3, 6, 10, 13, 14, 15, 16, 17], "subcommand": 0, "subpackag": [0, 2, 6], "support": 21, "tabul": 4, "techniqu": 7, "test": [9, 19], "timestamp": 21, "todo": [6, 14], "tomato": 16, "touchston": 17, "txt": 5, "uncertainti": [3, 5, 10, 12, 13, 14, 15, 16, 17, 21], "unit": 21, "up": 11, "updat": 26, "us": 26, "usag": [3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "valid": 21, "version": [26, 27, 28, 29, 30, 31, 32, 33], "vna": [11, 17], "xlsx": 8, "xp": 14, "xrd": 13, "xrdml": 13, "xy": 13, "yadg": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33], "yet": 22, "zip": 12}}) \ No newline at end of file +Search.setIndex({"alltitles": {"Acknowledgements": [[22, "acknowledgements"]], "Citing yadg": [[18, "citing-yadg"]], "Contributors": [[22, "contributors"]], "Dataschema from presets": [[26, "dataschema-from-presets"]], "Dataschema validation": [[21, "dataschema-validation"]], "Dataschema version updater": [[26, "dataschema-version-updater"]], "Developer documentation": [[19, "developer-documentation"]], "Extractor mode": [[26, "extractor-mode"]], "Formatting": [[19, "formatting"]], "How to use yadg": [[26, "how-to-use-yadg"]], "Implementing new features": [[19, "implementing-new-features"]], "Key features of yadg": [[21, "key-features-of-yadg"]], "Locale support": [[21, "locale-support"]], "Metadata": [[3, "metadata"], [3, "id3"], [3, "id7"], [4, "metadata"], [5, "metadata"], [5, "id3"], [5, "id7"], [6, "metadata"], [6, "id4"], [8, "metadata"], [8, "id3"], [9, "metadata"], [10, "metadata"], [10, "id3"], [11, "metadata"], [11, "id3"], [12, "metadata"], [12, "id3"], [12, "id6"], [13, "metadata"], [13, "id3"], [13, "id8"], [14, "metadata"], [15, "metadata"], [16, "metadata"], [17, "metadata"]], "Metadata-only extraction": [[26, "metadata-only-extraction"]], "Notes on file structure": [[3, "notes-on-file-structure"], [6, "notes-on-file-structure"], [6, "id3"], [10, "notes-on-file-structure"], [13, "notes-on-file-structure"], [13, "id4"], [13, "id9"], [14, "notes-on-file-structure"], [15, "notes-on-file-structure"], [16, "notes-on-file-structure"], [17, "notes-on-file-structure"]], "Papers related to yadg": [[18, "papers-related-to-yadg"]], "Parser mode": [[26, "parser-mode"]], "Schema": [[3, "schema"], [3, "id2"], [3, "id6"], [4, "schema"], [5, "schema"], [5, "id2"], [5, "id6"], [6, "schema"], [6, "id2"], [8, "schema"], [8, "id2"], [9, "schema"], [10, "schema"], [10, "id2"], [11, "schema"], [11, "id2"], [12, "schema"], [12, "id2"], [12, "id5"], [13, "schema"], [13, "id2"], [13, "id7"], [14, "schema"], [15, "schema"], [16, "schema"], [17, "schema"]], "Subpackages": [[0, "subpackages"], [2, "subpackages"], [6, "subpackages"]], "TODO": [[6, null], [14, null]], "Testing": [[19, "testing"]], "Timestamping": [[21, "timestamping"]], "Uncertainties": [[3, "uncertainties"], [3, "id4"], [5, "uncertainties"], [5, "id4"], [5, "id8"], [10, "uncertainties"], [10, "id4"], [12, "uncertainties"], [13, "uncertainties"], [13, "id5"], [14, "uncertainties"], [15, "uncertainties"], [16, "uncertainties"], [17, "uncertainties"], [21, "uncertainties"]], "Units": [[21, "units"]], "Units and uncertainties": [[21, "units-and-uncertainties"]], "Usage": [[3, "usage"], [3, "id1"], [3, "id5"], [4, "usage"], [5, "usage"], [5, "id1"], [5, "id5"], [6, "usage"], [6, "id1"], [8, "usage"], [8, "id1"], [9, "usage"], [10, "usage"], [10, "id1"], [11, "usage"], [11, "id1"], [12, "usage"], [12, "id1"], [12, "id4"], [13, "usage"], [13, "id1"], [13, "id6"], [14, "usage"], [15, "usage"], [16, "usage"], [17, "usage"]], "agilent: For Agilent chromatograms": [[3, "module-yadg.extractors.agilent"]], "basic: For tabulated data": [[4, "module-yadg.extractors.basic"]], "drycal: For MesaLabs Drycal Pro data": [[5, "module-yadg.extractors.drycal"]], "eclab: For BioLogic data files": [[6, "module-yadg.extractors.eclab"]], "eclabtechniques: Parameters for implemented techniques.": [[7, "eclabtechniques-parameters-for-implemented-techniques"]], "empalc: For Empa\u2019s LC data": [[8, "module-yadg.extractors.empalc"]], "example: For yadg testing": [[9, "module-yadg.extractors.example"]], "ezchrom: For EZChrom chromatograms": [[10, "module-yadg.extractors.ezchrom"]], "fhimcpt: For MCPT set-up at FHI": [[11, "module-yadg.extractors.fhimcpt"]], "fusion: For Fusion chromatograms": [[12, "module-yadg.extractors.fusion"]], "panalytical: For Panalytical XRD data": [[13, "module-yadg.extractors.panalytical"]], "phi: For Phi XPS data": [[14, "module-yadg.extractors.phi"]], "quadstar: For Quadstar MS data": [[15, "module-yadg.extractors.quadstar"]], "tomato: For tomato outputs": [[16, "module-yadg.extractors.tomato"]], "touchstone: For Touchstone VNA files": [[17, "module-yadg.extractors.touchstone"]], "yadg datagram": [[23, "yadg-datagram"], [25, "yadg-datagram"]], "yadg dataschema": [[24, "yadg-dataschema"], [25, "yadg-dataschema"]], "yadg objects": [[25, "yadg-objects"]], "yadg package": [[0, "module-yadg"]], "yadg version 3.1.0": [[27, "yadg-version-3-1-0"], [28, "yadg-version-3-1-0"]], "yadg version 4.0.1": [[27, "yadg-version-4-0-1"], [29, "yadg-version-4-0-1"]], "yadg version 4.1.0": [[27, "yadg-version-4-1-0"], [30, "yadg-version-4-1-0"]], "yadg version 4.2": [[27, "yadg-version-4-2"], [31, "yadg-version-4-2"]], "yadg version 5.0": [[27, "yadg-version-5-0"], [32, "yadg-version-5-0"]], "yadg version 5.1": [[27, "yadg-version-5-1"], [33, "yadg-version-5-1"]], "yadg version history": [[27, "yadg-version-history"]], "yadg.core module": [[0, "module-yadg.core"]], "yadg.dgutils package": [[1, "module-yadg.dgutils"]], "yadg.dgutils.btools module": [[1, "module-yadg.dgutils.btools"]], "yadg.dgutils.dateutils module": [[1, "module-yadg.dgutils.dateutils"]], "yadg.dgutils.dsutils module": [[1, "module-yadg.dgutils.dsutils"]], "yadg.dgutils.helpers module": [[1, "module-yadg.dgutils.helpers"]], "yadg.dgutils.pintutils module": [[1, "module-yadg.dgutils.pintutils"]], "yadg.dgutils.schemautils module": [[1, "module-yadg.dgutils.schemautils"]], "yadg.extractors package": [[2, "module-yadg.extractors"]], "yadg.extractors.agilent.ch module": [[3, "module-yadg.extractors.agilent.ch"]], "yadg.extractors.agilent.csv module": [[3, "module-yadg.extractors.agilent.csv"]], "yadg.extractors.agilent.dx module": [[3, "module-yadg.extractors.agilent.dx"]], "yadg.extractors.basic.csv module": [[4, "module-yadg.extractors.basic.csv"]], "yadg.extractors.drycal.common module": [[5, "module-yadg.extractors.drycal.common"]], "yadg.extractors.drycal.csv module": [[5, "module-yadg.extractors.drycal.csv"]], "yadg.extractors.drycal.rtf module": [[5, "module-yadg.extractors.drycal.rtf"]], "yadg.extractors.drycal.txt module": [[5, "module-yadg.extractors.drycal.txt"]], "yadg.extractors.eclab.common package": [[7, "module-yadg.extractors.eclab.common"]], "yadg.extractors.eclab.common.mpr_columns module": [[7, "module-yadg.extractors.eclab.common.mpr_columns"]], "yadg.extractors.eclab.common.mpt_columns module": [[7, "module-yadg.extractors.eclab.common.mpt_columns"]], "yadg.extractors.eclab.common.techniques module": [[7, "module-yadg.extractors.eclab.common.techniques"]], "yadg.extractors.eclab.mpr module": [[6, "module-yadg.extractors.eclab.mpr"]], "yadg.extractors.eclab.mpt module": [[6, "module-yadg.extractors.eclab.mpt"]], "yadg.extractors.empalc.csv module": [[8, "module-yadg.extractors.empalc.csv"]], "yadg.extractors.empalc.xlsx module": [[8, "module-yadg.extractors.empalc.xlsx"]], "yadg.extractors.ezchrom.asc module": [[10, "module-yadg.extractors.ezchrom.asc"]], "yadg.extractors.ezchrom.dat module": [[10, "module-yadg.extractors.ezchrom.dat"]], "yadg.extractors.fhimcpt.csv module": [[11, "module-yadg.extractors.fhimcpt.csv"]], "yadg.extractors.fhimcpt.vna module": [[11, "module-yadg.extractors.fhimcpt.vna"]], "yadg.extractors.fusion.csv module": [[12, "module-yadg.extractors.fusion.csv"]], "yadg.extractors.fusion.json module": [[12, "module-yadg.extractors.fusion.json"]], "yadg.extractors.fusion.zip module": [[12, "module-yadg.extractors.fusion.zip"]], "yadg.extractors.panalytical.common module": [[13, "module-yadg.extractors.panalytical.common"]], "yadg.extractors.panalytical.csv module": [[13, "module-yadg.extractors.panalytical.csv"]], "yadg.extractors.panalytical.xrdml module": [[13, "module-yadg.extractors.panalytical.xrdml"]], "yadg.extractors.panalytical.xy module": [[13, "module-yadg.extractors.panalytical.xy"]], "yadg.extractors.phi.spe module": [[14, "module-yadg.extractors.phi.spe"]], "yadg.extractors.quadstar.sac module": [[15, "module-yadg.extractors.quadstar.sac"]], "yadg.extractors.tomato.json module": [[16, "module-yadg.extractors.tomato.json"]], "yadg.extractors.touchstone.snp module": [[17, "module-yadg.extractors.touchstone.snp"]], "yadg.main module": [[0, "module-yadg.main"]], "yadg.subcommands module": [[0, "module-yadg.subcommands"]], "yadg: yet another datagram": [[22, "yadg-yet-another-datagram"]]}, "docnames": ["apidoc/yadg", "apidoc/yadg.dgutils", "apidoc/yadg.extractors", "apidoc/yadg.extractors.agilent", "apidoc/yadg.extractors.basic", "apidoc/yadg.extractors.drycal", "apidoc/yadg.extractors.eclab", "apidoc/yadg.extractors.eclab.common", "apidoc/yadg.extractors.empalc", "apidoc/yadg.extractors.example", "apidoc/yadg.extractors.ezchrom", "apidoc/yadg.extractors.fhimcpt", "apidoc/yadg.extractors.fusion", "apidoc/yadg.extractors.panalytical", "apidoc/yadg.extractors.phi", "apidoc/yadg.extractors.quadstar", "apidoc/yadg.extractors.tomato", "apidoc/yadg.extractors.touchstone", "citing", "devdocs", "extractors", "features", "index", "object.datagram", "object.dataschema", "objects", "usage", "version", "version.3_1", "version.4_0", "version.4_1", "version.4_2", "version.5_0", "version.5_1"], "envversion": {"sphinx": 61, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1}, "filenames": ["apidoc/yadg.rst", "apidoc/yadg.dgutils.rst", "apidoc/yadg.extractors.rst", "apidoc/yadg.extractors.agilent.rst", "apidoc/yadg.extractors.basic.rst", "apidoc/yadg.extractors.drycal.rst", "apidoc/yadg.extractors.eclab.rst", "apidoc/yadg.extractors.eclab.common.rst", "apidoc/yadg.extractors.empalc.rst", "apidoc/yadg.extractors.example.rst", "apidoc/yadg.extractors.ezchrom.rst", "apidoc/yadg.extractors.fhimcpt.rst", "apidoc/yadg.extractors.fusion.rst", "apidoc/yadg.extractors.panalytical.rst", "apidoc/yadg.extractors.phi.rst", "apidoc/yadg.extractors.quadstar.rst", "apidoc/yadg.extractors.tomato.rst", "apidoc/yadg.extractors.touchstone.rst", "citing.rst", "devdocs.rst", "extractors.rst", "features.rst", "index.rst", "object.datagram.rst", "object.dataschema.rst", "objects.rst", "usage.rst", "version.rst", "version.3_1.rst", "version.4_0.rst", "version.4_1.rst", "version.4_2.rst", "version.5_0.rst", "version.5_1.rst"], "indexentries": {"append_dicts() (in module yadg.dgutils)": [[1, "yadg.dgutils.append_dicts", false]], "append_dicts() (in module yadg.dgutils.dsutils)": [[1, "yadg.dgutils.dsutils.append_dicts", false]], "attr_in_lines() (in module yadg.extractors.touchstone.snp)": [[17, "yadg.extractors.touchstone.snp.attr_in_lines", false]], "biologic_tomato_json() (in module yadg.extractors.tomato.json)": [[16, "yadg.extractors.tomato.json.biologic_tomato_json", false]], "calib_3to4() (in module yadg.dgutils.schemautils)": [[1, "yadg.dgutils.schemautils.calib_3to4", false]], "camel_to_snake() (in module yadg.extractors.phi.spe)": [[14, "yadg.extractors.phi.spe.camel_to_snake", false]], "check_timestamps() (in module yadg.extractors.drycal.common)": [[5, "yadg.extractors.drycal.common.check_timestamps", false]], "chromdata() (in module yadg.extractors.fusion.json)": [[12, "yadg.extractors.fusion.json.chromdata", false]], "chromtrace() (in module yadg.extractors.fusion.json)": [[12, "yadg.extractors.fusion.json.chromtrace", false]], "complete_timestamps() (in module yadg.dgutils)": [[1, "yadg.dgutils.complete_timestamps", false]], "complete_timestamps() (in module yadg.dgutils.dateutils)": [[1, "yadg.dgutils.dateutils.complete_timestamps", false]], "complete_uts() (in module yadg.dgutils)": [[1, "yadg.dgutils.complete_uts", false]], "complete_uts() (in module yadg.dgutils.dateutils)": [[1, "yadg.dgutils.dateutils.complete_uts", false]], "data_to_dataset() (in module yadg.extractors.touchstone.snp)": [[17, "yadg.extractors.touchstone.snp.data_to_dataset", false]], "date (yadg.extractors.drycal.common.timedate attribute)": [[5, "yadg.extractors.drycal.common.TimeDate.date", false]], "deprecated() (in module yadg.dgutils.helpers)": [[1, "yadg.dgutils.helpers.deprecated", false]], "dicts_to_dataset() (in module yadg.dgutils)": [[1, "yadg.dgutils.dicts_to_dataset", false]], "dicts_to_dataset() (in module yadg.dgutils.dsutils)": [[1, "yadg.dgutils.dsutils.dicts_to_dataset", false]], "drycal_table() (in module yadg.extractors.drycal.common)": [[5, "yadg.extractors.drycal.common.drycal_table", false]], "dummy_tomato_json() (in module yadg.extractors.tomato.json)": [[16, "yadg.extractors.tomato.json.dummy_tomato_json", false]], "encoding (dgbowl_schemas.yadg.dataschema_5_1.filetype.eclab_mpt attribute)": [[6, "dgbowl_schemas.yadg.dataschema_5_1.filetype.EClab_mpt.encoding", false]], "encoding (dgbowl_schemas.yadg.dataschema_5_1.filetype.ezchrom_asc attribute)": [[10, "dgbowl_schemas.yadg.dataschema_5_1.filetype.EZChrom_asc.encoding", false]], "etree_to_dict() (in module yadg.extractors.panalytical.xrdml)": [[13, "yadg.extractors.panalytical.xrdml.etree_to_dict", false]], "extract() (in module yadg.extractors)": [[2, "yadg.extractors.extract", false]], "extract() (in module yadg.extractors.agilent.ch)": [[3, "yadg.extractors.agilent.ch.extract", false]], "extract() (in module yadg.extractors.agilent.csv)": [[3, "yadg.extractors.agilent.csv.extract", false]], "extract() (in module yadg.extractors.agilent.dx)": [[3, "yadg.extractors.agilent.dx.extract", false]], "extract() (in module yadg.extractors.basic.csv)": [[4, "yadg.extractors.basic.csv.extract", false]], "extract() (in module yadg.extractors.drycal.csv)": [[5, "yadg.extractors.drycal.csv.extract", false]], "extract() (in module yadg.extractors.drycal.rtf)": [[5, "yadg.extractors.drycal.rtf.extract", false]], "extract() (in module yadg.extractors.drycal.txt)": [[5, "yadg.extractors.drycal.txt.extract", false]], "extract() (in module yadg.extractors.eclab.mpr)": [[6, "yadg.extractors.eclab.mpr.extract", false]], "extract() (in module yadg.extractors.eclab.mpt)": [[6, "yadg.extractors.eclab.mpt.extract", false]], "extract() (in module yadg.extractors.empalc.csv)": [[8, "yadg.extractors.empalc.csv.extract", false]], "extract() (in module yadg.extractors.empalc.xlsx)": [[8, "yadg.extractors.empalc.xlsx.extract", false]], "extract() (in module yadg.extractors.example)": [[9, "yadg.extractors.example.extract", false]], "extract() (in module yadg.extractors.ezchrom.asc)": [[10, "yadg.extractors.ezchrom.asc.extract", false]], "extract() (in module yadg.extractors.ezchrom.dat)": [[10, "yadg.extractors.ezchrom.dat.extract", false]], "extract() (in module yadg.extractors.fhimcpt.csv)": [[11, "yadg.extractors.fhimcpt.csv.extract", false]], "extract() (in module yadg.extractors.fhimcpt.vna)": [[11, "yadg.extractors.fhimcpt.vna.extract", false]], "extract() (in module yadg.extractors.fusion.csv)": [[12, "yadg.extractors.fusion.csv.extract", false]], "extract() (in module yadg.extractors.fusion.json)": [[12, "yadg.extractors.fusion.json.extract", false]], "extract() (in module yadg.extractors.fusion.zip)": [[12, "yadg.extractors.fusion.zip.extract", false]], "extract() (in module yadg.extractors.panalytical.csv)": [[13, "yadg.extractors.panalytical.csv.extract", false]], "extract() (in module yadg.extractors.panalytical.xrdml)": [[13, "yadg.extractors.panalytical.xrdml.extract", false]], "extract() (in module yadg.extractors.panalytical.xy)": [[13, "yadg.extractors.panalytical.xy.extract", false]], "extract() (in module yadg.extractors.phi.spe)": [[14, "yadg.extractors.phi.spe.extract", false]], "extract() (in module yadg.extractors.quadstar.sac)": [[15, "yadg.extractors.quadstar.sac.extract", false]], "extract() (in module yadg.extractors.tomato.json)": [[16, "yadg.extractors.tomato.json.extract", false]], "extract() (in module yadg.extractors.touchstone.snp)": [[17, "yadg.extractors.touchstone.snp.extract", false]], "extract() (in module yadg.subcommands)": [[0, "yadg.subcommands.extract", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.agilent_ch attribute)": [[3, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Agilent_ch.filetype", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.agilent_csv attribute)": [[3, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Agilent_csv.filetype", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.agilent_dx attribute)": [[3, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Agilent_dx.filetype", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.basic_csv attribute)": [[4, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Basic_csv.filetype", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.drycal_csv attribute)": [[5, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Drycal_csv.filetype", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.drycal_rtf attribute)": [[5, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Drycal_rtf.filetype", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.drycal_txt attribute)": [[5, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Drycal_txt.filetype", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.eclab_mpr attribute)": [[6, "dgbowl_schemas.yadg.dataschema_5_1.filetype.EClab_mpr.filetype", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.eclab_mpt attribute)": [[6, "dgbowl_schemas.yadg.dataschema_5_1.filetype.EClab_mpt.filetype", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.empalc_csv attribute)": [[8, "dgbowl_schemas.yadg.dataschema_5_1.filetype.EmpaLC_csv.filetype", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.empalc_xlsx attribute)": [[8, "dgbowl_schemas.yadg.dataschema_5_1.filetype.EmpaLC_xlsx.filetype", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.example attribute)": [[9, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Example.filetype", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.ezchrom_asc attribute)": [[10, "dgbowl_schemas.yadg.dataschema_5_1.filetype.EZChrom_asc.filetype", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.ezchrom_dat attribute)": [[10, "dgbowl_schemas.yadg.dataschema_5_1.filetype.EZChrom_dat.filetype", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.fhi_csv attribute)": [[11, "dgbowl_schemas.yadg.dataschema_5_1.filetype.FHI_csv.filetype", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.fhi_vna attribute)": [[11, "dgbowl_schemas.yadg.dataschema_5_1.filetype.FHI_vna.filetype", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.fusion_csv attribute)": [[12, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Fusion_csv.filetype", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.fusion_json attribute)": [[12, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Fusion_json.filetype", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.fusion_zip attribute)": [[12, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Fusion_zip.filetype", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.panalytical_csv attribute)": [[13, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Panalytical_csv.filetype", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.panalytical_xrdml attribute)": [[13, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Panalytical_xrdml.filetype", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.panalytical_xy attribute)": [[13, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Panalytical_xy.filetype", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.phi_spe attribute)": [[14, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Phi_spe.filetype", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.quadstar_sac attribute)": [[15, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Quadstar_sac.filetype", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.tomato_json attribute)": [[16, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Tomato_json.filetype", false]], "filetype (dgbowl_schemas.yadg.dataschema_5_1.filetype.touchstone_snp attribute)": [[17, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Touchstone_snp.filetype", false]], "format (yadg.extractors.drycal.common.timedate.timestampspec attribute)": [[5, "yadg.extractors.drycal.common.TimeDate.TimestampSpec.format", false]], "get_resolution() (in module yadg.extractors.eclab.common.techniques)": [[7, "yadg.extractors.eclab.common.techniques.get_resolution", false]], "get_yadg_metadata() (in module yadg.dgutils)": [[1, "yadg.dgutils.get_yadg_metadata", false]], "get_yadg_metadata() (in module yadg.dgutils.helpers)": [[1, "yadg.dgutils.helpers.get_yadg_metadata", false]], "index (yadg.extractors.drycal.common.timedate.timestampspec attribute)": [[5, "yadg.extractors.drycal.common.TimeDate.TimestampSpec.index", false]], "infer_extractor() (in module yadg.core)": [[0, "yadg.core.infer_extractor", false]], "infer_timestamp_from() (in module yadg.dgutils)": [[1, "yadg.dgutils.infer_timestamp_from", false]], "infer_timestamp_from() (in module yadg.dgutils.dateutils)": [[1, "yadg.dgutils.dateutils.infer_timestamp_from", false]], "merge_dicttrees() (in module yadg.dgutils)": [[1, "yadg.dgutils.merge_dicttrees", false]], "merge_dicttrees() (in module yadg.dgutils.dsutils)": [[1, "yadg.dgutils.dsutils.merge_dicttrees", false]], "module": [[0, "module-yadg", false], [0, "module-yadg.core", false], [0, "module-yadg.main", false], [0, "module-yadg.subcommands", false], [1, "module-yadg.dgutils", false], [1, "module-yadg.dgutils.btools", false], [1, "module-yadg.dgutils.dateutils", false], [1, "module-yadg.dgutils.dsutils", false], [1, "module-yadg.dgutils.helpers", false], [1, "module-yadg.dgutils.pintutils", false], [1, "module-yadg.dgutils.schemautils", false], [2, "module-yadg.extractors", false], [3, "module-yadg.extractors.agilent", false], [3, "module-yadg.extractors.agilent.ch", false], [3, "module-yadg.extractors.agilent.csv", false], [3, "module-yadg.extractors.agilent.dx", false], [4, "module-yadg.extractors.basic", false], [4, "module-yadg.extractors.basic.csv", false], [5, "module-yadg.extractors.drycal", false], [5, "module-yadg.extractors.drycal.common", false], [5, "module-yadg.extractors.drycal.csv", false], [5, "module-yadg.extractors.drycal.rtf", false], [5, "module-yadg.extractors.drycal.txt", false], [6, "module-yadg.extractors.eclab", false], [6, "module-yadg.extractors.eclab.mpr", false], [6, "module-yadg.extractors.eclab.mpt", false], [7, "module-yadg.extractors.eclab.common", false], [7, "module-yadg.extractors.eclab.common.mpr_columns", false], [7, "module-yadg.extractors.eclab.common.mpt_columns", false], [7, "module-yadg.extractors.eclab.common.techniques", false], [8, "module-yadg.extractors.empalc", false], [8, "module-yadg.extractors.empalc.csv", false], [8, "module-yadg.extractors.empalc.xlsx", false], [9, "module-yadg.extractors.example", false], [10, "module-yadg.extractors.ezchrom", false], [10, "module-yadg.extractors.ezchrom.asc", false], [10, "module-yadg.extractors.ezchrom.dat", false], [11, "module-yadg.extractors.fhimcpt", false], [11, "module-yadg.extractors.fhimcpt.csv", false], [11, "module-yadg.extractors.fhimcpt.vna", false], [12, "module-yadg.extractors.fusion", false], [12, "module-yadg.extractors.fusion.csv", false], [12, "module-yadg.extractors.fusion.json", false], [12, "module-yadg.extractors.fusion.zip", false], [13, "module-yadg.extractors.panalytical", false], [13, "module-yadg.extractors.panalytical.common", false], [13, "module-yadg.extractors.panalytical.csv", false], [13, "module-yadg.extractors.panalytical.xrdml", false], [13, "module-yadg.extractors.panalytical.xy", false], [14, "module-yadg.extractors.phi", false], [14, "module-yadg.extractors.phi.spe", false], [15, "module-yadg.extractors.quadstar", false], [15, "module-yadg.extractors.quadstar.sac", false], [16, "module-yadg.extractors.tomato", false], [16, "module-yadg.extractors.tomato.json", false], [17, "module-yadg.extractors.touchstone", false], [17, "module-yadg.extractors.touchstone.snp", false]], "now() (in module yadg.dgutils)": [[1, "yadg.dgutils.now", false]], "now() (in module yadg.dgutils.dateutils)": [[1, "yadg.dgutils.dateutils.now", false]], "ole_to_uts() (in module yadg.dgutils)": [[1, "yadg.dgutils.ole_to_uts", false]], "ole_to_uts() (in module yadg.dgutils.dateutils)": [[1, "yadg.dgutils.dateutils.ole_to_uts", false]], "panalytical_comment() (in module yadg.extractors.panalytical.common)": [[13, "yadg.extractors.panalytical.common.panalytical_comment", false]], "param_from_key() (in module yadg.extractors.eclab.common.techniques)": [[7, "yadg.extractors.eclab.common.techniques.param_from_key", false]], "parameters (dgbowl_schemas.yadg.dataschema_5_1.filetype.basic_csv attribute)": [[4, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Basic_csv.parameters", false]], "parameters (dgbowl_schemas.yadg.dataschema_5_1.filetype.example attribute)": [[9, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Example.parameters", false]], "parameters (dgbowl_schemas.yadg.dataschema_5_1.filetype.fhi_csv attribute)": [[11, "dgbowl_schemas.yadg.dataschema_5_1.filetype.FHI_csv.parameters", false]], "parse_columns() (in module yadg.extractors.eclab.mpr)": [[6, "yadg.extractors.eclab.mpr.parse_columns", false]], "preset() (in module yadg.subcommands)": [[0, "yadg.subcommands.preset", false]], "process() (in module yadg.subcommands)": [[0, "yadg.subcommands.process", false]], "process_comments() (in module yadg.extractors.touchstone.snp)": [[17, "yadg.extractors.touchstone.snp.process_comments", false]], "process_data() (in module yadg.extractors.eclab.mpr)": [[6, "yadg.extractors.eclab.mpr.process_data", false]], "process_data() (in module yadg.extractors.eclab.mpt)": [[6, "yadg.extractors.eclab.mpt.process_data", false]], "process_ext() (in module yadg.extractors.eclab.mpr)": [[6, "yadg.extractors.eclab.mpr.process_ext", false]], "process_filename() (in module yadg.extractors.touchstone.snp)": [[17, "yadg.extractors.touchstone.snp.process_filename", false]], "process_header() (in module yadg.extractors.eclab.mpt)": [[6, "yadg.extractors.eclab.mpt.process_header", false]], "process_log() (in module yadg.extractors.eclab.mpr)": [[6, "yadg.extractors.eclab.mpr.process_log", false]], "process_loop() (in module yadg.extractors.eclab.mpr)": [[6, "yadg.extractors.eclab.mpr.process_loop", false]], "process_modules() (in module yadg.extractors.eclab.mpr)": [[6, "yadg.extractors.eclab.mpr.process_modules", false]], "process_options() (in module yadg.extractors.touchstone.snp)": [[17, "yadg.extractors.touchstone.snp.process_options", false]], "process_params() (in module yadg.extractors.eclab.mpt)": [[6, "yadg.extractors.eclab.mpt.process_params", false]], "process_row() (in module yadg.extractors.basic.csv)": [[4, "yadg.extractors.basic.csv.process_row", false]], "process_schema() (in module yadg.core)": [[0, "yadg.core.process_schema", false]], "process_settings() (in module yadg.extractors.eclab.mpr)": [[6, "yadg.extractors.eclab.mpr.process_settings", false]], "process_settings() (in module yadg.extractors.eclab.mpt)": [[6, "yadg.extractors.eclab.mpt.process_settings", false]], "read_pascal_string() (in module yadg.dgutils.btools)": [[1, "yadg.dgutils.btools.read_pascal_string", false]], "read_value() (in module yadg.dgutils)": [[1, "yadg.dgutils.read_value", false]], "read_value() (in module yadg.dgutils.btools)": [[1, "yadg.dgutils.btools.read_value", false]], "rtf() (in module yadg.extractors.drycal.common)": [[5, "yadg.extractors.drycal.common.rtf", false]], "run_with_arguments() (in module yadg)": [[0, "yadg.run_with_arguments", false]], "run_with_arguments() (in module yadg.main)": [[0, "yadg.main.run_with_arguments", false]], "sanitize_units() (in module yadg.dgutils)": [[1, "yadg.dgutils.sanitize_units", false]], "sanitize_units() (in module yadg.dgutils.pintutils)": [[1, "yadg.dgutils.pintutils.sanitize_units", false]], "schema_3to4() (in module yadg.dgutils.schemautils)": [[1, "yadg.dgutils.schemautils.schema_3to4", false]], "schema_from_preset() (in module yadg.dgutils)": [[1, "yadg.dgutils.schema_from_preset", false]], "schema_from_preset() (in module yadg.dgutils.schemautils)": [[1, "yadg.dgutils.schemautils.schema_from_preset", false]], "sep (dgbowl_schemas.yadg.dataschema_5_1.filetype.basic_csv.parameters attribute)": [[4, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Basic_csv.Parameters.sep", false]], "sep() (in module yadg.extractors.drycal.common)": [[5, "yadg.extractors.drycal.common.sep", false]], "set_encoding() (dgbowl_schemas.yadg.dataschema_5_1.filetype.eclab_mpt class method)": [[6, "dgbowl_schemas.yadg.dataschema_5_1.filetype.EClab_mpt.set_encoding", false]], "set_encoding() (dgbowl_schemas.yadg.dataschema_5_1.filetype.ezchrom_asc class method)": [[10, "dgbowl_schemas.yadg.dataschema_5_1.filetype.EZChrom_asc.set_encoding", false]], "set_loglevel() (in module yadg.main)": [[0, "yadg.main.set_loglevel", false]], "snake_case() (in module yadg.extractors.panalytical.common)": [[13, "yadg.extractors.panalytical.common.snake_case", false]], "str_to_uts() (in module yadg.dgutils)": [[1, "yadg.dgutils.str_to_uts", false]], "str_to_uts() (in module yadg.dgutils.dateutils)": [[1, "yadg.dgutils.dateutils.str_to_uts", false]], "strip (dgbowl_schemas.yadg.dataschema_5_1.filetype.basic_csv.parameters attribute)": [[4, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Basic_csv.Parameters.strip", false]], "time (yadg.extractors.drycal.common.timedate attribute)": [[5, "yadg.extractors.drycal.common.TimeDate.time", false]], "timestamp (dgbowl_schemas.yadg.dataschema_5_1.filetype.basic_csv.parameters attribute)": [[4, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Basic_csv.Parameters.timestamp", false]], "timestamp (dgbowl_schemas.yadg.dataschema_5_1.filetype.fhi_csv.parameters attribute)": [[11, "dgbowl_schemas.yadg.dataschema_5_1.filetype.FHI_csv.Parameters.timestamp", false]], "timestamps_from_file() (in module yadg.dgutils.dateutils)": [[1, "yadg.dgutils.dateutils.timestamps_from_file", false]], "units (dgbowl_schemas.yadg.dataschema_5_1.filetype.basic_csv.parameters attribute)": [[4, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Basic_csv.Parameters.units", false]], "update() (in module yadg.subcommands)": [[0, "yadg.subcommands.update", false]], "update_schema() (in module yadg.dgutils)": [[1, "yadg.dgutils.update_schema", false]], "update_schema() (in module yadg.dgutils.schemautils)": [[1, "yadg.dgutils.schemautils.update_schema", false]], "warn_deprecated() (dgbowl_schemas.yadg.dataschema_5_1.filetype.agilent_ch class method)": [[3, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Agilent_ch.warn_deprecated", false]], "warn_deprecated() (dgbowl_schemas.yadg.dataschema_5_1.filetype.agilent_dx class method)": [[3, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Agilent_dx.warn_deprecated", false]], "warn_deprecated() (dgbowl_schemas.yadg.dataschema_5_1.filetype.eclab_mpr class method)": [[6, "dgbowl_schemas.yadg.dataschema_5_1.filetype.EClab_mpr.warn_deprecated", false]], "warn_deprecated() (dgbowl_schemas.yadg.dataschema_5_1.filetype.eclab_mpt class method)": [[6, "dgbowl_schemas.yadg.dataschema_5_1.filetype.EClab_mpt.warn_deprecated", false]], "warn_deprecated() (dgbowl_schemas.yadg.dataschema_5_1.filetype.panalytical_xrdml class method)": [[13, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Panalytical_xrdml.warn_deprecated", false]], "warn_deprecated() (dgbowl_schemas.yadg.dataschema_5_1.filetype.phi_spe class method)": [[14, "dgbowl_schemas.yadg.dataschema_5_1.filetype.Phi_spe.warn_deprecated", false]], "yadg": [[0, "module-yadg", false]], "yadg.core": [[0, "module-yadg.core", false]], "yadg.dgutils": [[1, "module-yadg.dgutils", false]], "yadg.dgutils.btools": [[1, "module-yadg.dgutils.btools", false]], "yadg.dgutils.dateutils": [[1, "module-yadg.dgutils.dateutils", false]], "yadg.dgutils.dsutils": [[1, "module-yadg.dgutils.dsutils", false]], "yadg.dgutils.helpers": [[1, "module-yadg.dgutils.helpers", false]], "yadg.dgutils.pintutils": [[1, "module-yadg.dgutils.pintutils", false]], "yadg.dgutils.schemautils": [[1, "module-yadg.dgutils.schemautils", false]], "yadg.extractors": [[2, "module-yadg.extractors", false]], "yadg.extractors.agilent": [[3, "module-yadg.extractors.agilent", false]], "yadg.extractors.agilent.ch": [[3, "module-yadg.extractors.agilent.ch", false]], "yadg.extractors.agilent.csv": [[3, "module-yadg.extractors.agilent.csv", false]], "yadg.extractors.agilent.dx": [[3, "module-yadg.extractors.agilent.dx", false]], "yadg.extractors.basic": [[4, "module-yadg.extractors.basic", false]], "yadg.extractors.basic.csv": [[4, "module-yadg.extractors.basic.csv", false]], "yadg.extractors.drycal": [[5, "module-yadg.extractors.drycal", false]], "yadg.extractors.drycal.common": [[5, "module-yadg.extractors.drycal.common", false]], "yadg.extractors.drycal.csv": [[5, "module-yadg.extractors.drycal.csv", false]], "yadg.extractors.drycal.rtf": [[5, "module-yadg.extractors.drycal.rtf", false]], "yadg.extractors.drycal.txt": [[5, "module-yadg.extractors.drycal.txt", false]], "yadg.extractors.eclab": [[6, "module-yadg.extractors.eclab", false]], "yadg.extractors.eclab.common": [[7, "module-yadg.extractors.eclab.common", false]], "yadg.extractors.eclab.common.mpr_columns": [[7, "module-yadg.extractors.eclab.common.mpr_columns", false]], "yadg.extractors.eclab.common.mpt_columns": [[7, "module-yadg.extractors.eclab.common.mpt_columns", false]], "yadg.extractors.eclab.common.techniques": [[7, "module-yadg.extractors.eclab.common.techniques", false]], "yadg.extractors.eclab.mpr": [[6, "module-yadg.extractors.eclab.mpr", false]], "yadg.extractors.eclab.mpt": [[6, "module-yadg.extractors.eclab.mpt", false]], "yadg.extractors.empalc": [[8, "module-yadg.extractors.empalc", false]], "yadg.extractors.empalc.csv": [[8, "module-yadg.extractors.empalc.csv", false]], "yadg.extractors.empalc.xlsx": [[8, "module-yadg.extractors.empalc.xlsx", false]], "yadg.extractors.example": [[9, "module-yadg.extractors.example", false]], "yadg.extractors.ezchrom": [[10, "module-yadg.extractors.ezchrom", false]], "yadg.extractors.ezchrom.asc": [[10, "module-yadg.extractors.ezchrom.asc", false]], "yadg.extractors.ezchrom.dat": [[10, "module-yadg.extractors.ezchrom.dat", false]], "yadg.extractors.fhimcpt": [[11, "module-yadg.extractors.fhimcpt", false]], "yadg.extractors.fhimcpt.csv": [[11, "module-yadg.extractors.fhimcpt.csv", false]], "yadg.extractors.fhimcpt.vna": [[11, "module-yadg.extractors.fhimcpt.vna", false]], "yadg.extractors.fusion": [[12, "module-yadg.extractors.fusion", false]], "yadg.extractors.fusion.csv": [[12, "module-yadg.extractors.fusion.csv", false]], "yadg.extractors.fusion.json": [[12, "module-yadg.extractors.fusion.json", false]], "yadg.extractors.fusion.zip": [[12, "module-yadg.extractors.fusion.zip", false]], "yadg.extractors.panalytical": [[13, "module-yadg.extractors.panalytical", false]], "yadg.extractors.panalytical.common": [[13, "module-yadg.extractors.panalytical.common", false]], "yadg.extractors.panalytical.csv": [[13, "module-yadg.extractors.panalytical.csv", false]], "yadg.extractors.panalytical.xrdml": [[13, "module-yadg.extractors.panalytical.xrdml", false]], "yadg.extractors.panalytical.xy": [[13, "module-yadg.extractors.panalytical.xy", false]], "yadg.extractors.phi": [[14, "module-yadg.extractors.phi", false]], "yadg.extractors.phi.spe": [[14, "module-yadg.extractors.phi.spe", false]], "yadg.extractors.quadstar": [[15, "module-yadg.extractors.quadstar", false]], "yadg.extractors.quadstar.sac": [[15, "module-yadg.extractors.quadstar.sac", false]], "yadg.extractors.tomato": [[16, "module-yadg.extractors.tomato", false]], "yadg.extractors.tomato.json": [[16, "module-yadg.extractors.tomato.json", false]], "yadg.extractors.touchstone": [[17, "module-yadg.extractors.touchstone", false]], "yadg.extractors.touchstone.snp": [[17, "module-yadg.extractors.touchstone.snp", false]], "yadg.main": [[0, "module-yadg.main", false]], "yadg.subcommands": [[0, "module-yadg.subcommands", false]]}, "objects": {"": [[0, 3, 0, "-", "yadg"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype": [[3, 0, 1, "", "Agilent_ch"], [3, 0, 1, "", "Agilent_csv"], [3, 0, 1, "", "Agilent_dx"], [4, 0, 1, "", "Basic_csv"], [5, 0, 1, "", "Drycal_csv"], [5, 0, 1, "", "Drycal_rtf"], [5, 0, 1, "", "Drycal_txt"], [6, 0, 1, "", "EClab_mpr"], [6, 0, 1, "", "EClab_mpt"], [10, 0, 1, "", "EZChrom_asc"], [10, 0, 1, "", "EZChrom_dat"], [8, 0, 1, "", "EmpaLC_csv"], [8, 0, 1, "", "EmpaLC_xlsx"], [9, 0, 1, "", "Example"], [11, 0, 1, "", "FHI_csv"], [11, 0, 1, "", "FHI_vna"], [12, 0, 1, "", "Fusion_csv"], [12, 0, 1, "", "Fusion_json"], [12, 0, 1, "", "Fusion_zip"], [13, 0, 1, "", "Panalytical_csv"], [13, 0, 1, "", "Panalytical_xrdml"], [13, 0, 1, "", "Panalytical_xy"], [14, 0, 1, "", "Phi_spe"], [15, 0, 1, "", "Quadstar_sac"], [16, 0, 1, "", "Tomato_json"], [17, 0, 1, "", "Touchstone_snp"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.Agilent_ch": [[3, 1, 1, "", "filetype"], [3, 2, 1, "", "warn_deprecated"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.Agilent_csv": [[3, 1, 1, "", "filetype"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.Agilent_dx": [[3, 1, 1, "", "filetype"], [3, 2, 1, "", "warn_deprecated"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.Basic_csv": [[4, 0, 1, "", "Parameters"], [4, 1, 1, "", "filetype"], [4, 1, 1, "", "parameters"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.Basic_csv.Parameters": [[4, 1, 1, "", "sep"], [4, 1, 1, "", "strip"], [4, 1, 1, "", "timestamp"], [4, 1, 1, "", "units"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.Drycal_csv": [[5, 1, 1, "", "filetype"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.Drycal_rtf": [[5, 1, 1, "", "filetype"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.Drycal_txt": [[5, 1, 1, "", "filetype"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.EClab_mpr": [[6, 1, 1, "", "filetype"], [6, 2, 1, "", "warn_deprecated"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.EClab_mpt": [[6, 1, 1, "", "encoding"], [6, 1, 1, "", "filetype"], [6, 2, 1, "", "set_encoding"], [6, 2, 1, "", "warn_deprecated"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.EZChrom_asc": [[10, 1, 1, "", "encoding"], [10, 1, 1, "", "filetype"], [10, 2, 1, "", "set_encoding"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.EZChrom_dat": [[10, 1, 1, "", "filetype"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.EmpaLC_csv": [[8, 1, 1, "", "filetype"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.EmpaLC_xlsx": [[8, 1, 1, "", "filetype"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.Example": [[9, 0, 1, "", "Parameters"], [9, 1, 1, "", "filetype"], [9, 1, 1, "", "parameters"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.FHI_csv": [[11, 0, 1, "", "Parameters"], [11, 1, 1, "", "filetype"], [11, 1, 1, "", "parameters"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.FHI_csv.Parameters": [[11, 1, 1, "", "timestamp"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.FHI_vna": [[11, 1, 1, "", "filetype"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.Fusion_csv": [[12, 1, 1, "", "filetype"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.Fusion_json": [[12, 1, 1, "", "filetype"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.Fusion_zip": [[12, 1, 1, "", "filetype"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.Panalytical_csv": [[13, 1, 1, "", "filetype"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.Panalytical_xrdml": [[13, 1, 1, "", "filetype"], [13, 2, 1, "", "warn_deprecated"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.Panalytical_xy": [[13, 1, 1, "", "filetype"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.Phi_spe": [[14, 1, 1, "", "filetype"], [14, 2, 1, "", "warn_deprecated"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.Quadstar_sac": [[15, 1, 1, "", "filetype"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.Tomato_json": [[16, 1, 1, "", "filetype"]], "dgbowl_schemas.yadg.dataschema_5_1.filetype.Touchstone_snp": [[17, 1, 1, "", "filetype"]], "yadg": [[0, 3, 0, "-", "core"], [1, 3, 0, "-", "dgutils"], [2, 3, 0, "-", "extractors"], [0, 3, 0, "-", "main"], [0, 4, 1, "", "run_with_arguments"], [0, 3, 0, "-", "subcommands"]], "yadg.core": [[0, 4, 1, "", "infer_extractor"], [0, 4, 1, "", "process_schema"]], "yadg.dgutils": [[1, 4, 1, "", "append_dicts"], [1, 3, 0, "-", "btools"], [1, 4, 1, "", "complete_timestamps"], [1, 4, 1, "", "complete_uts"], [1, 3, 0, "-", "dateutils"], [1, 4, 1, "", "dicts_to_dataset"], [1, 3, 0, "-", "dsutils"], [1, 4, 1, "", "get_yadg_metadata"], [1, 3, 0, "-", "helpers"], [1, 4, 1, "", "infer_timestamp_from"], [1, 4, 1, "", "merge_dicttrees"], [1, 4, 1, "", "now"], [1, 4, 1, "", "ole_to_uts"], [1, 3, 0, "-", "pintutils"], [1, 4, 1, "", "read_value"], [1, 4, 1, "", "sanitize_units"], [1, 4, 1, "", "schema_from_preset"], [1, 3, 0, "-", "schemautils"], [1, 4, 1, "", "str_to_uts"], [1, 4, 1, "", "update_schema"]], "yadg.dgutils.btools": [[1, 4, 1, "", "read_pascal_string"], [1, 4, 1, "", "read_value"]], "yadg.dgutils.dateutils": [[1, 4, 1, "", "complete_timestamps"], [1, 4, 1, "", "complete_uts"], [1, 4, 1, "", "infer_timestamp_from"], [1, 4, 1, "", "now"], [1, 4, 1, "", "ole_to_uts"], [1, 4, 1, "", "str_to_uts"], [1, 4, 1, "", "timestamps_from_file"]], "yadg.dgutils.dsutils": [[1, 4, 1, "", "append_dicts"], [1, 4, 1, "", "dicts_to_dataset"], [1, 4, 1, "", "merge_dicttrees"]], "yadg.dgutils.helpers": [[1, 4, 1, "", "deprecated"], [1, 4, 1, "", "get_yadg_metadata"]], "yadg.dgutils.pintutils": [[1, 4, 1, "", "sanitize_units"]], "yadg.dgutils.schemautils": [[1, 4, 1, "", "calib_3to4"], [1, 4, 1, "", "schema_3to4"], [1, 4, 1, "", "schema_from_preset"], [1, 4, 1, "", "update_schema"]], "yadg.extractors": [[3, 3, 0, "-", "agilent"], [4, 3, 0, "-", "basic"], [5, 3, 0, "-", "drycal"], [6, 3, 0, "-", "eclab"], [8, 3, 0, "-", "empalc"], [9, 3, 0, "-", "example"], [2, 4, 1, "", "extract"], [10, 3, 0, "-", "ezchrom"], [11, 3, 0, "-", "fhimcpt"], [12, 3, 0, "-", "fusion"], [13, 3, 0, "-", "panalytical"], [14, 3, 0, "-", "phi"], [15, 3, 0, "-", "quadstar"], [16, 3, 0, "-", "tomato"], [17, 3, 0, "-", "touchstone"]], "yadg.extractors.agilent": [[3, 3, 0, "-", "ch"], [3, 3, 0, "-", "csv"], [3, 3, 0, "-", "dx"]], "yadg.extractors.agilent.ch": [[3, 4, 1, "", "extract"]], "yadg.extractors.agilent.csv": [[3, 4, 1, "", "extract"]], "yadg.extractors.agilent.dx": [[3, 4, 1, "", "extract"]], "yadg.extractors.basic": [[4, 3, 0, "-", "csv"]], "yadg.extractors.basic.csv": [[4, 4, 1, "", "extract"], [4, 4, 1, "", "process_row"]], "yadg.extractors.drycal": [[5, 3, 0, "-", "common"], [5, 3, 0, "-", "csv"], [5, 3, 0, "-", "rtf"], [5, 3, 0, "-", "txt"]], "yadg.extractors.drycal.common": [[5, 0, 1, "", "TimeDate"], [5, 4, 1, "", "check_timestamps"], [5, 4, 1, "", "drycal_table"], [5, 4, 1, "", "rtf"], [5, 4, 1, "", "sep"]], "yadg.extractors.drycal.common.TimeDate": [[5, 0, 1, "", "TimestampSpec"], [5, 1, 1, "", "date"], [5, 1, 1, "", "time"]], "yadg.extractors.drycal.common.TimeDate.TimestampSpec": [[5, 1, 1, "", "format"], [5, 1, 1, "", "index"]], "yadg.extractors.drycal.csv": [[5, 4, 1, "", "extract"]], "yadg.extractors.drycal.rtf": [[5, 4, 1, "", "extract"]], "yadg.extractors.drycal.txt": [[5, 4, 1, "", "extract"]], "yadg.extractors.eclab": [[7, 3, 0, "-", "common"], [6, 3, 0, "-", "mpr"], [6, 3, 0, "-", "mpt"]], "yadg.extractors.eclab.common": [[7, 3, 0, "-", "mpr_columns"], [7, 3, 0, "-", "mpt_columns"], [7, 3, 0, "-", "techniques"]], "yadg.extractors.eclab.common.techniques": [[7, 4, 1, "", "get_resolution"], [7, 4, 1, "", "param_from_key"]], "yadg.extractors.eclab.mpr": [[6, 4, 1, "", "extract"], [6, 4, 1, "", "parse_columns"], [6, 4, 1, "", "process_data"], [6, 4, 1, "", "process_ext"], [6, 4, 1, "", "process_log"], [6, 4, 1, "", "process_loop"], [6, 4, 1, "", "process_modules"], [6, 4, 1, "", "process_settings"]], "yadg.extractors.eclab.mpt": [[6, 4, 1, "", "extract"], [6, 4, 1, "", "process_data"], [6, 4, 1, "", "process_header"], [6, 4, 1, "", "process_params"], [6, 4, 1, "", "process_settings"]], "yadg.extractors.empalc": [[8, 3, 0, "-", "csv"], [8, 3, 0, "-", "xlsx"]], "yadg.extractors.empalc.csv": [[8, 4, 1, "", "extract"]], "yadg.extractors.empalc.xlsx": [[8, 4, 1, "", "extract"]], "yadg.extractors.example": [[9, 4, 1, "", "extract"]], "yadg.extractors.ezchrom": [[10, 3, 0, "-", "asc"], [10, 3, 0, "-", "dat"]], "yadg.extractors.ezchrom.asc": [[10, 4, 1, "", "extract"]], "yadg.extractors.ezchrom.dat": [[10, 4, 1, "", "extract"]], "yadg.extractors.fhimcpt": [[11, 3, 0, "-", "csv"], [11, 3, 0, "-", "vna"]], "yadg.extractors.fhimcpt.csv": [[11, 4, 1, "", "extract"]], "yadg.extractors.fhimcpt.vna": [[11, 4, 1, "", "extract"]], "yadg.extractors.fusion": [[12, 3, 0, "-", "csv"], [12, 3, 0, "-", "json"], [12, 3, 0, "-", "zip"]], "yadg.extractors.fusion.csv": [[12, 4, 1, "", "extract"]], "yadg.extractors.fusion.json": [[12, 4, 1, "", "chromdata"], [12, 4, 1, "", "chromtrace"], [12, 4, 1, "", "extract"]], "yadg.extractors.fusion.zip": [[12, 4, 1, "", "extract"]], "yadg.extractors.panalytical": [[13, 3, 0, "-", "common"], [13, 3, 0, "-", "csv"], [13, 3, 0, "-", "xrdml"], [13, 3, 0, "-", "xy"]], "yadg.extractors.panalytical.common": [[13, 4, 1, "", "panalytical_comment"], [13, 4, 1, "", "snake_case"]], "yadg.extractors.panalytical.csv": [[13, 4, 1, "", "extract"]], "yadg.extractors.panalytical.xrdml": [[13, 4, 1, "", "etree_to_dict"], [13, 4, 1, "", "extract"]], "yadg.extractors.panalytical.xy": [[13, 4, 1, "", "extract"]], "yadg.extractors.phi": [[14, 3, 0, "-", "spe"]], "yadg.extractors.phi.spe": [[14, 4, 1, "", "camel_to_snake"], [14, 4, 1, "", "extract"]], "yadg.extractors.quadstar": [[15, 3, 0, "-", "sac"]], "yadg.extractors.quadstar.sac": [[15, 4, 1, "", "extract"]], "yadg.extractors.tomato": [[16, 3, 0, "-", "json"]], "yadg.extractors.tomato.json": [[16, 4, 1, "", "biologic_tomato_json"], [16, 4, 1, "", "dummy_tomato_json"], [16, 4, 1, "", "extract"]], "yadg.extractors.touchstone": [[17, 3, 0, "-", "snp"]], "yadg.extractors.touchstone.snp": [[17, 4, 1, "", "attr_in_lines"], [17, 4, 1, "", "data_to_dataset"], [17, 4, 1, "", "extract"], [17, 4, 1, "", "process_comments"], [17, 4, 1, "", "process_filename"], [17, 4, 1, "", "process_options"]], "yadg.main": [[0, 4, 1, "", "run_with_arguments"], [0, 4, 1, "", "set_loglevel"]], "yadg.subcommands": [[0, 4, 1, "", "extract"], [0, 4, 1, "", "preset"], [0, 4, 1, "", "process"], [0, 4, 1, "", "update"]]}, "objnames": {"0": ["py", "pydantic_model", "Python model"], "1": ["py", "pydantic_field", "Python field"], "2": ["py", "pydantic_validator", "Python validator"], "3": ["py", "module", "Python module"], "4": ["py", "function", "Python function"]}, "objtypes": {"0": "py:pydantic_model", "1": "py:pydantic_field", "2": "py:pydantic_validator", "3": "py:module", "4": "py:function"}, "terms": {"": [0, 1, 2, 4, 6, 10, 11, 13, 14, 21, 22, 27, 28, 29, 30, 31, 33], "0": [1, 3, 4, 5, 6, 9, 10, 11, 12, 13, 14, 15, 16, 21, 23, 24, 25, 26, 33], "00": 1, "0015": 16, "004": 16, "02": 1, "04166": 18, "08": 6, "0x": 6, "0x00": 15, "0x0000": [3, 6, 14], "0x0004": [6, 14], "0x0005": 6, "0x0007": 6, "0x0008": 14, "0x0009": 6, "0x000a": 6, "0x000c": 14, "0x0010": 14, "0x0014": 14, "0x0018": 14, "0x001c": 14, "0x0020": 14, "0x0023": 6, "0x0024": 14, "0x0027": 6, "0x0028": 14, "0x002b": 6, "0x002c": 14, "0x0030": 14, "0x0034": [6, 14], "0x0038": 14, "0x003c": 14, "0x0040": 14, "0x0044": 14, "0x0048": 14, "0x004c": 14, "0x0050": 14, "0x0054": 14, "0x0058": 14, "0x005c": 14, "0x00ab": 6, "0x0107": 6, "0x0108": 3, "0x010b": 6, "0x010f": 6, "0x0113": 6, "0x0117": 6, "0x011a": 3, "0x011b": 6, "0x011e": [3, 6], "0x0195": 6, "0x0196": 6, "0x01c0": 6, "0x01f8": 6, "0x01fc": 6, "0x02": 15, "0x0211": 6, "0x0215": 6, "0x0249": 6, "0x024c": 6, "0x0251": 6, "0x025c": 6, "0x0260": 6, "0x0351": 6, "0x035a": 3, "0x0384": 6, "0x03b7": 6, "0x03be": 6, "0x03c5": 6, "0x03cf": 6, "0x04": 15, "0x0559": 3, "0x0572": 6, "0x06": 15, "0x07": 15, "0x0758": 3, "0x08": 15, "0x09": 15, "0x0922": 6, "0x0957": 3, "0x09bc": 3, "0x09e5": 3, "0x0a": 15, "0x0a0e": 3, "0x0b": 15, "0x0c": 15, "0x0d": 15, "0x0f": 15, "0x104c": 3, "0x1075": 3, "0x11": 15, "0x1274": 3, "0x127c": 3, "0x1845": 6, "0x1846": 6, "0x1847": 6, "0x1849": 6, "0x1d": 15, "0x2a": 15, "0x38": 15, "0x64": 15, "0x68": 15, "0x6a": 15, "0x6e": 15, "0x7a": 15, "0x7e": 15, "0x80": 15, "0x81": 15, "0x85": 15, "0xc2": 15, "0xc6": 15, "0xc8": 15, "0xc9": 15, "0xcd": 15, "1": [1, 3, 6, 10, 13, 17, 18, 31], "10": [6, 18, 27, 33], "100": [27, 33], "10016477": [27, 33], "10076823": 13, "10222705": [27, 33], "1039": 18, "1176023": [13, 14], "12": [1, 6, 14], "1250": 14, "1252": [1, 6, 10], "13": [1, 14], "130": [27, 33], "137": 15, "160000": 14, "161": 14, "179": [3, 10], "1899": 1, "19": 1, "2": [1, 6, 8, 13, 14, 16, 17, 32, 33], "20030905": 1, "2020": [22, 27, 29, 30, 31], "2021": 1, "2022": 18, "2030": [22, 27, 29, 30, 31], "21": 6, "21105": 18, "241": 18, "25": [27, 33], "29": 14, "2\u03b8": 13, "3": [1, 6, 7, 11, 21, 23, 25], "30": 1, "31": 1, "32bit": 14, "35": 14, "4": [1, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 21, 23, 25, 32], "4166": 18, "42653": 1, "45": 1, "490703766": 22, "5": [1, 4, 10, 14, 17, 21, 23, 24, 25, 26], "50": 15, "512": 3, "5281": [27, 33], "6": [15, 21], "675": 14, "680": 14, "695": 14, "7": 18, "7339709": [27, 33], "75": 16, "76": 16, "7850136": [27, 33], "8": 26, "80": 19, "8601": 1, "88": 19, "9": [14, 15], "957189": [22, 27, 29, 30, 31], "A": [0, 1, 2, 4, 6, 7, 8, 11, 13, 18, 21, 24, 25, 26, 27, 29], "As": [1, 11, 12, 13, 16, 23, 25, 26, 27, 33], "At": 6, "By": [1, 4, 21], "For": [0, 2, 21, 22, 26], "IN": [27, 33], "IT": 3, "If": [0, 1, 6, 7, 10, 13, 18, 19, 21, 26, 27, 32], "In": [2, 6, 17, 21, 23, 25, 26], "It": [3, 8, 9, 10, 18, 23, 25], "No": [4, 9, 10, 11, 12, 13, 16, 27, 29, 30, 31], "Not": 15, "One": [11, 21, 24, 25], "That": 21, "The": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16, 17, 19, 21, 22, 23, 24, 25, 26, 27, 29, 30, 31, 32, 33], "There": [15, 26], "These": [6, 11, 13, 14], "To": [16, 26], "With": [1, 13], "_": [27, 33], "_pulserside_30k_3g": [27, 33], "_std_err": [21, 23, 25], "abil": [27, 30, 32], "about": [6, 11, 13, 14, 17, 22, 24, 25, 26], "abov": [1, 26], "absolut": [0, 19], "accept": 1, "accompani": 21, "accord": [1, 23, 25, 26], "accuraci": [7, 21, 27, 29], "acquisit": 6, "acquisition_start": 6, "activ": [6, 24, 25], "active_material_mass": 6, "actual": [6, 14], "ad": [1, 19, 27, 30, 32, 33], "adapt": [3, 6], "add": 1, "addit": [19, 27, 29, 30, 31], "addition": [0, 14, 21, 23, 25], "address": 6, "after": [6, 14, 16], "again": 14, "against": [27, 33], "agil": [0, 2, 8, 10, 11, 27, 29, 32], "agilent_ch": [2, 3], "agilent_csv": [2, 3], "agilent_dx": [2, 3], "agreement": [22, 27, 29, 30, 31], "aim": 22, "algorithm": 0, "alkan": 11, "all": [0, 3, 5, 6, 9, 13, 14, 16, 17, 19, 21, 23, 24, 25, 26, 27, 29, 32], "allow": [1, 4, 9, 21, 22, 23, 25, 27, 31], "alreadi": [27, 30], "also": [6, 7, 12, 17, 22, 23, 25, 27, 33], "altern": [0, 4, 26], "alwai": [1, 5, 11], "an": [0, 1, 6, 9, 10, 11, 13, 14, 16, 17, 21, 23, 24, 25, 26, 27, 29, 30, 31, 32], "analog": [15, 27, 33], "analys": [8, 17], "ancillari": [21, 23, 25, 27, 33], "ancillary_vari": [21, 23, 25], "angl": [13, 17], "ani": [1, 3, 4, 5, 6, 17], "annot": [21, 22, 23, 25, 26, 27, 33], "anoth": [18, 21], "api": 26, "append": 3, "append_dict": [0, 1], "appli": [8, 16, 24, 25, 27, 30], "applic": [19, 27, 29], "ar": [1, 3, 5, 6, 7, 10, 11, 12, 13, 14, 15, 16, 17, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33], "archiv": [0, 3, 12, 26, 27, 29, 30], "area": [6, 8, 12, 14, 27, 30], "arg": 1, "argument": [0, 26, 27, 33], "around": [1, 27, 30], "arrai": [1, 3, 11], "asahi": [27, 33], "asc": [0, 2, 27, 33], "ascii": [6, 10, 14, 27, 28], "assign": [27, 33], "associ": [1, 13, 19, 21, 23, 25], "asstr": 1, "assum": [1, 2, 10, 16, 26], "aston": 3, "at_x": 6, "atom": 6, "atomic_numb": 14, "atomic_weight": 6, "attempt": [0, 1, 4, 21], "attr": [17, 21], "attr_in_lin": [2, 17], "attribut": [13, 23, 25, 26], "audotoc": 19, "author": [3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "autom": [1, 18], "automat": [27, 32], "avail": [3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 21, 24, 25, 27, 30, 31, 32], "averag": [5, 6, 11], "averaging_point": 6, "avg": 5, "avoid": [21, 23, 25], "awar": [27, 33], "axi": [3, 10], "babel": [21, 27, 33], "back": [4, 7, 11, 23, 25], "backward": [27, 31, 32], "bandwidth": 11, "bar": [1, 24, 25], "base": [1, 5, 6, 7, 13, 15, 21, 27, 30], "basemodel": [1, 4, 5, 9, 11], "basic": [0, 1, 2, 13], "basic_csv": [2, 4], "basiccsv": [24, 25, 27, 29, 31], "bat": [6, 7], "battaglia": 18, "batteri": [6, 22, 27, 29, 30, 31], "battery_capac": 6, "battery_capacity_unit": 6, "been": [15, 16, 18, 26, 27, 29, 32, 33], "behaviour": 1, "being": [1, 18], "bellini": 18, "below": [6, 15, 16, 17], "benefit": 1, "berlin": [11, 18, 27, 28, 32, 33], "better": 14, "between": [3, 6, 7, 10, 19, 21, 23, 25, 26], "binari": [3, 6, 10, 14, 19, 27, 29], "bind": 14, "binder": 26, "bio": 6, "biolog": [0, 2, 16, 27, 29, 32], "biologic_tomato_json": [2, 16], "bitmask": 6, "bool": [0, 1, 7], "bool_01": 14, "bool_02": 14, "bool_03": 14, "bool_04": 14, "bool_05": 14, "both": [1, 6, 12, 16, 21], "broken": [27, 32], "btool": 0, "bubek": 15, "buffer": 1, "bug": [27, 29, 30, 31, 32, 33], "build": 6, "built": [1, 27, 33], "bunch": 26, "byte": [1, 6, 14, 15], "c": [1, 6, 15, 18], "ca": [6, 7], "cable_3_5mm_1n_type_connector": [27, 33], "calcul": [3, 4, 6, 24, 25], "calib_3to4": [0, 1], "calibr": [8, 11, 12, 23, 25, 27, 29, 31], "call": [2, 5, 22, 26, 27, 33], "callabl": [0, 1, 4], "caltyp": 1, "camel_to_snak": [2, 14], "camelcas": [13, 14], "can": [0, 1, 2, 4, 6, 14, 17, 19, 21, 22, 24, 25, 26, 27, 32, 33], "cannot": [6, 27, 32], "capac": 6, "care": 22, "carri": [27, 30], "case": [0, 2, 4, 6, 7, 13, 17, 18, 21], "catalyt": [24, 25], "caution": 1, "caviti": 11, "ce": 16, "cell": [4, 6, 27, 31], "certain": [1, 7], "cf": [21, 23, 25], "ch": [0, 2, 10, 27, 29, 32], "chang": [16, 27, 31, 32, 33], "channel": 6, "channel_numb": 6, "channel_sn": 6, "charact": [1, 4, 19, 23, 25, 27, 31], "characterist": 6, "characteristic_mass": 6, "check": [0, 27, 33], "check_timestamp": [2, 5], "checksum": 26, "chemstat": 3, "choic": 0, "chri": 6, "chrom": 10, "chromatogram": [0, 2], "chromatograph": [3, 10, 12, 24, 25, 27, 31], "chromatographi": [8, 23, 25, 27, 29, 31], "chromatrographi": [27, 28], "chromdata": [2, 12, 27, 31], "chromtab": [3, 27, 28], "chromtrac": [2, 12, 24, 25, 27, 29, 30, 31, 32], "chronoamperometri": [6, 7], "chronocoulometri": [6, 7], "chronopotentiometri": [6, 7], "ci": [27, 29], "circl": [27, 28], "circuit": [6, 7], "circumst": 17, "civilian": 6, "class": [21, 24, 25, 27, 32], "clear": [23, 25], "cm": [27, 33], "co": 11, "co2": 11, "co_co2": 11, "code": [1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 27, 29, 33], "coeffici": [11, 27, 31], "column": [1, 4, 6, 11, 21, 27, 31, 33], "column_id": 6, "com": [1, 6, 13, 14], "combin": [1, 14, 22], "come": [23, 25], "command": [6, 23, 25], "comment": [6, 13, 15, 17], "commit": 19, "common": [0, 2, 6, 19], "compat": [1, 26], "compens": [6, 7], "complet": [1, 6, 27, 29], "complete_timestamp": [0, 1, 21], "complete_ut": [0, 1], "complex": [11, 27, 29], "compli": 0, "compliant": [27, 30], "compos": [17, 23, 25], "compress": 0, "comput": 1, "conc": 12, "concat": [18, 27, 33], "concaten": 1, "concentr": [8, 12, 27, 30], "concept": 26, "concern": 6, "concurr": [24, 25], "condit": 13, "conduct": 18, "config": [1, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "configur": [0, 22], "conform": [1, 17], "consecut": 3, "consequ": 13, "consid": 4, "consist": [1, 3, 23, 25, 26, 27, 29, 33], "constant": [13, 14, 16], "contact": 13, "contactless": 18, "contain": [1, 3, 4, 6, 7, 8, 10, 11, 12, 13, 14, 16, 19, 21, 23, 24, 25, 26, 27, 28, 33], "content": [0, 6, 23, 25, 26], "contribut": 15, "control": [6, 24, 25], "conveni": 1, "convent": [21, 23, 25], "convers": [1, 8, 15, 17, 18, 24, 25], "convert": [0, 1, 7, 13, 14, 21], "cool": 11, "coord": [3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 23, 25, 26], "coordin": 26, "copi": [16, 23, 25], "correctli": [27, 33], "correspond": [1, 4, 5, 6, 7, 13, 14, 16, 21, 23, 25, 26], "count": [1, 13, 14], "counter": [6, 16], "counting_tim": 13, "countri": [27, 33], "cp": [6, 7], "creat": [0, 1, 10, 11, 17, 23, 25, 26, 27, 31], "creation": [23, 25], "cross": [1, 21, 27, 33], "csv": [0, 1, 2, 24, 25], "ctime": 1, "ctrl": 6, "current": [0, 1, 3, 6, 7, 9, 10, 12, 13, 14, 16, 17, 18, 24, 25, 26, 27, 29], "curv": [23, 25], "custom": [8, 11], "cv": [6, 7], "cycl": [6, 7, 11, 16, 27, 30], "cycler": [27, 29], "cyclic": [6, 7], "d": [1, 11, 26], "d1dd00029b": 18, "dai": [1, 15], "dat": [0, 2, 27, 33], "data": [0, 1, 2, 3, 10, 12, 16, 17, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33], "data_dtyp": [3, 14], "data_format": 15, "data_header_s": 14, "data_index": 15, "data_posit": 15, "data_rang": 15, "data_to_dataset": [2, 17], "data_v": [23, 25], "data_var": [3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 26], "dataarrai": 21, "datafil": [3, 8], "datagram": [0, 1, 18, 26, 27, 29, 30, 31, 32], "datalin": 6, "datapoint": [3, 6, 10, 13, 14, 15, 21, 23, 25], "dataschema": [0, 1, 2, 19, 22, 23, 27, 30, 32, 33], "dataschema_4_0": [24, 25], "dataschema_4_1": [24, 25], "dataschema_4_2": [24, 25], "dataschema_5_0": [1, 24, 25], "dataschema_5_1": [3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "dataset": [0, 1, 2, 4, 5, 6, 8, 9, 11, 12, 13, 16, 17, 22, 23, 25, 26], "datatre": [0, 1, 2, 3, 5, 9, 10, 11, 12, 14, 15, 17, 21, 22, 23, 25, 27, 32], "datatyp": 1, "date": [1, 2, 5, 6, 21], "datecolumn": [1, 4], "datefunc": [1, 4], "datetim": 1, "dateutil": [0, 4], "de": [27, 32, 33], "de_ch": [21, 27, 33], "decemb": 1, "decim": [21, 26], "decis": [27, 28], "decod": 1, "deduc": [1, 4, 10, 27, 29], "default": [0, 1, 4, 6, 21, 26, 27, 29, 31], "defend": 5, "defin": [1, 3, 7, 9, 17, 21, 24, 25, 26], "definit": 1, "deg": 1, "degc": 1, "delimit": [14, 17], "delta": 0, "denot": [17, 23, 25], "depend": [6, 23, 25], "depin": 1, "depout": 1, "deprec": [0, 1, 11, 21, 27, 31, 32], "deriv": [3, 5, 10, 12, 21, 23, 25, 27, 29, 30, 31], "describ": [6, 16, 19, 27, 28], "descript": [3, 6, 8, 13, 14, 19, 26], "design": [11, 23, 25, 27, 28], "despit": [24, 25], "desrib": 1, "detail": 22, "detect": [27, 30], "detector": [3, 10], "detector_index": 10, "detector_nam": [3, 12], "detector_trac": 10, "determin": [1, 7, 14, 16, 17, 21, 22], "dev": [1, 4], "devblog": 1, "develop": [18, 21, 27, 28, 29, 30, 31, 32, 33], "devic": [5, 6, 8, 16, 17, 24, 25], "device_r_": [27, 33], "device_sn": 6, "dfg": 22, "dgbowl": [6, 14], "dgbowl_schema": [1, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 21, 24, 25, 27, 30], "dgpost": [22, 27, 31, 32], "dgutil": [0, 4, 21], "dict": [0, 1, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "dictionari": [3, 4, 6, 13, 19], "dicts_to_dataset": [0, 1], "differ": [7, 23, 25], "diffracted_beam_path": 13, "diffractogram": 13, "digit": [15, 18, 21], "dim": 26, "dimens": [1, 26], "dimensionless": [1, 21], "direct": 26, "directli": [0, 23, 25, 27, 30], "directori": 10, "discard": 13, "discourag": 12, "discoveri": 18, "discuss": [16, 19], "do": [6, 16], "docstr": 19, "document": [24, 25, 26, 27, 29], "doe": [1, 13, 21], "doi": [18, 27, 33], "done": [1, 5, 6, 14], "down": 6, "dr": 15, "driver": [11, 16], "drop": 6, "drycal": [0, 2, 27, 31], "drycal_csv": [2, 5], "drycal_rtf": [2, 5], "drycal_t": [2, 5], "drycal_txt": [2, 5], "dsutil": 0, "dtype": [1, 6, 26], "due": 26, "dummi": [16, 27, 30], "dummy_tomato_json": [2, 16], "duti": 11, "dwell": 14, "dwell_tim": 14, "dx": [0, 2, 27, 29, 32], "d\u00fcbendorf": [18, 27, 29, 30, 31, 32], "e": [3, 4, 6, 7, 11, 13, 14, 15, 16, 17, 18, 21, 23, 25, 26, 27, 33], "e_": 16, "e_pass": 14, "e_transf": 6, "each": [3, 4, 6, 10, 14, 16, 19, 21, 23, 25], "easili": 21, "ec": [6, 16, 27, 29], "ec_lab_vers": 6, "eclab": [0, 2, 27, 33], "eclab_mpr": [2, 6], "eclab_mpt": [2, 6], "eclabtechniqu": 6, "eg": 1, "either": [1, 2, 6, 15, 21], "elaps": 6, "electrochem": [6, 7, 27, 30, 31, 32], "electrochemistri": [23, 25, 27, 29, 32], "electrod": [6, 16], "electrode_area": 6, "electrode_materi": 6, "electrolyt": 6, "element": [1, 4, 13], "elementtre": 13, "elimin": [27, 33], "elut": [3, 10, 12], "elution_tim": [3, 10, 12], "emmi": 22, "empa": [0, 2, 18, 27, 29, 30, 31, 32], "empalc": [0, 2], "empalc_csv": [2, 8], "empalc_xlsx": [2, 8], "empti": [4, 6, 27, 31], "en_gb": [4, 21], "en_u": [21, 27, 33], "enabl": 1, "encod": [1, 2, 3, 4, 5, 6, 8, 10, 11, 12, 13, 17, 26], "end": [3, 13, 14], "end_of_data": 14, "energi": [8, 14, 18, 24, 25, 27, 33], "enforc": [21, 27, 29], "engin": 15, "ensur": [1, 5, 21], "enter": 1, "entir": [6, 15], "entri": [1, 6, 7, 14, 21, 23, 25, 27, 31], "environ": 21, "eofh": 14, "equival": 14, "erang": [6, 7], "error": [1, 16, 21, 26, 27, 33], "especi": 26, "estim": 21, "etc": [1, 6, 17, 19, 21], "etre": 13, "etree_to_dict": [2, 13], "european": [22, 27, 29, 30, 31], "everi": [3, 12, 15, 19, 27, 30], "everyth": 15, "ew": [6, 16], "ewe_ctrl_max": 6, "ewe_ctrl_min": 6, "exampl": [0, 2, 21, 24, 25, 26, 27, 32], "except": 13, "execut": [0, 19, 23, 25], "exist": [0, 1], "expand": 3, "expect": 6, "experi": [6, 8, 13, 16, 18, 24, 25, 26, 27, 31], "experiment": [21, 22, 24, 25, 26], "explicitli": 6, "export": [0, 5, 6, 8, 10, 12, 13, 23, 25, 27, 28], "expos": [1, 19, 21], "express": 18, "extdev": [6, 27, 30], "extend": [1, 18], "extern": [1, 5, 6, 11, 21, 27, 29], "externald": [1, 27, 29], "externaldatefil": 1, "externaldatefilenam": 1, "externaldateisostr": 1, "externaldateutsoffset": 1, "extra": [1, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 27, 31], "extract": [0, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 22, 27, 32, 33], "extractor": [0, 1, 9, 19, 22, 24, 25, 27, 32, 33], "ezchrom": [0, 2, 27, 28, 33], "ezchrom_asc": [2, 10], "ezchrom_dat": [2, 10], "f": [11, 21, 23, 25], "f1": 14, "f4": 14, "f8": [3, 14], "factor": [27, 28], "fair": [23, 25, 26], "fairli": 19, "fallback": 21, "fals": [0, 1], "far": 14, "fashion": [27, 29], "favour": [27, 31, 33], "featur": [26, 27, 28, 29, 30, 31, 32, 33], "fhi": [0, 2], "fhi_csv": [2, 11], "fhi_vna": [2, 11], "fhimcpt": [0, 2], "field": [1, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 23, 25], "fig8_": [27, 33], "figur": 13, "file": [0, 1, 2, 4, 5, 7, 8, 11, 12, 19, 21, 22, 23, 24, 25, 26, 27, 29, 30, 32, 33], "file_head": 14, "filenam": [1, 6, 17, 26], "filetyp": [0, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 23, 24, 25, 26, 27, 30, 31, 32], "fill": 4, "filter": 11, "final": 26, "find": [0, 18, 27, 32], "finish": 16, "firmwar": 6, "first": [0, 1, 4, 5, 6, 10, 16, 17, 18, 27, 28, 33], "first_mass": 15, "fit": [6, 27, 28], "fix": [27, 29, 30, 31, 32, 33], "flag": 6, "float": [1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 21, 23, 25], "flow": [5, 11, 24, 25, 27, 28, 31], "flowdata": [27, 31], "flush": 11, "fn": [1, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "focus": [27, 31], "folder": [0, 1, 19, 24, 25, 26], "follow": [0, 1, 3, 5, 6, 8, 10, 12, 13, 14, 16, 17, 19, 21, 22, 23, 24, 25, 26, 27, 32, 33], "foo": [24, 25], "forbid": [1, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "form": [8, 13, 26], "format": [1, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 15, 21, 23, 25, 27, 28, 29, 30, 32], "former": [1, 13], "forward": [23, 25], "found": [6, 14, 24, 25, 26], "four": [16, 17], "fraction": [1, 12], "free": [8, 13], "freq": [7, 11], "frequenc": [11, 17], "fritz": [27, 28], "from": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 21, 22, 24, 25, 27, 29, 30, 31, 32, 33], "frombuff": 1, "fsr": 15, "fu": [11, 27, 33], "full": [1, 6, 15], "fulldat": 1, "fulli": 26, "function": [0, 1, 2, 4, 5, 7, 8, 9, 10, 19, 21, 24, 25, 26, 27, 28, 29, 31, 32, 33], "fund": [22, 27, 29, 30, 31], "further": [3, 15, 24, 25], "fusion": [0, 2, 24, 25, 27, 29, 30, 32], "fusion_csv": [2, 12], "fusion_json": [2, 12], "fusion_zip": [2, 12], "futur": [22, 27, 29, 30, 31], "fval": 1, "g": [6, 11, 18, 21, 23, 25, 26, 27, 33], "ga": [24, 25, 27, 28], "galvani": 6, "galvano": [6, 7], "galvanostat": [6, 7], "gamma": 11, "gc": [24, 25], "gcpl": [6, 7], "gctrace": [27, 28, 29], "gei": [6, 7, 27, 29, 30, 31], "gener": [1, 3, 4, 5, 6, 7, 8, 10, 11, 14, 16, 22, 23, 25, 26, 27, 29], "germani": 18, "get": 26, "get_resolut": [6, 7], "get_yadg_metadata": [0, 1], "github": [6, 14, 27, 32], "given": [0, 1, 4, 5, 14], "goal": [24, 25], "grant": [22, 27, 29, 30, 31], "greatest": 1, "group": [11, 14], "guarante": 3, "guess": 6, "h": [1, 11, 18], "ha": [0, 1, 2, 5, 15, 16, 18, 19, 22, 26, 27, 29, 30, 31, 32, 33], "haber": [27, 28], "hack": 21, "hand": 1, "handi": 1, "handl": [1, 4, 5, 6, 8, 10, 11, 13, 27, 30, 31, 32], "handler": 10, "happen": 16, "hard": [7, 11], "have": [1, 2, 6, 10, 11, 13, 17, 19, 24, 25, 26], "header": [1, 3, 4, 5, 6, 10, 11, 13, 14, 15, 17, 27, 31, 33], "headerlin": 6, "heater": 11, "height": [8, 12, 27, 30], "help": 14, "helper": 0, "here": [1, 2, 6, 7, 13, 23, 25], "high": 11, "higher": 21, "highlight": [27, 33], "horizon": [22, 27, 29, 30, 31], "host": 6, "hour": [1, 15, 21], "hous": [27, 28, 30], "how": 1, "howev": [7, 16, 21], "http": [1, 6, 13, 14, 18, 27, 33], "hu": [27, 33], "human": 6, "i": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33], "id": [3, 6, 14, 22], "idea": [27, 28], "ideal": [27, 33], "ignor": 3, "ignore_merge_error": 0, "igor": 14, "im": 11, "imag": 17, "imaginari": 11, "imagunari": 17, "immedi": 26, "imped": [6, 7, 27, 29], "implement": [6, 21, 24, 25, 26, 27, 32], "impli": 18, "import": [13, 14, 19], "importagil": 3, "improp": 26, "improv": [27, 29], "incident_beam_path": 13, "includ": [1, 3, 5, 6, 10, 11, 12, 19, 21, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33], "incom": 21, "incompat": [27, 31, 32], "incorrect": [26, 27, 33], "increas": 5, "index": [5, 6, 11, 16], "indic": [1, 4], "individu": [1, 2, 23, 25, 27, 32], "inf": [27, 30], "infer": [17, 21], "infer_extractor": 0, "infer_timestamp_from": [0, 1, 4], "inficon": 12, "infil": [0, 26], "inflect": [27, 30], "info": [6, 15], "info_posit": 15, "inform": [1, 3, 5, 6, 8, 11, 13, 16, 17, 21, 23, 24, 25, 26], "infrom": 6, "initi": [22, 27, 29, 30, 31], "inlet": [3, 11, 24, 25], "innov": [27, 29, 30, 31], "input": [1, 13, 14, 19, 24, 25, 26, 27, 30], "instal": 26, "instantan": [6, 16], "instead": [6, 12, 13, 26, 27, 32, 33], "institut": [27, 28], "instruct": [1, 22], "instrument": [3, 11, 21, 22, 23, 25], "int": [0, 1, 4, 5, 6, 7], "int_02": 14, "int_05": 14, "int_06": 14, "int_07": 14, "int_10": 14, "int_11": 14, "intefac": [27, 32], "integ": 13, "integr": [8, 12, 27, 28, 29, 30, 31], "intend": 26, "intens": 13, "interact": 26, "intercal": 6, "intercept": 3, "interfac": [1, 11, 21, 27, 29], "internet": 6, "interpol": 13, "interpreter_vers": 6, "interpretor": 6, "introduc": [18, 26], "invalid": 16, "invent": [22, 27, 29, 30, 31], "invok": 26, "involv": [23, 25], "ion": 6, "ip": 6, "ir": [6, 7], "irang": [6, 7], "iso": 1, "iso8601": [23, 25], "issu": [6, 10, 14, 17, 22, 27, 32], "item": [1, 4], "iter": 1, "its": [0, 7, 10, 11, 19, 21, 23, 25, 26, 27, 32], "j": [27, 33], "jjweimer": 14, "jona": 6, "joss": [18, 27, 29], "journal": 18, "jsdata": [12, 16], "json": [0, 1, 2, 9, 24, 25, 26, 27, 29, 30, 32], "jupyt": 26, "just": [0, 1, 13, 26, 27, 33], "kajfez": [27, 28], "keep": 22, "kei": [1, 7, 9, 13, 17, 27, 30], "kerr": 6, "keypair": 4, "keyword": [1, 6], "kind": 21, "known": [0, 21], "krau": [3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 16, 17, 18, 22], "kraus2022a": [18, 27, 28], "kraus2022b": [18, 22, 27, 29], "krieger": 6, "kwarg": [0, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "l": 11, "lab": [6, 8, 18, 27, 29, 33], "label": [27, 33], "labview": 11, "larg": [22, 27, 29, 30, 31], "last": [1, 6, 21], "later": 14, "latest": [1, 26, 27, 32], "latter": 13, "launch": 0, "layout": 6, "lc": [0, 2, 26], "lc_numer": 21, "lead": 26, "least": [27, 33], "left": 26, "legaci": 11, "len": 1, "length": [1, 3, 4, 6, 14, 19], "letter": [27, 33], "level": [1, 6, 23, 25], "li": 1, "librari": [10, 13, 21], "like": [1, 6, 14, 26], "limit": [6, 7, 15, 26], "line": [4, 5, 6, 13, 17, 19, 27, 33], "linear": [6, 7, 13], "linearli": [13, 14], "link": [21, 23, 25, 26], "lint": 19, "liquid": 8, "list": [1, 4, 5, 6, 17, 22, 26], "liter": [1, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "load": 1, "local": [2, 4, 6, 26, 27, 32, 33], "localhost": 26, "localiz": 21, "localtim": 26, "locat": [0, 1, 19, 26], "lockstep": 21, "log": [6, 11], "logger": [27, 28], "logic": 6, "long": 4, "long_nam": 6, "longer": [6, 27, 29, 31, 32], "longest": 3, "look": 14, "loop": [6, 7, 16], "lorentzian": [27, 28], "low": 11, "lsv": [6, 7], "m": [0, 1, 2, 3, 11], "made": [1, 6], "magic": [3, 6], "magic_valu": 3, "magnitud": 17, "mai": [3, 6, 16, 19, 21, 23, 24, 25, 26], "main": [1, 4, 26], "mainli": [9, 16], "maintain": [27, 33], "major": [27, 28, 29], "make": [27, 33], "mani": [6, 21], "manual": [16, 24, 25], "map": [1, 4, 6, 7, 14, 23, 25], "marda": [22, 26, 27, 32], "mass": [6, 27, 29], "mass_to_charg": 15, "masstrac": [27, 29], "match": 1, "materi": [6, 8, 18, 27, 29, 30, 31], "matrix": [27, 29], "max": 6, "maximum": [3, 8, 12, 16], "mb": [6, 7, 27, 29, 32], "mcpt": [0, 2, 27, 28], "mean": [1, 16, 21, 27, 33], "meascsv": [27, 28], "measur": [1, 5, 11, 13, 16, 18, 21, 23, 24, 25, 27, 28, 29], "mechan": 1, "member": 6, "memori": [23, 25], "mention": 12, "merg": 1, "merge_dicttre": [0, 1], "mesalab": [0, 2], "meta": [0, 1, 26, 27, 32], "meta_onli": 0, "metadata": [0, 1, 2, 21, 22, 23, 24, 25, 27, 30, 31, 32], "meter": [5, 11, 24, 25], "method": [2, 3, 10, 12, 27, 28, 29], "mfc": 11, "microsoft": [1, 6], "midnight": 1, "might": [16, 26], "migrat": [27, 30], "min": [1, 6], "minimum": 3, "minor": [27, 29], "minu": 6, "minut": [1, 15, 21], "miss": [4, 5, 13], "mix": 11, "mode": 1, "model": [1, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 21, 24, 25, 27, 30], "modif": [27, 30], "modifi": [26, 27, 30, 31, 33], "modul": [2, 19, 24, 25, 26, 27, 30, 33], "modular": [6, 27, 29], "modulo": [6, 7], "mole": 12, "molecular": 6, "molecular_weight": 6, "monitor": [24, 25], "month": 15, "more": [1, 6, 21, 22, 23, 25, 26, 27, 30, 32, 33], "moritz": 15, "most": [6, 17, 21], "mpr": [0, 2, 7, 27, 29, 30, 32, 33], "mpr_column": [2, 6], "mpt": [0, 2, 7, 27, 29, 32, 33], "mpt_column": [2, 6], "mtime": [1, 6], "much": 15, "multipak": [14, 27, 29], "multipl": [3, 10, 19, 22, 24, 25, 27, 29], "multipli": 10, "must": [1, 4], "n": [6, 15, 18], "n2": 11, "n5320c": 11, "n_column": 6, "n_datapoint": [6, 15], "n_index": 6, "n_param": 6, "n_timestep": 15, "n_trace": 15, "naiv": [27, 28], "name": [3, 5, 6, 7, 8, 10, 11, 12, 14, 16, 19, 23, 25, 26, 27, 33], "nan": [3, 4, 27, 30], "natur": 21, "nb": 6, "nc": [0, 26, 27, 32], "need": [4, 10], "neighbor": 15, "neither": [18, 21], "netcdf": [0, 21, 22, 23, 25, 26, 27, 32], "network": 17, "new": [0, 1, 27, 29, 30, 31, 32, 33], "newer": [27, 31], "newest": 0, "newobj": 1, "nicola": [6, 13, 14, 15, 22], "node": [11, 13, 21, 23, 25], "noether": 22, "nois": 17, "nomin": 21, "non": [27, 30], "none": [0, 1, 2, 4, 5, 6, 9, 10, 11, 15, 24, 25], "nor": 18, "normal": [12, 21], "normalis": [12, 26], "note": [2, 11], "notebook": 26, "now": [0, 1, 11, 27, 28, 29, 30, 31, 32, 33], "np": [1, 4, 27, 29], "num_data_byt": 14, "num_datapoint": 14, "num_datapoints_tot": 14, "num_trac": 14, "number": [5, 6, 11, 13, 14, 16, 17, 21, 22, 27, 32], "numer": 26, "o2": 11, "object": [0, 1, 2, 24], "obtain": [1, 21, 27, 33], "obviou": 26, "occur": 1, "ocv": [6, 7], "off": 1, "offload": 26, "offset": [1, 3, 6, 14, 15], "often": 4, "ohm": 17, "ol": [1, 6, 10], "oldcal": 1, "older": [1, 27, 29], "oldnewth": 1, "oldschema": 1, "ole_timestamp": [1, 6], "ole_to_ut": [0, 1], "olefil": 10, "omega": 13, "one": [1, 6, 10, 14, 15, 21, 26], "ones": 1, "onli": [1, 3, 6, 7, 9, 10, 13, 14, 17, 27, 31, 32], "onlin": 8, "open": [6, 7, 10, 17, 18], "openlab": 3, "operando": 18, "oppos": [27, 31], "option": [0, 1, 4, 6, 9, 11, 17, 24, 25, 26, 27, 32], "org": [18, 27, 33], "organis": 26, "origin": [3, 8, 27, 33], "other": [1, 4, 10, 23, 25, 27, 29, 30, 33], "otherwis": [1, 6], "our": [18, 22], "out": [0, 23, 25, 27, 30], "outfil": [0, 26], "output": [0, 2, 7, 9, 24, 25, 27, 32], "over": 16, "overnight": [27, 31], "overrid": 1, "overview": 6, "p": [1, 18, 26, 27, 33], "pack": 6, "packag": [6, 9, 19, 21, 27, 28], "packwith": 0, "pad": [3, 6], "pair": 9, "panalyt": [0, 2, 27, 30], "panalytical_com": [2, 13], "panalytical_csv": [2, 13], "panalytical_xi": [2, 13], "panalytical_xrdml": [2, 13], "paper": 22, "param": [6, 7], "param_from_kei": [6, 7], "param_kei": 9, "param_map": 7, "paramet": [1, 2, 3, 4, 6, 9, 11, 13, 14, 17, 19, 24, 25, 27, 31, 32], "parameter_nam": 17, "parent": [23, 25], "pars": [1, 3, 5, 6, 12, 13, 16, 17, 21, 23, 25, 26, 27, 31, 32, 33], "parse_column": [2, 6], "parseddata": 1, "parser": [1, 3, 4, 11, 12, 13, 14, 15, 22, 23, 24, 25, 27, 29, 30, 31, 32, 33], "part": [1, 6, 11, 13, 14, 17, 22, 27, 29, 30, 31], "partial": [1, 27, 30], "particular": 10, "partli": 6, "pascal": [1, 6], "pascal_byt": 1, "pass": [1, 4, 26], "patch": 26, "path": [0, 1, 2, 3, 8, 26], "pathlib": 2, "pathwai": [1, 27, 29], "pattern": 26, "peak": [8, 12, 27, 30], "pei": [6, 7, 27, 29, 30, 31], "per": [6, 10, 11, 14], "perform": [27, 29], "perhap": 6, "permit": 1, "peter": [3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 16, 17, 22], "phase": [7, 17, 27, 28, 29], "phase_angl": 17, "phi": [0, 2, 27, 29], "phi_sp": [2, 14], "phisp": 14, "photoelectron": [27, 29], "pint": [1, 21, 27, 33], "pintutil": 0, "pkl": 1, "place": 19, "plain": [27, 32], "platform": 1, "pleas": [10, 13, 17, 18, 27, 32], "plug": 6, "pna": 11, "point": [1, 2, 6, 13, 15, 23, 25, 27, 30], "poll": 16, "popul": 4, "port": [6, 11, 17], "posit": [8, 12], "posix": 1, "possibl": [13, 21], "post": [5, 12, 13, 21, 27, 31, 32], "potenti": [6, 7, 16], "potentio": [6, 7], "potentiostat": [6, 7], "power": 21, "ppm": [1, 15], "pr": 19, "practic": 19, "precis": [17, 21], "prefer": 1, "prefix": [1, 13, 19], "prepar": 26, "prepend": 0, "present": [0, 1, 3, 6, 7, 11, 12, 13, 16, 23, 25, 27, 29, 30], "preset": [0, 1, 27, 29, 30], "pressur": [5, 11, 24, 25], "pretti": [14, 15], "previou": [6, 16, 18, 24, 25, 26], "previous": [18, 27, 29, 32], "prinz": 18, "prior": [27, 32], "pro": [0, 2], "proce": 0, "proces": [27, 33], "process": [0, 1, 4, 5, 6, 8, 10, 11, 12, 13, 14, 15, 21, 22, 23, 24, 25, 26, 27, 29, 30, 31, 32], "process_com": [2, 17], "process_data": [2, 6], "process_ext": [2, 6], "process_filenam": [2, 17], "process_head": [2, 6], "process_log": [2, 6], "process_loop": [2, 6], "process_modul": [2, 6], "process_opt": [2, 17], "process_param": [2, 6], "process_row": [2, 4, 27, 31], "process_schema": 0, "process_set": [2, 6], "produc": [8, 13, 27, 30], "product": 5, "programm": [22, 27, 29, 30, 31], "project": [6, 19, 22, 27, 29, 30, 31], "properli": [27, 30, 32], "properti": [7, 21], "proprietari": 3, "proven": [22, 23, 24, 25, 26], "provid": [0, 2, 3, 4, 6, 9, 12, 17, 19, 21, 26, 27, 33], "publish": [27, 29], "purpos": [1, 26], "put": 6, "py": 19, "pydant": [1, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 21, 24, 25, 27, 30], "pypi": [27, 31], "pytest": 19, "python": [13, 15, 19, 21, 27, 28], "qftrace": [27, 28, 29], "quadstar": [0, 2, 27, 29], "quadstar_sac": [2, 15], "qualiti": [27, 28], "quantiti": [1, 6, 21, 27, 29, 30], "quick": [6, 27, 32], "r": [17, 18], "rai": [13, 27, 29], "rais": 1, "ramp": [24, 25], "randomli": 6, "rang": [6, 7, 15, 16, 27, 33], "rare": 6, "rate": 5, "ratio": 15, "raw": [12, 22, 23, 25, 26, 27, 29, 30], "re": [1, 4, 11, 27, 29], "reaction": [24, 25], "reactor": 11, "read": [1, 4, 5, 11, 15, 22], "read_pascal_str": [0, 1], "read_valu": [0, 1], "readabl": 6, "real": [9, 11, 17], "realli": 15, "reason": 16, "receiv": [22, 27, 29, 30, 31], "recent": 18, "record": [13, 16], "recurs": 13, "ref": 17, "refer": [17, 19, 23, 25, 27, 30], "referenc": 26, "reference_electrod": 6, "reflect": [11, 27, 28, 31], "rel": 0, "relat": [6, 26], "releas": [27, 28], "relev": [23, 24, 25], "reliabl": [27, 30], "remain": 15, "remov": [21, 27, 32, 33], "renam": [27, 33], "reorganis": [27, 33], "replac": [1, 21, 27, 29, 33], "report": 5, "repositori": [19, 24, 25], "repres": [1, 23, 25], "represent": [3, 5, 7, 10, 12, 21, 23, 24, 25], "reproduc": 22, "request": [0, 7], "requir": [1, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 26], "research": [22, 27, 29, 30, 31], "resist": 17, "resolut": [7, 21, 22], "resolv": 26, "resort": 1, "respons": [17, 26], "result": [0, 4, 8, 12, 21, 26, 27, 30], "retain": [27, 29], "retent": [8, 12], "retriev": 26, "return": [0, 1, 2, 4, 5, 6, 7, 9, 11, 13, 14, 22, 26, 27, 32], "reus": 19, "revers": [15, 21], "revis": 17, "rework": [27, 33], "rewrit": [27, 29], "right": 6, "riss": 11, "routin": [1, 5, 27, 29, 30], "row": [1, 4, 27, 29], "rtf": [0, 2], "ruff": 19, "run": [5, 16, 26], "run_with_argu": 0, "s11": [11, 17], "s1p": [17, 27, 33], "s21": 17, "s2p": [17, 27, 33], "sac": [0, 2, 27, 29], "sac2dat": 15, "safe": [27, 33], "same": [3, 4, 24, 25], "sampl": [3, 8, 10, 13, 27, 31], "sampleid": [3, 10], "sanit": 1, "sanitize_unit": [0, 1], "satur": 11, "save": [0, 26], "scale": [15, 22, 27, 29, 30, 31], "scan": 13, "scan_width": 15, "scatter": 17, "sccm": 1, "scenario": [27, 33], "schema": [0, 1, 2, 19, 21, 24, 25, 27, 29], "schema_3to4": [0, 1], "schema_from_preset": [0, 1], "schemautil": 0, "schl\u00f6gl": 18, "schumann": [27, 33], "scienc": [27, 29, 30, 31], "scientif": 22, "script": 14, "second": [4, 6, 14, 15, 21], "section": [3, 6, 8, 10, 13, 15, 16, 17, 21, 23, 25], "see": [17, 21, 22, 23, 25, 26, 27, 30], "seem": [13, 14], "seen": [6, 14], "semant": 26, "sensor": 6, "sentenc": 13, "sep": [2, 4, 5, 17, 24, 25], "separ": [4, 6, 11, 19, 21, 23, 24, 25, 26, 27, 29], "sequenc": [3, 6, 8, 10], "seri": 21, "serial": [5, 6, 17], "server": 6, "server_vers": 6, "servic": 6, "set": [0, 1, 2, 3, 6, 10, 13, 14, 15, 21, 22, 26], "set_encod": [6, 10], "set_loglevel": 0, "setlocal": [27, 33], "setpoint": 11, "sever": [1, 3, 21, 26, 27, 29, 33], "shape": 26, "share": 5, "short": [6, 14], "short_nam": 6, "shorter": 3, "should": [1, 4, 6, 12, 13, 14, 19, 21, 26, 27, 30, 31, 32, 33], "show": 26, "shown": 6, "si": [1, 7], "sidebar": [22, 26], "sigma": 6, "signal": [3, 10, 12, 14, 15], "signific": [13, 21], "similarli": 21, "simpl": [1, 24, 25], "simpli": 16, "simplifi": [27, 33], "sinc": [1, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 23, 25, 27, 30, 31, 32, 33], "singl": [0, 1, 3, 6, 14, 24, 25, 26, 27, 29], "sit": 15, "size": 3, "slash": [23, 25], "slope": 3, "sml": 1, "smooth": 6, "snake_cas": [2, 13, 14], "snp": [0, 2, 27, 33], "so": 14, "sofh": 14, "softwar": [3, 5, 6, 10, 14, 17, 18], "software_id": [14, 15], "some": [1, 6, 7, 10, 21, 27, 30], "someth": [13, 14], "sort": 3, "sourc": [18, 22, 24, 25, 27, 29], "space": [13, 14, 15, 23, 25], "spars": [4, 27, 31], "spe": [0, 2, 27, 29], "spec": [1, 27, 30], "speci": [8, 12, 27, 30], "special": [21, 22], "specif": [1, 4, 17], "specifi": [0, 1, 2, 6, 7, 21, 24, 25, 26], "spectralregdef": 14, "spectroscopi": [6, 7, 27, 29], "split": [6, 13, 27, 29, 30], "stabl": [26, 27, 33], "stackoverflow": [13, 14], "standard": [1, 19, 21, 27, 29, 33], "standard_error": [21, 27, 33], "standard_nam": [21, 23, 25], "standardis": [5, 22], "start": [1, 3, 6, 13, 14], "statu": 16, "stdev": 21, "stem": 0, "step": [3, 13, 14, 15, 23, 24, 25], "still": 15, "stone": 15, "stop": 14, "store": [0, 3, 6, 10, 13, 14, 15, 21, 23, 25, 27, 29, 32], "str": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 21, 27, 33], "str_to_ut": [0, 1], "stream": 10, "strict": 1, "strict_merg": 0, "strictli": [23, 25], "string": [1, 3, 5, 6, 7, 10, 12, 13, 14, 17, 21], "string_01": 14, "string_02": 14, "string_03": 14, "string_04": 14, "string_05": 14, "strip": [4, 27, 31], "strptime": 1, "structur": [2, 8, 19, 22, 23, 25, 26, 27, 29], "studi": 18, "subset": 13, "substitut": [27, 33], "subtl": 26, "success": [0, 1, 24, 25, 26], "suffix": 0, "suit": [27, 29], "suppli": [0, 1, 4, 5, 7, 11, 22, 27, 29, 32], "support": [1, 2, 3, 10, 13, 17, 22, 26, 27, 28, 29, 30, 32, 33], "sure": 15, "surfac": 6, "sustain": [22, 27, 29, 30, 31], "sweep": [6, 7], "switch": [7, 26, 27, 32], "switzerland": 18, "sync": 16, "syntax": 26, "t": 4, "t_c": 11, "t_cal": 11, "t_co": 11, "t_f": 11, "t_fo": 11, "tab": 11, "tabl": [4, 5, 8], "tabul": [0, 2, 3, 5, 12, 27, 29], "tabular": 4, "tag": [24, 25], "take": [0, 14, 22], "taken": [13, 14], "target": 0, "techniqu": [2, 6, 16, 27, 32], "technique_id": 6, "technisch": [18, 27, 32, 33], "technologi": [27, 29, 30, 31], "temp": 5, "temperatur": [5, 11, 24, 25, 27, 28], "templat": 0, "territori": [27, 33], "test": [0, 2, 16, 24, 25, 27, 29, 33], "test_dryc": 19, "text": [6, 13, 16, 19, 27, 29], "than": 21, "thei": [1, 6, 19, 23, 25, 26, 27, 33], "them": [0, 12, 23, 25], "themselv": 12, "therefor": [6, 23, 25], "thermocoupl": 11, "theta": 13, "thi": [0, 1, 3, 4, 5, 6, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 21, 22, 23, 25, 26, 27, 29, 30, 31, 32, 33], "think": [24, 25], "those": 14, "thousand": 21, "thread": [27, 33], "three": [8, 11, 17, 24, 25], "threshold": [27, 30], "through": 6, "time": [1, 2, 3, 5, 6, 8, 10, 12, 14, 15, 16, 19, 21], "timed": [2, 4, 5, 11], "timestamp": [1, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 15, 16, 17, 23, 25, 27, 29], "timestamps_from_fil": [0, 1], "timestampspec": [1, 2, 5, 11], "timestep": [1, 3, 10, 15, 16, 27, 29, 30, 32], "timestep_length": 15, "timezon": [1, 2, 3, 4, 5, 6, 10, 11, 12, 13, 17, 22, 26], "to_dict": [1, 2, 26], "to_netcdf": 2, "to_str": 7, "togeth": 6, "toggl": [27, 31], "tomato": [0, 2, 9, 27, 30], "tomato_json": [2, 16], "tool": 22, "top": [1, 6, 19, 23, 25], "touchston": [0, 2, 27, 33], "touchstone_snp": [2, 17], "toward": 18, "trace": [3, 10, 11, 14, 15, 23, 25, 27, 28, 29, 31], "trace_header_s": 14, "trace_index": 15, "trace_nam": 14, "trace_numb": 14, "trace_number_again": 14, "track": 22, "transfer": 6, "transform": [23, 25], "transpos": [27, 31, 32], "true": [1, 7, 27, 31], "truncat": [27, 33], "trunschk": 18, "try": 6, "tupl": [1, 4, 5, 6, 7], "two": [1, 15, 26], "txt": [0, 2], "type": [1, 4, 5, 6, 7, 13, 14, 15, 22, 24, 25], "typic": 6, "tz": [1, 17], "u": [6, 13], "ua": 16, "ulvac": [14, 27, 29], "um": [27, 33], "uncertainti": [2, 4, 22, 23, 25, 27, 29], "under": [14, 19, 21, 22, 27, 29, 30, 31], "understand": [27, 32], "understood": [27, 33], "unifi": [27, 29], "uniform": [10, 23, 25], "union": [1, 7, 22, 27, 29, 30, 31], "uniqu": 6, "unit": [1, 3, 4, 5, 6, 7, 10, 14, 22, 23, 25, 27, 29, 33], "unitregistri": [1, 21], "universit\u00e4t": [18, 27, 32, 33], "unix": [1, 3, 4, 5, 6, 8, 10, 11, 12, 13, 15, 16, 17, 21, 23, 25], "unknown": 15, "unless": 21, "unpack": 1, "unsur": 14, "until": [3, 6], "unzip": [3, 12, 27, 32], "up": [0, 2, 6, 27, 33], "updat": [0, 1, 27, 29, 32], "update_schema": [0, 1], "upper": 15, "ureg": [1, 21], "us": [0, 1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 19, 21, 22, 23, 25, 27, 28, 29, 30, 31, 32, 33], "usag": [0, 2, 19, 22, 26, 27, 32], "user": [1, 3, 8, 10, 14, 21, 26, 27, 31], "usernam": [3, 8, 10, 14], "usual": 6, "ut": [1, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 15, 16, 17, 23, 25], "utc": [1, 6], "utf": 26, "uts_base_": 15, "uts_base_m": 15, "uts_offset_": 15, "uts_offset_m": 15, "uv": 16, "v": 21, "v4": [27, 30, 31], "val": [1, 4, 5], "valid": [0, 1, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 27, 29, 30], "valu": [1, 3, 4, 5, 6, 7, 9, 11, 13, 14, 16, 21, 27, 33], "values_per_mass": 15, "valv": [12, 27, 32], "vari": [6, 23, 25], "variabl": [17, 21, 23, 25, 26, 27, 33], "variou": [3, 13], "verison": [27, 32], "version": [0, 1, 3, 6, 8, 10, 14, 17, 23, 24, 25], "version_major": 15, "version_minor": 15, "vetsch": [6, 13, 14, 15, 18, 22], "via": [0, 11, 19, 21, 26, 27, 29], "vmp": [6, 7], "vna": [0, 2], "vna_radial_middl": [27, 33], "voltag": [6, 7, 16], "voltammetri": [6, 7], "volumetr": [1, 5], "wa": [11, 14, 15, 17, 18, 21, 27, 30, 31, 33], "wai": [14, 26], "wait": [6, 7, 27, 32], "warn": [27, 31], "warn_deprec": [3, 6, 13, 14], "warranti": 18, "wavelength": 13, "we": [13, 16, 18, 24, 25, 26], "weight": 6, "well": [1, 2, 6, 10, 14, 17, 19, 21, 24, 25, 26, 27, 29], "were": [27, 33], "wg": [22, 26, 27, 32], "what": 15, "when": [0, 13, 21, 26, 27, 32, 33], "where": [1, 15, 18, 26], "whether": 1, "which": [0, 1, 2, 3, 4, 6, 7, 10, 11, 12, 13, 16, 17, 21, 26, 27, 30, 32, 33], "while": [16, 23, 25], "whitespac": [23, 25], "whole": 26, "why": [16, 21], "width": [13, 14], "wildli": 6, "window": [1, 6, 10], "within": [7, 10, 16, 21, 23, 25, 27, 30, 31, 32, 33], "without": [3, 5, 6, 13, 15, 27, 30, 33], "wolf": 18, "work": [6, 16, 18, 27, 31], "worker": [1, 4], "workflow": [27, 28], "would": [24, 25], "wrapper": [1, 3, 12], "write": [2, 14], "written": [0, 27, 29, 32], "wrong": 26, "x": [3, 6, 10, 13, 21, 27, 29], "x_titl": 15, "x_unit": 15, "xarrai": [0, 4, 5, 6, 8, 11, 12, 13, 16, 21, 22, 23, 25, 26], "xlsx": [0, 2], "xml": 13, "xo": 6, "xout": [12, 27, 30], "xp": [0, 2, 27, 29], "xpstrace": [27, 29, 30], "xr": 9, "xrd": [0, 2], "xrdml": [0, 2], "xy": [0, 2], "y": [1, 3, 10, 11, 14, 15], "y_titl": 15, "y_unit": [14, 15], "yadg": 19, "yaml": 26, "ye": 0, "year": 15, "yet": [6, 18, 26], "yield": [27, 32], "you": [6, 10, 17, 18, 22, 26, 27, 31, 32], "your": [0, 21], "z": [15, 27, 33], "zenodo": [27, 33], "zero": [6, 27, 30], "zip": [0, 2, 26, 27, 30], "zir": [6, 7], "zoom_end": 15, "zoom_start": 15, "\u03b3": 11, "\u03bcv": [27, 33]}, "titles": ["yadg package", "yadg.dgutils package", "yadg.extractors package", "agilent: For Agilent chromatograms", "basic: For tabulated data", "drycal: For MesaLabs Drycal Pro data", "eclab: For BioLogic data files", "yadg.extractors.eclab.common package", "empalc: For Empa\u2019s LC data", "example: For yadg testing", "ezchrom: For EZChrom chromatograms", "fhimcpt: For MCPT set-up at FHI", "fusion: For Fusion chromatograms", "panalytical: For Panalytical XRD data", "phi: For Phi XPS data", "quadstar: For Quadstar MS data", "tomato: For tomato outputs", "touchstone: For Touchstone VNA files", "Citing yadg", "Developer documentation", "<no title>", "Key features of yadg", "yadg: yet another datagram", "yadgdatagram", "yadgdataschema", "yadg objects", "How to use yadg", "yadg version history", "yadg version 3.1.0", "yadg version 4.0.1", "yadg version 4.1.0", "yadg version 4.2", "yadg version 5.0", "yadg version 5.1"], "titleterms": {"": 8, "0": [27, 28, 29, 30, 32], "1": [27, 28, 29, 30, 33], "2": [27, 31], "3": [27, 28], "4": [27, 29, 30, 31], "5": [27, 32, 33], "For": [3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "acknowledg": 22, "agil": 3, "anoth": 22, "asc": 10, "basic": 4, "biolog": 6, "btool": 1, "ch": 3, "chromatogram": [3, 10, 12], "cite": 18, "common": [5, 7, 13], "contributor": 22, "core": 0, "csv": [3, 4, 5, 8, 11, 12, 13], "dat": 10, "data": [4, 5, 6, 8, 13, 14, 15], "datagram": [22, 23, 25], "dataschema": [21, 24, 25, 26], "dateutil": 1, "develop": 19, "dgutil": 1, "document": 19, "drycal": 5, "dsutil": 1, "dx": 3, "eclab": [6, 7], "eclabtechniqu": 7, "empa": 8, "empalc": 8, "exampl": 9, "extract": 26, "extractor": [2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 26], "ezchrom": 10, "featur": [19, 21], "fhi": 11, "fhimcpt": 11, "file": [3, 6, 10, 13, 14, 15, 16, 17], "format": 19, "from": 26, "fusion": 12, "helper": 1, "histori": 27, "how": 26, "implement": [7, 19], "json": [12, 16], "kei": 21, "lc": 8, "local": 21, "m": 15, "main": 0, "mcpt": 11, "mesalab": 5, "metadata": [3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 26], "mode": 26, "modul": [0, 1, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17], "mpr": 6, "mpr_column": 7, "mpt": 6, "mpt_column": 7, "new": 19, "note": [3, 6, 10, 13, 14, 15, 16, 17], "object": 25, "onli": 26, "output": 16, "packag": [0, 1, 2, 7], "panalyt": 13, "paper": 18, "paramet": 7, "parser": 26, "phi": 14, "pintutil": 1, "preset": 26, "pro": 5, "quadstar": 15, "relat": 18, "rtf": 5, "sac": 15, "schema": [3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "schemautil": 1, "set": 11, "snp": 17, "spe": 14, "structur": [3, 6, 10, 13, 14, 15, 16, 17], "subcommand": 0, "subpackag": [0, 2, 6], "support": 21, "tabul": 4, "techniqu": 7, "test": [9, 19], "timestamp": 21, "todo": [6, 14], "tomato": 16, "touchston": 17, "txt": 5, "uncertainti": [3, 5, 10, 12, 13, 14, 15, 16, 17, 21], "unit": 21, "up": 11, "updat": 26, "us": 26, "usag": [3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "valid": 21, "version": [26, 27, 28, 29, 30, 31, 32, 33], "vna": [11, 17], "xlsx": 8, "xp": 14, "xrd": 13, "xrdml": 13, "xy": 13, "yadg": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33], "yet": 22, "zip": 12}}) \ No newline at end of file diff --git a/master/version.5_1.html b/master/version.5_1.html index e57a63aa..1310023d 100644 --- a/master/version.5_1.html +++ b/master/version.5_1.html @@ -140,7 +140,8 @@

    yadg version 5.1yadg.extractors.ezchrom.asc parser. Now, the 25 μV unit will be correctly replaced by just μV (without modifying data), which can be understood by pint.

  • Added several new I-range values to yadg.extractors.eclab parsers. Now, I-range values up to 130 are supported.

  • Fixed incorrect column name (Energy to |Energy|) in yadg.extractors.eclab.mpr.

  • -
  • Removed column renaming for Analog IN 1 and Analog IN 2 to maintain consistency within yadg.extractors.eclab

  • +
  • Removed column renaming for Analog IN 1 and Analog IN 2 to maintain consistency within yadg.extractors.eclab.

  • +
  • Reworked parsing of .mpt file headers in yadg.extractors.eclab.mpt. The parser is now more stable, and the original labels are used without renaming.

  • diff --git a/master/version.html b/master/version.html index 87704cf2..b3833d70 100644 --- a/master/version.html +++ b/master/version.html @@ -152,7 +152,8 @@

    yadg version 5.1yadg.extractors.ezchrom.asc parser. Now, the 25 μV unit will be correctly replaced by just μV (without modifying data), which can be understood by pint.

  • Added several new I-range values to yadg.extractors.eclab parsers. Now, I-range values up to 130 are supported.

  • Fixed incorrect column name (Energy to |Energy|) in yadg.extractors.eclab.mpr.

  • -
  • Removed column renaming for Analog IN 1 and Analog IN 2 to maintain consistency within yadg.extractors.eclab

  • +
  • Removed column renaming for Analog IN 1 and Analog IN 2 to maintain consistency within yadg.extractors.eclab.

  • +
  • Reworked parsing of .mpt file headers in yadg.extractors.eclab.mpt. The parser is now more stable, and the original labels are used without renaming.