SimPEG.data.Data.dobs#

property Data.dobs#

Vector of the observed data.

Returns:
numpy.ndarray

Notes

This array can also be modified by directly indexing the data object using the a tuple of the survey’s sources and receivers.

>>> data = Data(survey)
>>> for src in survey.source_list:
...     for rx in src.receiver_list:
...         data[src, rx] = datum