fosanalysis
A framework to evaluate distributed fiber optic sensor data
Loading...
Searching...
No Matches
__init__.py
Go to the documentation of this file.
1
2
r"""
3
Contains modules for compensating physical influences on the strain measurements.
4
Those are:
5
- creep and shrinkage,
6
- fiber slippage,
7
- temperature,
8
- tension stiffening,
9
- other influences (to be extended).
10
11
The base class of all of those is \ref compensation.compensator.Compensator.
12
13
\author Bertram Richter
14
\date 2023
15
"""
16
17
from
.
import
compensator
18
from
.
import
shrinking
19
from
.
import
tensionstiffening
src
fosanalysis
compensation
__init__.py
Generated by
1.13.2