Custom Query (241 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (52 - 54 of 241)

Ticket Owner Reporter Resolution Summary
#266 Kana Sugimoto Kana Sugimoto fixed pyplot.show() hangs (at least on CASA)
Description

The issue is originally reported by Josh Marvil at NRAO. When he invokes pylab.show() on casapy (and possibly on ipython based applications) on TkAgg? backend, ipython enters Tk mainloop and never returns ipython prompt again.

pylab.show() tries to show ALL windows under under the control of matplotlib and pauses ipython shell until all the Tk windows are closed.
ASAP plotter was a special plotter which is based on but has not been under the control of matplotlib. So, it's not plotted by pylab.show() but Tk mainloop waits for ASAP plotter to be closed because it's Tk window.

Proper behaviors to be employed:

  1. ASAP plotter won't generate the hidden plotter window at the start-up, but it only be generated at the first invocation of plotting operation, e.g., asapplotter.plot().
  2. Once the plotter is generated, it should be under control of matplotlib, and pylab.show() should also show the ASAP plotter, so that user can close ASAP plotter explicitly to get back from Tk.mainloop.
  3. When ASAP plotter is closed, it should properly removed from the list of plotters under the control of matplotlib.
#267 Malte Marquarding Malte Marquarding feedback casapy fork of casacore breaks STFitter
Description

The components module of has been changed in casapy. This break normal builds.

#278 Malte Marquarding Malte Marquarding fixed plotter not honouring selections
Description

The plotter has two defects:

  • plotter.set_selection doesn't do anything
  • plotter.plot doesn't use the selection on the scantable
Note: See TracQuery for help on using queries.