BAMresearch / probeye

A general framework for setting up parameter estimation problems.
MIT License
5 stars 5 forks source link

type of sensors #12

Closed joergfunger closed 3 years ago

joergfunger commented 3 years ago

Currently, the base class of a sensor has no information, apart from the name. It might be advantageous to store information related to what is measured (e.g. displacements, temperature..). Even though this could be added to the name, it is easier to loop in the call function of the forward model over the sensors and then decide based on the type what is returned.

aklawonn commented 3 years ago

That's a good idea, and also easy to implement. I could add a measurement_type and maybe also a unit-attribute to the sensor class. Would that be sufficient?

joergfunger commented 3 years ago

I would call this measurand

aklawonn commented 3 years ago

will do