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 am trying to visualize my hypercube data using spectral package and I follow the commands in the main page of spectral by ipython --pylab=wx and then I loaded the data to view::
when I am trying to view the cube , I am getting the following message:
view_cube(data,bands=[29, 19, 9])
There is no current wx.App object - creating one now.
warnings.warn('\nThere is no current wx.App object - creating one now.',
Out[17]: <spectral.graphics.graphics.WindowProxy at 0x7f9dd694ef10>
UPDATED:
I added the following codes to initiate wx.APP(). I followed the post here:
it opens a pycharm window by showing nothing and then it forces to close the window
and the output is a blank window. How to solve this?
The text was updated successfully, but these errors were encountered:
qm-intel
changed the title
There is no current wx.App object - creating one now
view_cube(): There is no current wx.App object - creating one now
Dec 27, 2023
@toaarnio @tboggs @donm @lewismc
I am trying to visualize my hypercube data using
spectral
package and I follow the commands in the main page of spectral byipython --pylab=wx
and then I loaded the data to view::when I am trying to view the cube , I am getting the following message:
UPDATED:
I added the following codes to initiate
wx.APP()
. I followed the post here:https://discuss.wxpython.org/t/instance-of-wx-app/36663/2
it opens a pycharm window by showing nothing and then it forces to close the window
and the output is a blank window. How to solve this?
The text was updated successfully, but these errors were encountered: