-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into 533_fix_unit_test_banned_paths
- Loading branch information
Showing
23 changed files
with
240 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
60 changes: 60 additions & 0 deletions
60
tests/test_data/test_daq_configuration/lookup/BeamLine_Undulator_toGap.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
####################### | ||
# # | ||
# 5.5mm CPMU 20/11/22 # | ||
# # | ||
####################### | ||
# Used to convert from energy to gap. Constructed from tables for 3rd, 5th and 7th harmonic. | ||
# It is important that at the point of change from one harmonic to another that there is | ||
# point for the same energy from both harmomics to prevent invalid interpolation. | ||
# run reloadLookupTables() when done | ||
Units eV mm | ||
5700 5.4606 | ||
5760 5.5 | ||
6000 5.681 | ||
6500 6.045 | ||
7000 6.404 | ||
7500 6.765 | ||
8000 7.124 | ||
8500 7.491 | ||
9000 7.872 | ||
9500 8.258 | ||
9700 8.424 | ||
9700 5.542 | ||
10000 5.675 | ||
10500 5.895 | ||
11000 6.113 | ||
11500 6.328 | ||
12000 6.545 | ||
12500 6.758 | ||
12700 6.83 | ||
13000 6.98 | ||
13443 7.168 | ||
13443 5.5 | ||
13500 5.517 | ||
14000 5.674 | ||
14500 5.831 | ||
15000 5.987 | ||
15500 6.139 | ||
16000 6.294 | ||
16500 6.447 | ||
17000 6.603 | ||
17320 6.697 | ||
17320 5.5 | ||
17500 5.552 | ||
18000 5.674 | ||
18500 5.794 | ||
19000 5.912 | ||
19500 6.037 | ||
20000 6.157 | ||
20500 6.277 | ||
20939 6.378 | ||
20939 5.5 | ||
21000 5.517 | ||
21500 5.577 | ||
22000 5.674 | ||
22500 5.773 | ||
23000 5.871 | ||
23500 5.97 | ||
24000 6.072 | ||
24500 6.167 | ||
25000 6.264 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.