mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-06 01:50:40 +02:00
Merge pull request #1186 from slsdetectorgroup/dev/911/fix_m3_trimbits_badchannels
dev: m3: fix trimbits and badchannels
This commit is contained in:
commit
68f163b757
Binary file not shown.
@ -304,7 +304,7 @@ patternParameters *setChannelRegisterChip(int ichip, char *mask,
|
|||||||
chanReg |= (0x1 << (3 + icounter));
|
chanReg |= (0x1 << (3 + icounter));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
chanReg /= 2;
|
||||||
// deserialize
|
// deserialize
|
||||||
if (chanReg & CHAN_REG_BAD_CHANNEL_MSK) {
|
if (chanReg & CHAN_REG_BAD_CHANNEL_MSK) {
|
||||||
LOG(logINFOBLUE,
|
LOG(logINFOBLUE,
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
#define APIRECEIVER "developer 0x241122"
|
#define APIRECEIVER "developer 0x241122"
|
||||||
#define APICTB "developer 0x250310"
|
#define APICTB "developer 0x250310"
|
||||||
#define APIGOTTHARD2 "developer 0x250310"
|
#define APIGOTTHARD2 "developer 0x250310"
|
||||||
#define APIMYTHEN3 "developer 0x250310"
|
|
||||||
#define APIMOENCH "developer 0x250310"
|
#define APIMOENCH "developer 0x250310"
|
||||||
#define APIEIGER "developer 0x250310"
|
#define APIEIGER "developer 0x250310"
|
||||||
#define APIXILINXCTB "developer 0x250311"
|
#define APIXILINXCTB "developer 0x250311"
|
||||||
#define APIJUNGFRAU "developer 0x250318"
|
#define APIJUNGFRAU "developer 0x250318"
|
||||||
|
#define APIMYTHEN3 "developer 0x250409"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user