Changeset 1432 for trunk/test


Ignore:
Timestamp:
08/28/08 13:54:20 (16 years ago)
Author:
Malte Marquarding
Message:

fix plotting for various pols

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/parkes-pol.py

    r1038 r1432  
    4747plotter.set_range(-30,0)
    4848selection.reset()
     49plotter.plot(plotscans)
    4950selection.set_polarisations(['I','Q', 'U', 'V'])
    5051plotter.set_selection(selection)
     52plotter.save('output/parkes_iquv.png',dpi=80)
    5153selection.set_polarisations(['I','Plinear'])
    5254plotter.set_selection(selection)
     55plotter.save('output/parkes_iplin.png',dpi=80)
    5356selection.set_polarisations(['RR','LL'])
    5457plotter.set_selection(selection)
    55 plotter.plot(plotscans)
    5658plotter.save('output/parkes_rrll.png',dpi=80)
    5759
Note: See TracChangeset for help on using the changeset viewer.