Opened 12 years ago

Last modified 12 years ago

#258 new defect

scantable masking bug

Reported by: Takeshi Nakazato Owned by: Malte Marquarding
Priority: high Milestone: ASAP 4.0
Component: General Version: 2.0
Severity: critical Keywords:
Cc:

Description

The code to handle mask (scantable.create_mask() etc.) has a bug. It causes failure for the data that has more than one IFs whose number of channels are not equal.

Problem is that the code always refers 'nChan' field in the header for number of channels. In create_mask(), for example, it will fail (by the exception like 'list index out of range') when IFNO for specified row has different number of channels from 'nChan' field value.

Change History (1)

comment:1 Changed 12 years ago by Takeshi Nakazato

Some code are modified by Kana and Takeshi. Most important one would be baseline related code. Committed revision for baseline functions is r2410 (trunk).

Note: See TracTickets for help on using tickets.