All Projects → dtscalibration → python-dts-calibration

dtscalibration / python-dts-calibration

Licence: BSD-3-Clause license
A Python package to load raw Distributed Temperature Sensing (DTS) files, perform a calibration, and plot the result.

Programming Languages

python
139335 projects - #7 most used programming language
Batchfile
5799 projects

Projects that are alternatives of or similar to python-dts-calibration

industrial calibration
Contains libraries/algorithms for calibration industrial systems
Stars: ✭ 91 (+333.33%)
Mutual labels:  calibration
DistCorr-lib
Optical distortion calculation and correction; open source C, C++ library
Stars: ✭ 30 (+42.86%)
Mutual labels:  calibration
webgpu-seed
🔺🌱 An example on how to render a hello triangle with WebGPU.
Stars: ✭ 178 (+747.62%)
Mutual labels:  dts
Devices
All the Candle Arduino code
Stars: ✭ 18 (-14.29%)
Mutual labels:  temperature
micropython-am2320
MicroPython driver for the Aosong AM2320 temperature and humidity sensor
Stars: ✭ 22 (+4.76%)
Mutual labels:  temperature
sht31
sht31 full function driver
Stars: ✭ 28 (+33.33%)
Mutual labels:  temperature
pymetawear
Community developed SDK around the Python bindings for the C++ SDK
Stars: ✭ 42 (+100%)
Mutual labels:  temperature
viewts
Display PCR, DTS, PTS, bitrate, jitter of a mpeg TS.
Stars: ✭ 46 (+119.05%)
Mutual labels:  dts
nettemp
Interface for controlling the temperature sensors DS18B20, supports; serial DS9097, usb DS9097U, usb DS2490, Raspberry Pi GPIO
Stars: ✭ 53 (+152.38%)
Mutual labels:  temperature
TempRa
Monitors the temperature, the humidity and the pressure in your room on Raspberry Pi.
Stars: ✭ 16 (-23.81%)
Mutual labels:  temperature
ecPoint-Calibrate
Interactive GUI (developed in Python) for calibration and conditional verification of numerical weather prediction model outputs.
Stars: ✭ 19 (-9.52%)
Mutual labels:  calibration
RaPId
RaPId (a recursive acronym for "Rapid Parameter Identification") utilizes different optimization and simulation technologies to provide a framework for model validation and calibration of any kind of dynamical systems, but specifically catered to power systems.
Stars: ✭ 35 (+66.67%)
Mutual labels:  calibration
yac
YAC - Yet Another Calibrator
Stars: ✭ 19 (-9.52%)
Mutual labels:  calibration
hexrdgui
Qt5 PySide2 based GUI for the HEXRD library.
Stars: ✭ 15 (-28.57%)
Mutual labels:  calibration
AndroidMarkerARDemo
a simple demo of android marker ar with opencv
Stars: ✭ 17 (-19.05%)
Mutual labels:  calibration
vuetype
Generate TypeScript declaration files for .vue files
Stars: ✭ 121 (+476.19%)
Mutual labels:  dts
SKR-V1.4-Turbo-Stepper-Driver-Jumper-Configuration-Manual
SKR V1.4 TURBO Stepper Driver Jumper Configuration Manual
Stars: ✭ 33 (+57.14%)
Mutual labels:  calibration
libcalib
calibrate stereo cameras
Stars: ✭ 37 (+76.19%)
Mutual labels:  calibration
camera-calibration
This repository include implementation of calibrating intrinsic and extrinsic camera parameter for distance calculation
Stars: ✭ 19 (-9.52%)
Mutual labels:  calibration
mt762x-wm8960
MT762X WM8960 ALSA SoC machine driver
Stars: ✭ 19 (-9.52%)
Mutual labels:  dts

Overview

Docs Documentation Status
Tests
Travis-CI Build Status AppVeyor Build Status Coverage Status
Package
Citable It would be greatly appreciated if you could cite this package in eg articles presentations
Example notebooks Interactively run the example notebooks online

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 .

  • Free software: BSD 3-Clause License

Installation

pip install dtscalibration

Or the development version directly from GitHub

pip install https://github.com/dtscalibration/python-dts-calibration/zipball/master --upgrade

Package features

Devices currently supported

  • Silixa Ltd.: Ultima & XT-DTS .xml files (up to version 7.0)
  • Sensornet Ltd.: Oryx & Halo .ddf files
  • AP Sensing: CP320 .xml files (single ended only)
  • SensorTran: SensorTran 5100 .dat binary files (single ended only)

Learn by examples

Interactively run the example notebooks online by clicking here.

Documentation

https://python-dts-calibration.readthedocs.io/

How to cite

The following article explains and discusses the calibration procedure:

des Tombe, B., Schilperoort, B., & Bakker, M. (2020). Estimation of Temperature and Associated Uncertainty from Fiber-Optic Raman-Spectrum Distributed Temperature Sensing. Sensors, 20(8), 2235. https://doi.org/10.3390/s20082235

Cite the specific implementation / repository via Zenodo:

  1. Check the version of dtscalibration that is used in your Python console with:

    >>> import dtscalibration
    >>> dtscalibration.__version__
    '1.0.0'
  2. Go to Zenodo and follow the link to the version of interest.

  3. The citation is found on the bottom right of the page.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].