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 the output for *.cxi files, 'cheetah/configuration/detector0_geometryFile' and 'cheetah/configuration/detector1_geometryFile' are both saved as int8 arrays. Shouldn't this be a string?
Output from Python:
In [51]: f['cheetah/configuration/detector0_geometryFile'].value
Out[51]: array([ 47, 114, 101, ..., 0, 0, 0], dtype=int8)
The text was updated successfully, but these errors were encountered:
In the output for *.cxi files, 'cheetah/configuration/detector0_geometryFile' and 'cheetah/configuration/detector1_geometryFile' are both saved as int8 arrays. Shouldn't this be a string?
Output from Python:
In [51]: f['cheetah/configuration/detector0_geometryFile'].value
Out[51]: array([ 47, 114, 101, ..., 0, 0, 0], dtype=int8)
The text was updated successfully, but these errors were encountered: