simpeg.data.SyntheticData.dobs#
- property SyntheticData.dobs#
- Vector of the observed data. - Returns:
 - 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 
