pyacs.gts.lib.primitive.insert_gts_data module

pyacs.gts.lib.primitive.insert_gts_data.insert_gts_data(self, gts, in_place=False, verbose=False)[source]

Insert data (and/or .data_xyz) of another Gts into the current Gts.

Parameters:
  • gts (Gts) – Time series to be inserted.

  • in_place (bool, optional) – If True, modify current Gts; if False, return a new Gts.

  • verbose (bool, optional) – Verbose mode.

Returns:

New Gts or the modified Gts if in_place.

Return type:

Gts