Custom Query (241 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (25 - 27 of 241)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Ticket Resolution Summary Owner Reporter
#10 fixed Cannot select "RR & LL" Malte Marquarding Chris Phillips
Description

The following selection of stokes RR & LL fails on the plotter (using Parkes test data)

ASAP> selection.set_polarisations("RR LL")

ASAP> plotter.set_selection(selection)
------------------------------------------------------------
Traceback (most recent call last):
  File "<console>", line 1, in ?
  File "/u/phi196/data/pkgs/asap/lib/python2.3/site-packages/asap/asapplotter.py", line 488, in set_selection
    if self._data and refresh: self.plot(self._data)
  File "/u/phi196/data/pkgs/asap/lib/python2.3/site-packages/asap/asapplotter.py", line 89, in plot
    self._plot(self._data)
  File "/u/phi196/data/pkgs/asap/lib/python2.3/site-packages/asap/asapplotter.py", line 433, in _plot
    y = scan._getspectrum(r, polmodes[scan.getpol(r)])
RuntimeError: Polarisation type unknown
#160 fixed Changing the aspect ratio of plots Malte Marquarding james.green@…
Description

It would be good for the user to be able to control the aspect ratio of plots. Thanks.

#192 fixed Create Abstract Filler class Malte Marquarding Malte Marquarding
Description

At the 2010 developer workshop we decided to abstract the way the STFiller works so readers other than PKSreader can be used.

Implement this in the merged trunk.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Note: See TracQuery for help on using queries.