You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so the size of the return vector nReadouts is correct: 130x130 but PHsum is significantly shorter. This does not happen up to a phase space size of 120x120:
Dear all,
I noticed some problems in data transmission in DacDac scans which come earlier than the known 254x254 limit.
Wen running e.g. a VthrComp vs CalDel scan with DacMax = 130 for both the HAL reports the following:
so the size of the return vector
nReadouts
is correct: 130x130 butPHsum
is significantly shorter. This does not happen up to a phase space size of 120x120:Suspicion here is some limit on the total data size, since
nReadouts
is only of typeint16_t
and transmitted correctly whilePHsum
isint32_t
.Beside that I don't get any values here, but that might again be my stupidity?
The text was updated successfully, but these errors were encountered: