Changeset 500 for trunk/src/SDPol.h


Ignore:
Timestamp:
02/23/05 13:59:06 (19 years ago)
Author:
kil064
Message:

rotateXYPhase -> rotatePhase
add function rotateLinPolPgase

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDPol.h

    r492 r500  
    155155                                                 const casa::Array<casa::Float>& U);
    156156
    157  // Rotate phase of Complex correlation C3+iC4 by phase (degrees)
    158   static void rotateXYPhase (casa::Array<casa::Float>& C3,
    159                              casa::Array<casa::Float>& C4,
    160                              casa::Float phase);
     157 // Rotate phase of Complex correlation R+iI by phase (degrees)
     158  static void rotatePhase (casa::Array<casa::Float>& R,
     159                           casa::Array<casa::Float>& I,
     160                           casa::Float phase);
     161
     162 // Rotate phase of P=(Q+iU) by phase (degrees), but do this by applying
     163 // the corrections to the raw linear polarizations
     164  static void rotateLinPolPhase (casa::Array<casa::Float>& C1,
     165                                 casa::Array<casa::Float>& C2,
     166                                 casa::Array<casa::Float>& C3,
     167                                 casa::Array<casa::Float>& I,
     168                                 casa::Array<casa::Float>& Q,
     169                                 casa::Array<casa::Float>& U,
     170                                 casa::Float phase);
    161171
    162172// Get Stokes slices from the Array.  Start and End should
Note: See TracChangeset for help on using the changeset viewer.