Ignore:
Timestamp:
12/22/05 11:55:22 (18 years ago)
Author:
phi196
Message:

Added swap_pol & invert_phase

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release12/src/SDMath.h

    r716 r798  
    137137   void rotateLinPolPhase(SDMemTable& in, casa::Float value, casa::Bool doAll);
    138138
     139// Complex conjugate of phase
     140   void invertPhase(SDMemTable& in, casa::Bool doAll);
     141
     142// Swap polarisation order
     143   void swapPol(SDMemTable& in, casa::Bool doAll);
    139144 
    140145 private:
Note: See TracChangeset for help on using the changeset viewer.