Changeset 896 for trunk/src/STMath.h


Ignore:
Timestamp:
03/10/06 12:09:29 (18 years ago)
Author:
mar637
Message:

enable polarimetry in asap2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STMath.h

    r894 r896  
    2424#include "Scantable.h"
    2525#include "STDefs.h"
     26#include "STPol.h"
    2627#include "Logger.h"
    2728
     
    99100    merge(const std::vector<casa::CountedPtr<Scantable> >& in);
    100101
     102  casa::CountedPtr<Scantable>
     103    invertPhase( const casa::CountedPtr<Scantable>& in);
     104  casa::CountedPtr<Scantable>
     105    rotateXYPhase( const casa::CountedPtr<Scantable>& in, float phase);
     106  casa::CountedPtr<Scantable>
     107    rotateLinPolPhase( const casa::CountedPtr<Scantable>& in, float phase);
     108
    101109  /// @todo frequency alignment
    102110
     111  casa::CountedPtr<Scantable>
     112    swapPolarisations(const casa::CountedPtr<Scantable>& in);
     113
    103114private:
     115  casa::CountedPtr<Scantable>  applyToPol( const casa::CountedPtr<Scantable>& in,
     116                                           STPol::polOperation fptr,
     117                                           casa::Float phase);
     118
    104119  static imethod stringToIMethod(const std::string& in);
    105120  static WeightType stringToWeight(const std::string& in);
Note: See TracChangeset for help on using the changeset viewer.