Opened 18 years ago

Closed 18 years ago

#6 closed defect (fixed)

selector.set_polarisation does not work

Reported by: Chris Phillips Owned by: Malte Marquarding
Priority: high Milestone: ASAP2 alpha release
Component: python Version: 2.0
Severity: major Keywords:
Cc:

Description

The following gives an error:

ASAP> selection.set_polarisations(["I", "Q"])


Traceback (most recent call last):

File "<console>", line 1, in ? File "/u/phi196/data/pkgs/asap/lib/python2.3/site-packages/asap/selector.py", line 46, in set_polarisations

raise TypeError?('Unknown pol type. Please use [0,1...] or ["XX","YY"...]')

TypeError?: Unknown pol type. Please use [0,1...] or ["XX","YY"...]

Change History (1)

comment:1 Changed 18 years ago by Malte Marquarding

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.