mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-21 04:49:49 +01:00
m3: updated serializing loop in trimming (#613)
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
../slsDetectorServers/mythen3DetectorServer/bin/mythen3DetectorServerv7.0.0.rc1
|
|
||||||
1
serverBin/mythen3DetectorServerv7.0.0.rc2
Symbolic link
1
serverBin/mythen3DetectorServerv7.0.0.rc2
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../slsDetectorServers/mythen3DetectorServer/bin/mythen3DetectorServerv7.0.0.rc2
|
||||||
Binary file not shown.
@@ -313,7 +313,7 @@ patternParameters *setChannelRegisterChip(int ichip, char *mask,
|
|||||||
chanReg, ichip * NCHAN + ich * NCOUNTERS,
|
chanReg, ichip * NCHAN + ich * NCOUNTERS,
|
||||||
ichip * NCHAN_1_COUNTER + ich, ichip, ich));
|
ichip * NCHAN_1_COUNTER + ich, ichip, ich));
|
||||||
}
|
}
|
||||||
for (int i = 0; i < 24; i++) {
|
for (int i = 1; i < 24; i++) {
|
||||||
patword = clearBit(SIGNAL_clk, patword);
|
patword = clearBit(SIGNAL_clk, patword);
|
||||||
pat->word[iaddr++] = patword;
|
pat->word[iaddr++] = patword;
|
||||||
|
|
||||||
|
|||||||
@@ -8,6 +8,6 @@
|
|||||||
#define APIGOTTHARD "7.0.0.rc1 0x221212"
|
#define APIGOTTHARD "7.0.0.rc1 0x221212"
|
||||||
#define APIGOTTHARD2 "7.0.0.rc1 0x221212"
|
#define APIGOTTHARD2 "7.0.0.rc1 0x221212"
|
||||||
#define APIJUNGFRAU "7.0.0.rc1 0x221212"
|
#define APIJUNGFRAU "7.0.0.rc1 0x221212"
|
||||||
#define APIMYTHEN3 "7.0.0.rc1 0x221212"
|
|
||||||
#define APIMOENCH "7.0.0.rc1 0x221212"
|
#define APIMOENCH "7.0.0.rc1 0x221212"
|
||||||
#define APIEIGER "7.0.0.rc1 0x221212"
|
#define APIEIGER "7.0.0.rc1 0x221212"
|
||||||
|
#define APIMYTHEN3 "7.0.0.rc2 0x230116"
|
||||||
|
|||||||
Reference in New Issue
Block a user