Changeset 1432
- Timestamp:
- 08/28/08 13:54:20 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/parkes-pol.py
r1038 r1432 47 47 plotter.set_range(-30,0) 48 48 selection.reset() 49 plotter.plot(plotscans) 49 50 selection.set_polarisations(['I','Q', 'U', 'V']) 50 51 plotter.set_selection(selection) 52 plotter.save('output/parkes_iquv.png',dpi=80) 51 53 selection.set_polarisations(['I','Plinear']) 52 54 plotter.set_selection(selection) 55 plotter.save('output/parkes_iplin.png',dpi=80) 53 56 selection.set_polarisations(['RR','LL']) 54 57 plotter.set_selection(selection) 55 plotter.plot(plotscans)56 58 plotter.save('output/parkes_rrll.png',dpi=80) 57 59
Note:
See TracChangeset
for help on using the changeset viewer.