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
I want to do hitfinding and therefore create a mask.
I get this error message when running the mask module.
Traceback (most recent call last):
File "build/bdist.linux-x86_64/egg/psocake/MaskPanel.py", line 754, in deployMask
File "build/bdist.linux-x86_64/egg/psocake/MaskPanel.py", line 682, in getCombinedStaticMask
ValueError: operands could not be broadcast together with shapes (1738,1742) (32,185,388) (1738,1742)
Is this a problem for the saved masks? The saved masks have a dimension of either .h5 format (32,185,388) or in .npy format (1480,1552), there is no assembled mask (1738,1742).
The text was updated successfully, but these errors were encountered:
(1738,1742) seems way to big for a cspad.
Can you point me to the experiment name/run number and are you making a custom mask? I will try to reproduce it in the morning.
Am 15.08.2018 um 12:27 schrieb chuckie82 ***@***.***>:
(1738,1742) seems way to big for a cspad.
Can you point me to the experiment name/run number and are you making a custom mask? I will try to reproduce it in the morning.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#15 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/Analuf0ZXel855yYuxE0gZXX35hk3tq9ks5uQ_eCgaJpZM4V94Tc>.
I want to do hitfinding and therefore create a mask.
I get this error message when running the mask module.
Traceback (most recent call last):
File "build/bdist.linux-x86_64/egg/psocake/MaskPanel.py", line 754, in deployMask
File "build/bdist.linux-x86_64/egg/psocake/MaskPanel.py", line 682, in getCombinedStaticMask
ValueError: operands could not be broadcast together with shapes (1738,1742) (32,185,388) (1738,1742)
Is this a problem for the saved masks? The saved masks have a dimension of either .h5 format (32,185,388) or in .npy format (1480,1552), there is no assembled mask (1738,1742).
The text was updated successfully, but these errors were encountered: