Changeset 1664
- Timestamp:
- 11/27/09 16:00:35 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/STWriter.cpp
r1663 r1664 300 300 { 301 301 String poltype = tab.keywordSet().asString("POLTYPE"); 302 if ( poltype == "stokes") { 302 // Full stokes is not supported. Just allow stokes I 303 if ( poltype == "stokes" && tab.nrow() != 1) { 303 304 String msg = "poltype = " + poltype + " not yet supported in output."; 304 305 throw(AipsError(msg));
Note:
See TracChangeset
for help on using the changeset viewer.