Skip to content

Commit

Permalink
fix: grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Sep 17, 2024
1 parent 57dc185 commit 010fe86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ The following tables describe the available datasets in the QADB. The columns ar
| 7 | `TerminalOutlierFT` | Outlier FT electron N/F of first or last QA bin of run | _cf_. `TerminalOutlier`. |
| 8 | `MarginalOutlierFT` | Marginal FT electron outlier N/F, within one standard deviation of cut line | _cf_. `MarginalOutlier`. |
| 9 | `LossFT` | FT electron N/F diminished for several consecutive QA bins | _cf_. `SectorLoss`. |
| 10 | `BSAWrong` | Beam Spin Asymmetry is the wrong sign | This bit is assigned per run. The asymmetry is significant, but the opposite sign than expected; analyzers must therefore _flip_ the helicity sign. |
| 10 | `BSAWrong` | Beam Spin Asymmetry is the wrong sign | This bit is assigned per run. The asymmetry is significant, but the sign is opposite than expected; analyzers must therefore _flip_ the helicity sign. |
| 11 | `BSAUnknown` | Beam Spin Asymmetry is unknown, likely because of low statistics | This bit is assigned per run. There are not enough data to determine if the helicity sign is correct for this run. |
| 12 | `TSAWrong` | Target Spin Asymmetry is the wrong sign | __Not yet used.__ |
| 13 | `TSAUnknown` | Target Spin Asymmetry is unknown, likely because of low statistics | __Not yet used.__ |
Expand Down
2 changes: 1 addition & 1 deletion qadb/defect_definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"bit_number": 10,
"bit_name": "BSAWrong",
"description": "Beam Spin Asymmetry is the wrong sign",
"documentation": "This bit is assigned per run. The asymmetry is significant, but the opposite sign than expected; analyzers must therefore _flip_ the helicity sign."
"documentation": "This bit is assigned per run. The asymmetry is significant, but the sign is opposite than expected; analyzers must therefore _flip_ the helicity sign."
},
{
"bit_number": 11,
Expand Down

0 comments on commit 010fe86

Please sign in to comment.