Changeset 1241 for tags


Ignore:
Timestamp:
09/05/06 20:50:02 (18 years ago)
Author:
mar637
Message:

enabled write of circular pols

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/Release2.1.0b/src/STWriter.cpp

    r1072 r1241  
    298298{
    299299  String poltype = tab.keywordSet().asString("POLTYPE");
    300   if ( poltype != "linear") {
     300  if ( poltype == "stokes") {
    301301    String msg = "poltype = " + poltype + " not yet supported in output.";
    302302    throw(AipsError(msg));
Note: See TracChangeset for help on using the changeset viewer.