Custom Query (241 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (28 - 30 of 241)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Ticket Owner Reporter Resolution Summary
#8 Malte Marquarding Chris Phillips fixed Polarimetry Support
Description

Support for parallactic and feed angles should be added into ASAP v2

Changes needed are:

File format

Parangle is currently in main table, Denoted Pa below

Feed rotation is either the "angle" or "rotation" column in Focus subtable (need to check). Denoted Fr below.

The focus table should have the following columns added

Hand (either +1 or -1 depending if A=X B=Y or X=Y, B=X. default 1)

Mount (angle how the feed has been bolted into receiver package. Default 0. Pm below)

User (User definable correction. Default 0. Pu below)

The current polarisation type probably needs to be generalised a little to support single XX, YY, RR or YY

Two further possible entries (has to be zero currently) for the FOCUS subtable is xyphase (measurement of the xy phase offset) and xyphase offset (position of Cal, default 0)

Stokes Derivation

The existing Stokes derivations should be changed as follows to take into account paralactic and feed rotation

Linear -> Circular No changed needed

Linear -> Stokes

Refer to Equation 10 & 11 in Simon Jonstones discussion note.

For ASAP Equation 10 should be rewritten as:

I = C1 + C2

Q = C1 - C2

U = C3

V = C4

Then Eqn 11 can be used where FD_HAND is "hand" in the focus table, the angles used are the sum (Pa+Fr+Pm+Pu) as defind above. If Theta=Pa+Fr+Pm+Pu

It = I

Qt = Qcos(theta) - Usin(theta)

Ut = Qsin(theta) + Ucos(theta)

Vt = hand*V

Also for conversions from Stokes use

RR = (I+V)/2

LL = (U-V)/2

XX = (I+Q)/2

YY = (I-Q)/2

#9 Chris Phillips Malte Marquarding fixed Update user guide
Description

The ASAP user guide needs to be updated to asap2.

#10 Malte Marquarding Chris Phillips fixed Cannot select "RR & LL"
Description

The following selection of stokes RR & LL fails on the plotter (using Parkes test data)

ASAP> selection.set_polarisations("RR LL")

ASAP> plotter.set_selection(selection)
------------------------------------------------------------
Traceback (most recent call last):
  File "<console>", line 1, in ?
  File "/u/phi196/data/pkgs/asap/lib/python2.3/site-packages/asap/asapplotter.py", line 488, in set_selection
    if self._data and refresh: self.plot(self._data)
  File "/u/phi196/data/pkgs/asap/lib/python2.3/site-packages/asap/asapplotter.py", line 89, in plot
    self._plot(self._data)
  File "/u/phi196/data/pkgs/asap/lib/python2.3/site-packages/asap/asapplotter.py", line 433, in _plot
    y = scan._getspectrum(r, polmodes[scan.getpol(r)])
RuntimeError: Polarisation type unknown
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Note: See TracQuery for help on using queries.