Changeset 913


Ignore:
Timestamp:
03/21/06 14:50:42 (18 years ago)
Author:
mar637
Message:

Stokes polarimetry handling and conversion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Scantable.cpp

    r905 r913  
    5656#include "Scantable.h"
    5757#include "STPolLinear.h"
     58#include "STPolStokes.h"
    5859#include "STAttr.h"
    5960#include "MathUtils.h"
     
    6869  if ( factories_.empty() ) {
    6970    Scantable::factories_["linear"] = &STPolLinear::myFactory;
     71    Scantable::factories_["stokes"] = &STPolStokes::myFactory;
    7072  }
    7173}
Note: See TracChangeset for help on using the changeset viewer.