Opened 16 years ago
Last modified 16 years ago
#162 reopened defect
Polarisation data extraction — at Initial Version
Reported by: | Owned by: | Malte Marquarding | |
---|---|---|---|
Priority: | normal | Milestone: | ASAP 2.4 |
Component: | General | Version: | 2.0 |
Severity: | normal | Keywords: | |
Cc: |
Description
I'm trying to extract ascii files with just the polarisation data in them, but the files produced look identical. I was wondering if you might be able to spot anything obvious that I'm missing. Here are the commands I'm using:
plotscans.set_selection()
sel = plotscans.get_selection() sel.set_polarisations(['I','Plinear']) plotscans.set_selection(sel) plotscans.save(source+'IPl','ASCII')
sel.reset() plotscans.set_selection()
sel = plotscans.get_selection() sel.set_polarisations(['RR', 'LL']) plotscans.set_selection(sel) plotscans.save(source+'RRLL','ASCII')