You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,17 +8,26 @@ An AQTS field data plugin supporting FlowTracker2 measurement files, for AQTS 20
8
8
9
9
- Use of this plugin implies agreement with the [license terms of this repository](./LICENSE.txt) and with license terms for software components provided by [SonTek/YSI](src/External/SonTek.StandaloneDataParser.License.md).
10
10
- Download the latest release of the plugin [here](../../releases/latest)
11
-
- Install it using the [FieldVisitPluginTool](https://github.com/AquaticInformatics/aquarius-field-data-framework/tree/master/src/FieldDataPluginTool)
11
+
- Install it using the [SystemConfig page](https://github.com/AquaticInformatics/aquarius-field-data-framework#need-to-install-a-plugin-on-your-aqts-app-server)
12
12
13
13
## Plugin Compatibility Matrix
14
14
15
15
It is recommended that you use the most recent version of the plugin which matches your AQTS server version.
16
16
17
17
| AQTS Version | Latest compatible plugin Version |
18
18
| --- | --- |
19
-
| AQTS 2019.2+ |[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 |
Starting with version 20.2.0, there are some configurable plugin settings which can be set in the Settings tab of the System Config Page.
26
+
27
+
| Group | Key | Value | Description |
28
+
|---|---|---|---|---|
29
+
|`FieldDataPluginConfig-FlowTracker2Plugin`|`IsoUncertaintyScalar`|`1.0`| This value will be used to scale the FlowTracker2 ISO uncertainty measurement, which defaults to a single standard devation (68% confidence interval).<br/><br/>A value of `1.96` will scale the uncertainty into a two-standard-deviation value (95% confidence interval).<br/><br/>Defaults to `1.0` if the value is missing or is not a valid number. |
30
+
22
31
## Requirements for building the plugin from source
23
32
24
33
- Requires Visual Studio 2017 (Community Edition is fine)
0 commit comments