Skip to content

Commit 740ea1d

Browse files
authored
refactor: use DaqScalersSequence from coatjava to generate QA bins (#367)
1 parent 61bb5d1 commit 740ea1d

4 files changed

Lines changed: 209 additions & 407 deletions

File tree

doc/qa.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,10 @@ If you are performing a manual QA as part of a cross check, skip to the next sec
6969
- make sure they are correct for these data
7070
- you may need to produce timelines first, and come back to this step after making changes, for example, if the Faraday Cup (FC) charge is incorrect
7171
- in particular:
72-
- set `FCmode`, to specify how to calculate the FC charge
72+
- set any correction methods needed to correctly estimate the FC charge
7373
- for example, this depends on whether the data needed to be cooked with the recharge option ON or OFF (see `README.json`, typically included with the cooked data)
74-
- note that the `FCmode` is NOT determined from the recharge setting, but instead from which charge values in the data we can use
7574
- if you find that the DAQ-gated FC charge is larger than the ungated charge, you may have assumed here that the recharge option was ON, when actually it was OFF and needs to be ON
76-
- additional `FCmode` settings are used for certain special cases; see the `monitorRead.groovy` script comments for more information
75+
- additional correction methods are used for certain special cases; see the `monitorRead.groovy` script comments for more information
7776
</details>
7877

7978
<details>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>org.jlab.coat</groupId>
3838
<artifactId>coat-libs</artifactId>
39-
<version>13.3.0</version>
39+
<version>13.4.1</version>
4040
<type>jar</type>
4141
</dependency>
4242
<!-- https://mvnrepository.com/artifact/org.apache.groovy/groovy-all -->

0 commit comments

Comments
 (0)