Ignore:
Timestamp:
08/13/10 16:07:29 (14 years ago)
Author:
Malte Marquarding
Message:

Added srctype enum handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/scantable.py

    r1862 r1875  
    22482248        if mode.lower() == "paired":
    22492249            sel = self.get_selection()
    2250             sel.set_query("SRCTYPE==1")
     2250            sel.set_query("SRCTYPE==psoff")
    22512251            self.set_selection(sel)
    22522252            offs = self.copy()
    2253             sel.set_query("SRCTYPE==0")
     2253            sel.set_query("SRCTYPE==pson")
    22542254            self.set_selection(sel)
    22552255            ons = self.copy()
Note: See TracChangeset for help on using the changeset viewer.