Skip to content

Commit 27566eb

Browse files
authored
Merge pull request #69 from bdestombe/master
Reformulated double ended calibration. Different D per channel.
2 parents 47cde99 + 152d418 commit 27566eb

30 files changed

+516
-213
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.7.2
2+
current_version = 0.7.3
33
commit = True
44
tag = True
55

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11

22
Changelog
33
=========
4+
0.7.3 (2020-01-24)
5+
------------------
6+
* Solved xlim in subplots of plot_residuals_reference_sections funciton
7+
* Solved YAML depreciation related problems
8+
* Introduced new approach for double ended calibration, with a different Cfor the forward and backward channel
9+
* First code added for time variant asymmetric attenuation, such as connectors.
10+
* First code added for matching sections
11+
412
0.7.2 (2019-11-22)
513
------------------
614
* Set alpha and or gamma to known value, with corresponding variance.

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ doi: "10.5281/zenodo.1410097"
1616
license: "BSD-3-Clause"
1717
repository-code: "https://github.com/dtscalibration/python-dts-calibration"
1818
title: "Python distributed temperature sensing calibration"
19-
version: "v0.7.2"
19+
version: "v0.7.3"
2020
...

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ Overview
4444
:alt: PyPI Package latest release
4545
:target: https://pypi.python.org/pypi/dtscalibration
4646

47-
.. |commits-since| image:: https://img.shields.io/github/commits-since/dtscalibration/python-dts-calibration/v0.7.2.svg
47+
.. |commits-since| image:: https://img.shields.io/github/commits-since/dtscalibration/python-dts-calibration/v0.7.3.svg
4848
:alt: Commits since latest release
49-
:target: https://github.com/dtscalibration/python-dts-calibration/compare/v0.7.2...master
49+
:target: https://github.com/dtscalibration/python-dts-calibration/compare/v0.7.3...master
5050

5151
.. |wheel| image:: https://img.shields.io/pypi/wheel/dtscalibration.svg
5252
:alt: PyPI Wheel

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
year = '2018'
3636
author = 'Bas des Tombe'
3737
copyright = '{0}, {1}'.format(year, author)
38-
version = release = '0.7.2'
38+
version = release = '0.7.3'
3939

4040
pygments_style = 'trac'
4141
templates_path = ['.']

docs/examples/notebooks/06Calibrate_double_ols.ipynb.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,12 @@ channel should be aligned.
8686
The variance of the measurement noise of the anti-Stokes signals
8787
in the backward
8888
direction. Required if method is wls.
89-
store_d : str
89+
store_df, store_db : str
9090
Label of where to store D. Equals the integrated differential
9191
attenuation at x=0
9292
And should be equal to half the total integrated differential
93-
attenuation.
93+
attenuation plus the integrated differential attenuation of x=0.
94+
D is different for the forward channel and the backward channel
9495
store_gamma : str
9596
Label of where to store gamma
9697
store_alpha : str
-136 Bytes
Loading
-42 Bytes
Loading
35 Bytes
Loading
-379 Bytes
Loading

0 commit comments

Comments
 (0)