Custom Query (241 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (31 - 33 of 241)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Ticket Resolution Summary Owner Reporter
#77 wontfix Plotting oddities Malte.Marquarding Chris Phillips
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

#3 fixed selector.set_name not working Malte.Marquarding@… Malte Marquarding
Description

selector.set_name

fails as there is a typo in the function

#60 fixed Methanol Multibeam data has wrong rest frequency Malte Marquarding Jim.Cohen
Description

When methanol multibeam data is read in the rest frequency is being set to 1420 MHz (OH). The rpfits file has the correct rest frequency

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