-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Device ID bug for APSensing fixed. Device ID is N4386B instead of C320. C320 was an arbitrary name given for the wellbore by the user * more ap-sensing test data added. Advantage compared to existing data: .xml and .tra exported, which gives more metadata, readings of the instruments temperature sensors, and instrument computed log-ratio and attenuation. * apsensing io to read both .xml and .tra files added a check wheather a .tra file with identical timestamp exists in .xml directory. If yes it is used to: - import t_by_dts, log_ratio, loss - pt100 data (if it exists in file) * apsensing tra file parse updated based on Barts generic parser idea - NOT tested yet * cleaned up comments and docstrings in apsensing.py * added test to test_datastore.py inside fuction test_read_apsensing_files changelog updated * AP Sensing Device name changed in README.rst * corrected the linting errors by hatch run format in the files apsensing.py, sensornet.py and sensortran.py * Update CHANGELOG.rst Co-authored-by: Bart Schilperoort <[email protected]> * Update CHANGELOG.rst Co-authored-by: Bart Schilperoort <[email protected]> * Update CHANGELOG.rst Co-authored-by: Bart Schilperoort <[email protected]> * Update src/dtscalibration/io/apsensing.py printout language fix Co-authored-by: Bart Schilperoort <[email protected]> * - renamed ap sensing data explanation and changed it to markdown format - changed detection algorithm of .tra files - added a double-ended calibration test of ap_sensing_2 data to test_datastore.py * Bart's newly written append_to_data_vars_structure function added and tested. * added flag to load .tra array data only when specified. * automatic changes by hatch run format * added to docstring of io/apsensing.py - load_tra_arrays flag - current .tra implementation is limited to in-memory reading only * Move CI linting to Python 3.9 * Ignore weird mypy error * Fix broken notebook * updated docs/notebooks/A3Load_ap_sensing_files.ipynb - added explanation for .xml and .tra files - added an example of importing .xml + .tra data --------- Co-authored-by: David Lah <[email protected]> Co-authored-by: Bart Schilperoort <[email protected]> Co-authored-by: Bart Schilperoort <[email protected]>
- Loading branch information
1 parent
b51db54
commit 4a3aa8a
Showing
32 changed files
with
24,134 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.