Changeset 502 for trunk/src/SDMath.h


Ignore:
Timestamp:
02/23/05 14:00:16 (19 years ago)
Author:
kil064
Message:

add function rotateLinPolPhase

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDMath.h

    r480 r502  
    125125                          const casa::String& wtStr) const;
    126126
    127 // Rotate XY phase
     127// Rotate XY phase. Value in degrees.
    128128   void rotateXYPhase (SDMemTable& in, casa::Float value, casa::Bool doAll);
     129
     130// Rotate Q & U by operating on the raw correlations.Value in degrees.
     131   void rotateLinPolPhase (SDMemTable& in, casa::Float value, casa::Bool doAll);
    129132
    130133
Note: See TracChangeset for help on using the changeset viewer.