Changeset 440 for trunk/src/SDPol.h


Ignore:
Timestamp:
02/15/05 11:20:11 (19 years ago)
Author:
kil064
Message:

add function SDPolUtil::stokesMask
fix error in nPol check in SDStokesENgine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDPol.h

    r438 r440  
    6363// Compute Circular polarization RR or LL from I and V
    6464  static casa::Array<casa::Float> circularPolarizationFromStokes (casa::Array<casa::Float>& I,
    65                                                                   casa::Array<casa::Float>& V,
     65                                                                  casa::Array<casa::Float>& V,  
    6666                                                                  casa::Bool doRR);
     67
     68// Compute Mask for STokes parameters from raw correlation masks
     69// Gets output shape right (e.g. XX,YY -> I)
     70  static casa::Array<casa::Bool> stokesMask (casa::Array<casa::Bool> rawFlags,
     71                                             casa::Bool doLinear);
     72
    6773};
    6874
Note: See TracChangeset for help on using the changeset viewer.