You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Python package to load Distributed Temperature Sensing files, perform a calibration, and plot the result. A detailed description of the calibration procedure can be found at https://doi.org/10.3390/s20082235 .
55
59
56
-
Do you have questions, ideas or just want to say hi? Please leave a message on the `discussions page <https://github.com/dtscalibration/python-dts-calibration/discussions>`_!
60
+
Do you have questions, ideas or just want to say hi? Please leave a message on the `discussions page <https://github.com/dtscalibration/python-dts-calibration/discussions>`_!
57
61
58
62
Installation
59
63
============
60
64
65
+
You can install the package in a python (virtual) environment with:
66
+
61
67
.. code-block:: zsh
62
68
63
69
pip install dtscalibration
@@ -68,6 +74,12 @@ Or the development version directly from GitHub
The package is also available on conda-forge. Install it in a conda or mamba environment with:
78
+
79
+
.. code-block:: sh
80
+
81
+
conda install -c conda-forge dtscalibration
82
+
71
83
Package features
72
84
================
73
85
DTS measures temperature by calibrating backscatter measurements to sections with a known temperature. DTS devices provide a simple interface to perform a limited calibration. Re-calibrating your measurements with this Python package gives you better temperature estimates and additional options.
0 commit comments