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
Since the dtype of raw data is np.uint16, the fill value of missing modules cannot be np.nan, i.e., np.nan will be converted to 0. This results in a conflict with the DSSC 256-correction (#284, #285). In this situation, the 0 values in the missing modules will be turned into 256.
The text was updated successfully, but these errors were encountered:
Since the dtype of raw data is
np.uint16
, the fill value of missing modules cannot benp.nan
, i.e.,np.nan
will be converted to 0. This results in a conflict with the DSSC 256-correction (#284, #285). In this situation, the 0 values in the missing modules will be turned into 256.The text was updated successfully, but these errors were encountered: