Opened 19 years ago
Closed 19 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"...]
Note:
See TracTickets
for help on using tickets.
Fixed. http://sourcecode.atnf.csiro.au/cgi-bin/trac_asap.cgi/changeset/954