Ignore:
Timestamp:
04/07/06 13:29:08 (18 years ago)
Author:
mar637
Message:

Fixed computiaons of stokes and back after discussions with Jim Caswell.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STPolLinear.h

    r904 r1007  
    1919
    2020/**
    21 The linear representation of polarisation
     21  The linear representation of polarisation.
     22  We are using the following convention:
     23  @li I = XX + YY
     24  @li Q = XX - YY
     25  @li U = 2*Real(XY)
     26  @li V = 2*Imag(XY)
    2227
    23 @author Malte Marquarding
     28  resulting in:
     29  @li I' = I
     30  @li Q' = Q * cos(theta) - V *sin(theta)
     31  @li U' = Q * sin(theta) + U * cos(theta)
     32  @li V' = V
     33  @author Malte Marquarding
     34
    2435*/
    2536class STPolLinear : public STPol
Note: See TracChangeset for help on using the changeset viewer.