Changeset 2890 for trunk/python


Ignore:
Timestamp:
01/10/14 20:26:37 (10 years ago)
Author:
WataruKawasaki
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes:

Module(s): sd

Description: (1) fixed Scantable::do{CubicSpline?}LeastSquareFitting?() to correctly avoid using NaN/Inf data (in calculating sigma of residual spectrum). (2) clean-up parse_spw_selection() code in scantable.py.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/scantable.py

    r2889 r2890  
    20482048       
    20492049        return res
    2050     #found
    2051 
     2050   
    20522051    @asaplog_post_dec
    20532052    def get_first_rowno_by_if(self, ifno):
     
    20742073
    20752074        return res
    2076     # doppler
    2077 ##################################
    20782075   
    20792076    @asaplog_post_dec
Note: See TracChangeset for help on using the changeset viewer.