Ignore:
Timestamp:
11/11/11 14:09:03 (13 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: No (a bug fix related to CAS-3606)

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs: all SD unit and regression tests passed

Put in Release Notes: No

Module(s): asap.scantable and asap.asapmath

Description: spceified ifno parameter in some of the calls to scantable.nchan.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asapmath.py

    r2341 r2348  
    357357            ymin=1.0e100
    358358            ymax=-1.0e100
    359             nchan=s.nchan()
     359            nchan=s.nchan(ifnos[int(i/len(polnos))])
    360360            edge=int(nchan*0.01)
    361361            for j in range(4):
     
    577577            ymin=1.0e100
    578578            ymax=-1.0e100
    579             nchan=scantab.nchan()
     579            nchan=scantab.nchan(ifnos[int(i/len(polnos))])
    580580            edge=int(nchan*0.01)
    581581            for j in range(4):
     
    770770            ymin=1.0e100
    771771            ymax=-1.0e100
    772             nchan=s.nchan()
     772            nchan=s.nchan(ifnos[2*int(i/len(polnos))])
    773773            edge=int(nchan*0.01)
    774774            for j in range(4):
Note: See TracChangeset for help on using the changeset viewer.