Changeset 429 for trunk/src/SDPol.h


Ignore:
Timestamp:
02/14/05 17:33:53 (19 years ago)
Author:
kil064
Message:

add functions

getStokesSLice
circularPolarization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDPol.h

    r427 r429  
    5353                             casa::Array<casa::Float>& C4,
    5454                             casa::Float phase);
     55
     56// Get Stokes slices from the Array.  Start and End should
     57// already be setup to access the Array at the current cursor location
     58// (beam, IF, chanells; see SDMemTable).  This function will modify the asap::PolAxis
     59// location to access the desired Stokes slice ("I", "Q", "U", "V")
     60  static casa::Array<casa::Float> getStokesSlice (casa::Array<casa::Float>& input, const casa::IPosition& start,
     61                                                  const casa::IPosition& end, const casa::String& stokes);
     62
     63// Compute Circular polarization RR or LL from I and V
     64  static casa::Array<casa::Float> circularPolarizationFromStokes (casa::Array<casa::Float>& I,
     65                                                                  casa::Array<casa::Float>& V,
     66                                                                  casa::Bool doRR);
    5567};
    5668
Note: See TracChangeset for help on using the changeset viewer.