welltestpy.process.combinepumptest

combinepumptest(campaign, test1, test2, pumpingrate=None, finalname=None, factor1=1.0, factor2=1.0, infooftest1=True, replace=True)[source]

Combine two pumping tests to one.

They need to have the same pumping well.

Parameters
  • campaign (welltestpy.data.Campaign) – The pumping test campaign which should be used.

  • test1 (str) – Name of test 1.

  • test2 (str) – Name of test 2.

  • pumpingrate (float, optional) – Pumping rate. Default: -1.0

  • finalname (str, optional) – Name of the final test. If replace is True and finalname is None, it will get the name of test 1. Else it will get a combined name of test 1 and test 2. Default: None

  • factor1 (float, optional) – Scaling factor for test 1 that can be used for unit conversion. Default: 1.0

  • factor2 (float, optional) – Scaling factor for test 2 that can be used for unit conversion. Default: 1.0

  • infooftest1 (bool, optional) – State if the final test should take the information from test 1. Default: True

  • replace (bool, optional) – State if the original tests should be erased. Default: True