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
In this moment, in the class DigiOutputFile* (where * indicates all the 3 possible readout modes) the attribute readoutmode is not initialised in the file header, instead, this attribute is copied in the header in hxsim.py through the readout_args variable, that define which HexagonalReadout* to use. The correct way is initialising immediately the attribute without writing it twice in the file header.
The text was updated successfully, but these errors were encountered:
In this moment, in the class
DigiOutputFile*
(where*
indicates all the 3 possible readout modes) the attributereadoutmode
is not initialised in the file header, instead, this attribute is copied in the header inhxsim.py
through thereadout_args
variable, that define whichHexagonalReadout*
to use. The correct way is initialising immediately the attribute without writing it twice in the file header.The text was updated successfully, but these errors were encountered: