Time domain system

digraph inheritance997b7fa283 { bgcolor=transparent; rankdir=LR; size="8.0, 12.0"; "ABC" [fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",tooltip="Helper class that provides a standard way to create an ABC using"]; "TDAEMSystem" [fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",tooltip="TDAEMSystem Class"]; "TdemSystem" [URL="#geobipy.src.classes.system.TdemSystem.TdemSystem",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Initialize a Time domain system class"]; "TdemSystem_GAAEM" -> "TdemSystem" [arrowsize=0.5,style="setlinewidth(0.5)"]; "TdemSystem_GAAEM" [fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",tooltip="Initialize a Time domain system class"]; "myObject" -> "TdemSystem_GAAEM" [arrowsize=0.5,style="setlinewidth(0.5)"]; "TDAEMSystem" -> "TdemSystem_GAAEM" [arrowsize=0.5,style="setlinewidth(0.5)"]; "myObject" [URL="../core/myObject.html#geobipy.src.classes.core.myObject.myObject",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top"]; "ABC" -> "myObject" [arrowsize=0.5,style="setlinewidth(0.5)"]; }
class geobipy.src.classes.system.TdemSystem.TdemSystem(offTimes=None, transmitterLoop=None, receiverLoop=None, loopOffset=None, waveform=None, offTimeFilters=None, components=['z'], system_filename=None)

Initialize a Time domain system class

TdemSystem(systemFileName)

Parameters:

systemFileName (str) – The system file to read from

Returns:

out – A time domain system class

Return type:

TdemSystem

property get_modellingTimes

Generates regularly log spaced times that covers both the waveform and measurment times.

Parameters:
  • waveformTimes (array_like) – Times of the waveform change points

  • measurementTimes (array_like) – Measurement times for the system

Returns:

out – Times spanning both the waveform and measrement times

Return type:

array_like

property off_time

Time windows.