Changeset 446 for trunk/src/SDPol.h


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

add function convertStokes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDPol.h

    r440 r446  
    3535#include <casa/aips.h>
    3636#include <casa/Arrays/Array.h>
     37#include <measures/Measures/Stokes.h>
    3738#include <tables/Tables/BaseMappedArrayEngine.h>
    3839
     
    7172                                             casa::Bool doLinear);
    7273
     74// Find the Stokes type for the given polarization axis (0,1,2,3)
     75// You can ask for STokes or raw correltions (linear or circular)
     76   static casa::Stokes::StokesTypes convertStokes(casa::Int val, casa::Bool toStokes,
     77                                                  casa::Bool linear);
    7378};
    7479
Note: See TracChangeset for help on using the changeset viewer.