Changeset 2885 for trunk/python


Ignore:
Timestamp:
12/24/13 19:28:29 (10 years ago)
Author:
WataruKawasaki
Message:

New Development: No

JIRA Issue: Yes CAS-5859

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: No

Module(s): sd

Description: modified sd.scantable.parse_spw_selection() so that it returns 'all channels of all spws' in case or '*' given.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/scantable.py

    r2884 r2885  
    17741774
    17751775        for cms_elem in comma_sep:
    1776             if (cms_elem.strip() == ""): continue
    1777            
    17781776            colon_sep = cms_elem.split(":")
    17791777           
Note: See TracChangeset for help on using the changeset viewer.