Ignore:
Timestamp:
05/15/12 15:17:10 (12 years ago)
Author:
Malte Marquarding
Message:

More updates to get a distutils/scons build going

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/waterfall.py

    r1415 r2517  
    1010scan = scantable("../test/data/tid-t002.rpf", average=False)
    1111print scan
     12
    1213# select only one IF/Pol/Beam
    13 sel = selector()
    14 sel.set_ifs(0)
    15 sel.set_polarisations(0)
    16 sel.set_beams(0)
    17 scan.set_selection(sel)
     14scan.set_selection(ifs=0, beams=0, pols=0)
    1815
    1916# plot in GHz
     
    5047xyplotter.ylabel("Obs. Time")
    5148
    52 #xyplotter.savefig("test.ps",orientation="landscape")
     49xyplotter.savefig("test.png",orientation="landscape")
Note: See TracChangeset for help on using the changeset viewer.