Changeset 1234 for tags


Ignore:
Timestamp:
09/01/06 16:02:56 (18 years ago)
Author:
mar637
Message:

allow stokes V from circular pol

File:
1 edited

Legend:

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

    r1189 r1234  
    3535    if ( index == 0 )
    3636      out = Vector<Float>(getSpectrum(0) + getSpectrum(1));
     37    else if ( index == 3 )
     38      out = Vector<Float>(getSpectrum(0) - getSpectrum(1));
    3739  }
    3840  return out;
Note: See TracChangeset for help on using the changeset viewer.