Ignore:
Timestamp:
02/14/05 13:26:04 (19 years ago)
Author:
kil064
Message:

add paOffset to function SDmemTable::getSTokesSpectrum

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDMemTable.cc

    r418 r426  
    346346}
    347347
    348 std::vector<float> SDMemTable::getStokesSpectrum(Int whichRow, Bool doPol) const
     348std::vector<float> SDMemTable::getStokesSpectrum(Int whichRow, Bool doPol, Float paOffset) const
    349349//
    350350// Gets
     
    376376        out = SDPolUtil::polarizedIntensity(Q,U);
    377377     } else if (polSel_==2) {                                 // P.A.
    378         out = SDPolUtil::positionAngle(Q,U);
     378        out = SDPolUtil::positionAngle(Q,U) + paOffset;
    379379     }
    380380//
Note: See TracChangeset for help on using the changeset viewer.