Changeset 938
- Timestamp:
- 03/27/06 19:37:34 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/parkes-pol.py
r937 r938 41 41 selection._reset() 42 42 selection._setpolstrings(['I','Q', 'U', 'V']) 43 #plotter.set_selection(selection)44 #selection._setpolstrings(['I','Plinear'])45 #plotter.set_selection(selection)46 #selection._setpolstrings(['RR','LL'])43 plotter.set_selection(selection) 44 selection._setpolstrings(['I','Plinear']) 45 plotter.set_selection(selection) 46 selection._setpolstrings(['RR','LL']) 47 47 plotter.plot(plotscans) 48 48 plotter.set_selection(selection) 49 plotter.save('/nfs/wwwpeople/mmarquar/parkes.png', dpi=80) 50 #plotter.save('output/parkes_rrll.png') 49 plotter.save('output/parkes_rrll.png',dpi=80) 51 50 52 51 print "Parkes-Pol Test successful"
Note:
See TracChangeset
for help on using the changeset viewer.