Opened 14 years ago
Closed 14 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'.
Note:
See TracTickets
for help on using tickets.
Completed to update the code.