Opened 13 years ago

Closed 13 years ago

#239 closed defect (fixed)

POLTYPE should be 'stokes' for polarization averaged data

Reported by: Takeshi Nakazato Owned by: Takeshi Nakazato
Priority: normal Milestone: Unified development
Component: c++ Version: 2.0
Severity: normal Keywords:
Cc: MalteMalqurding

Description

STMath::averagePolarizations() averages polarization components into one. The method sets POLNO as 0 for polarization averaged data. However, it is not enough since POLNO=0 means 'XX' for linear polarization while 'RR' for circular polarization so that it is confusing. The method should update POLTYPE as 'stokes' in addition.

This change seems reasonable since POLNO=0 means 'I' (total intensity) if POLTYPE is 'stokes'.

Change History (1)

comment:1 Changed 13 years ago by Takeshi Nakazato

Resolution: fixed
Status: newclosed

Completed to update the code.

Note: See TracTickets for help on using tickets.