Skip to content

Commit 26c4cf6

Browse files
author
Doug Schmidt
authored
Merge pull request #51 from DougSchmidt-AI/feature/PF-1368-FixMeterCalibrationEquation
PF-1368 - Use a velocity unit for the dummy calibration equation intercept
2 parents da70876 + c29e997 commit 26c4cf6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ It is recommended that you use the most recent version of the plugin which match
1616

1717
| AQTS Version | Latest compatible plugin Version |
1818
| --- | --- |
19-
| AQTS 2020.2+ | [v20.2.3](https://github.com/AquaticInformatics/flowtracker2-field-data-plugin/releases/download/v20.2.3/FlowTracker2Plugin.plugin) - Adds configurable ISO Uncertainty Scalar |
19+
| AQTS 2020.2+ | [v20.2.4](https://github.com/AquaticInformatics/flowtracker2-field-data-plugin/releases/download/v20.2.4/FlowTracker2Plugin.plugin) - BUGFIX: Use a velocity unit for the meter calibration equation</br> v20.2.3 - Adds configurable ISO Uncertainty Scalar|
2020
| AQTS 2019.2 - 2020.1 | [v19.2.13](https://github.com/AquaticInformatics/flowtracker2-field-data-plugin/releases/download/v19.2.13/FlowTracker2Plugin.plugin) - Adds Party and Primary Meter to channel measurement<br/>v19.2.12 - Adds incrementing vertical numbers |
2121
| 2017.4 - 2019.1 | [v17.4.44](https://github.com/AquaticInformatics/flowtracker2-field-data-plugin/releases/download/v17.4.44/FlowTracker2Plugin.plugin) |
2222

src/Flowtracker2Plugin/DataFileParser.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ private MeterCalibration CreateMeterCalibration(Station station)
446446

447447
meterCalibration.Equations.Add(new MeterCalibrationEquation
448448
{
449-
InterceptUnitId = UnitSystem.DistanceUnitId
449+
InterceptUnitId = UnitSystem.VelocityUnitId
450450
});
451451

452452
return meterCalibration;

0 commit comments

Comments
 (0)