## empymod v3.0 - [ ] For related issues, see [empymod v3.0 Milestone](https://github.com/emsig/empymod/milestone/9) For further ideas, see the [Roadmap](https://github.com/emsig/empymod/issues/223). ### Variable names etc - [ ] One highlevel class `Model`, that only does checks when necessary, and caches most of the things. - [ ] In `bipole`, looping over `srcpts` and `recpts` is not necessary, should move into `check_bipole`. - [ ] More explicit names, e.g. - `src` -> `source`, - `rec` -> `receiver`, - `res` -> `resistivity`, - `aniso` -> `anisotropy`; - [ ] and also split-up `freqtime` -> `frequency`, `time`. - [ ] Currently, it always takes resistivity. It would be nice to have the possibility to define `resistivity` or `conductivity`.
empymod v3.0
For further ideas, see the Roadmap.
Variable names etc
Model, that only does checks when necessary, and caches most of the things.bipole, looping oversrcptsandrecptsis not necessary, should move intocheck_bipole.src->source,rec->receiver,res->resistivity,aniso->anisotropy;freqtime->frequency,time.resistivityorconductivity.