dgpost-v2.4

Section author: Peter Kraus

Developed in the ConCat lab at Technische Universität Berlin.

Warning

Minimum version of the uncertainties package has been increased to uncertainties>=3.2.0. Pickle files created with previous versions of the uncertainties package may not be compatible.

An update to dgpost-2.3, including the following changes:

  • Added the permittivity module for calculations related to complex permittivity and various corrections.

  • Added a prominence parameter to pruning functions in reflection module, allowing users a better control of peak picking using peak prominence.

  • Removed the default height=0.2 value used in prune_cutoff() and prune_gradient() functions.

  • Fixed more np.nan issues in the catalysis module.

  • Support for the new uncertainty format introduces in yadg-7.0, in particular:

    • When extracting from NetCDF files, the ancillary_variables attribute is now used to find uncertainties.

    • Added support for yadg_uncertainty_type fields when processing uncertainties.

Code author: Peter Kraus