Closed prisae closed 3 years ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
emg3d/electrodes.py | 18 | 28 | 64.29% | ||
emg3d/simulations.py | 8 | 20 | 40.0% | ||
<!-- | Total: | 32 | 54 | 59.26% | --> |
Totals | |
---|---|
Change from base Build 1194481780: | -0.5% |
Covered Lines: | 4107 |
Relevant Lines: | 4135 |
.data_type
complex
amplitude
phase
.derivative_chain
data.complex
data set:data.complex
contains always the complex datadata.synthetic
contains data in the form ofdata_type
, which is the same type asdata.observed
.from_complex
; this can be used to obtain the data in the form ofdata_type
from complex data:rec.from_complex(data)
.Simulation
class.