Custom Query (241 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (43 - 45 of 241)

Ticket Owner Reporter Resolution Summary
#23 Malte Marquarding Jim.Lovell@… fixed plotter.plot failing
Description

Here's the error message:

ASAP> plotter.plot(s1)
------------------------------------------------------------
 Traceback (most recent call last):
  File "<console>", line 1, in ?
  File "/usr/local/asap2/asap/asapplotter.py", line 90, in plot
    self._plot(self._data)
  File "/usr/local/asap2/asap/asapplotter.py", line 479, in _plot
    plotit(x,y,m)
  File "/usr/local/asap2/asap/asaplotbase.py", line 218, in plot
    origx = rcParams['xtick.labelsize']
  KeyError: 'xtick.labelsize'

How this happened:

d=scantable('2005-02-14_151649_t001.rpf')
sel=selector()
sel.set_ifs(0)
d.set_selection(sel)
q=d.auto_quotient()
print q
q.set_freqframe('LSRK')
q.set_unit('km/s')
q.recalc_azel()
q.gain_el()
q.opacity(0.111)
s1=q.get_scan([0,1])
print s1
s1.get_restfreqs()
plotter.plot(s1)

The data file in question can be found at /u/jlovell/asap_test/t001

#27 Malte Marquarding Tony.Wong@… duplicate plotter bug?
Description

Can't seem to plot a dataset on kaputar.

Loading ASAP... Welcome to ASAP v2.0b (2006-04-19) - the ATNF Spectral Analysis Package

Please report any bugs to: asap@…

[IMPORTANT: ASAP is 0-based] Type commands() to get a list of all available ASAP commands.

ASAP> scans=scantable('2004-06-12_1448.rpf') Auto averaging integrations Importing 2004-06-12_1448.rpf...

ASAP> q=scans.auto_quotient()

ASAP> plotter.plot(q)


Traceback (most recent call last):

File "<console>", line 1, in ?

File "/usr/local/asap2/asap/asapplotter.py", line 90, in plot

self._plot(self._data)

File "/usr/local/asap2/asap/asapplotter.py", line 479, in _plot

plotit(x,y,m)

File "/usr/local/asap2/asap/asaplotbase.py", line 218, in plot

origx = rcParamsxtick.labelsize?

KeyError?: 'xtick.labelsize'

#28 Malte Marquarding Tony.Wong@… fixed average_time cannot weight by Tsys?
Description

When running a prior script (see /data/KAPUTAR_2/won073/asap) I get this error:


Traceback (most recent call last):

File "<console>", line 1, in ?

File "tony.py", line 52, in batch_average

av = average_time(a,weight='tsys')

File "/usr/local/asap2/asap/asapmath.py", line 72, in average_time

s = scantable(stm._average(alignedlst, mask, weight, scanav))

RuntimeError?: tsys is not a valid weighting mode

Note: See TracQuery for help on using queries.