Custom Query (241 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (16 - 18 of 241)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Ticket Owner Reporter Resolution Summary
#74 Malte.Marquarding Chris Phillips fixed plotter axis lable should use "OldScalar" formatting
Description

The current xaxis labelling is difficult to use (offset subtracted from value). The oldscalar formatting is more useful and should be the default.

#77 Malte.Marquarding Chris Phillips wontfix Plotting oddities
Description

The plotter is behaving in strage ways, specifically not plotting axis label for velocity data and not plotting the first IF in GHz units. This is using the Tid test data

data = scantable('data/tid-t002.rpf')
q = data.auto_quotient()
av = q.average_time()
av.set_restfreqs([ 23694.496,23722.633], 'GHz')
plotter.plot(av)
plotter.set_mode('p','i')
plotter.set_layout(2,1)
av.set_unit('km/s')    
plotter.plot()             # No velocity axis labelling
av.set_unit('GHz')
plotter.plot()             # No IF0

#78 Malte Marquarding erik.muller@… fixed scantable.auto_quotient fails on specific data set
Description

ASAP segv when

s=scantable("2006-09-03_1944-M165.rpf")
q=s.auto_quotient()

The data is on /DATA/KAPUTAR_3/mopra/MOPSarchive/

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