21#ifndef _BERT_BERT_DATACONTAINER__H
22#define _BERT_BERT_DATACONTAINER__H
26#include <datacontainer.h>
30typedef std::pair< int, int > CurrentPattern;
74 std::set < Index > currentPattern(
bool reciprocity=
false);
Index createFourPointData(Index i, SIndex eaID, SIndex ebID, SIndex emID, SIndex enID)
Definition bertDataContainer.cpp:191
Index addFourPointData(SIndex a, SIndex b, SIndex m, SIndex n)
Definition bertDataContainer.cpp:187
virtual void checkDataValidityLocal()
Definition bertDataContainer.cpp:91
virtual void init()
Definition bertDataContainer.cpp:45
DataContainerERT()
Definition bertDataContainer.cpp:25
virtual void initTokenTranslator()
Definition bertDataContainer.cpp:64
CurrentPattern currentPatternToElectrode(Index pattern)
Definition bertDataContainer.cpp:155
void averageDuplicateData(bool verbose=false)
Definition bertDataContainer.cpp:225
Index electrodeToCurrentPattern(Index a, Index b) const
Definition bertDataContainer.cpp:149
DataContainer to store, load and save data in the GIMLi unified data format.
Definition datacontainer.h:48
void removeInvalid()
Definition datacontainer.cpp:756
GIMLi main namespace for the Geophyiscal Inversion and Modelling Library.
Definition baseentity.h:24