Changes between Initial Version and Version 1 of Ticket #162


Ignore:
Timestamp:
05/06/09 15:54:44 (15 years ago)
Author:
Malte Marquarding
Comment:

Hi Jimi,

you need to convert the polarisation type first, e.g. here

plin = plotscans.convert_pol('linpol')
plin.save(source+'IPl','ASCII')

The documentation for scantable.convert_pol doesn't actually list 'linpol' as an option, which I have fixed. It works though.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #162

    • Property Owner changed from Malte Marquarding to Malte Marquarding
    • Property Status changed from new to assigned
  • Ticket #162 – Description

    initial v1  
    22them, but the files produced look identical. I was wondering if you
    33might be able to spot anything obvious that I'm missing. Here are the commands I'm using:
    4 
     4{{{
    55   plotscans.set_selection()
    66
     
    1717   plotscans.set_selection(sel)
    1818   plotscans.save(source+'RRLL','ASCII')
     19}}}