punpy.digital_effects_table.digital_effects_table_templates.DigitalEffectsTableTemplates.join_with_preexisting_ds

punpy.digital_effects_table.digital_effects_table_templates.DigitalEffectsTableTemplates.join_with_preexisting_ds#

DigitalEffectsTableTemplates.join_with_preexisting_ds(ds, ds_pre, drop=None)[source]#

Function to combine digital effects table, with previously populated dataset. Only the measurand is overwritten.

Parameters:
  • ds (xarray.Dataset) – digital effects table for measurand, created by punpy

  • ds_pre (xarray.Dataset) – previously populated dataset, to be combined with digital effects table

  • drop – list of variables to drop

  • drop – List(str)

Returns:

merged digital effects table

Return type:

xarray.Dataset