Custom Query (241 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 241)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#268 fixed new_average fails for Mopra broadband data Kana Sugimoto Malte Marquarding
Description
Hi Kana,

has there been development of  a method in ASAP to merge adjacent IFs into a single IF in your group?
I had a user request here and wasn't sure if you have been working on this?

Cheers,
Malte 



#267 feedback casapy fork of casacore breaks STFitter Malte Marquarding Malte Marquarding
Description

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

#266 fixed pyplot.show() hangs (at least on CASA) Kana Sugimoto Kana Sugimoto
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.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Note: See TracQuery for help on using queries.