python-dts-calibration
python-dts-calibration copied to clipboard
A Python package to load raw Distributed Temperature Sensing (DTS) files, perform a calibration, and plot the result.
returns “ModuleNotFoundError: No module named 'dtscalibration'” I followed the Instructions from CONTRIBUTING.rst file and at some point ran the command. None of the tests execute as it does not find...
added code to io/apsensing.py to read both .xml and .tra files the code checks whether a .tra file with identical timestamp exists in .xml directory. If yes it is used...
first commit: The AP Sensing Device ID is N4386B instead of C320. C320 was an arbitrary name given for the wellbore by the user. second commit: Added additional AP Sensing...
Please add this file version read, thank you! It is .ddf file, Software version number: ORYX F/W v4.00 Oryx Data Collector v3.7.3 [Archive.zip](https://github.com/dtscalibration/python-dts-calibration/files/14525403/Archive.zip)
**Is your feature request related to a problem? Please describe.** Currently the readily processed matching_sections (matching_indices) is used in the underlying calibration routines. Low priority
**Describe the bug** While the other `read_*_files()` do.
It could be nice to be able to run the calibration routines using a command line interface. The calibration configuration could be specified in a yaml configuration file, for example:...
**Is your feature request related to a problem? Please describe.** You'd need to be well informed to understand the listed advanced capabilities. It would be nice to first state that...
https://github.com/executablebooks/sphinx-book-theme This one looks very professional ;)
To not mix up variables and methods/properties, and to get proper type hinting it's nicer if we always use the [] accessing method, instead of the . accessing. This can...