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
PVImage object is a dynamically changing bitmap based on the value of the corresponding PV. The PV is transmitted as a 1-D array and needs to be reconstructed to a bitmap. Currently, the size of the image has to be hard coded.
update the code to include an auxiliary size PV that tells the size of the bitmap so the PVImage can reshape the bitmap represented as 1-D array into whatever shape needed.
The text was updated successfully, but these errors were encountered:
Look at icarus_nmr.pyepics.PVToogleButton or pyepics.wx.PVButton class in pyepics to learn how to pass 2 or more PVs into each GUI object. This could be quite useful in constructing complex graphical objects.
PVImage object is a dynamically changing bitmap based on the value of the corresponding PV. The PV is transmitted as a 1-D array and needs to be reconstructed to a bitmap. Currently, the size of the image has to be hard coded.
The text was updated successfully, but these errors were encountered: