Ignore:
Timestamp:
07/02/13 10:38:18 (11 years ago)
Author:
Malte Marquarding
Message:

Issue #291: added scantable.set_sourcename to overwrite sourcename to allow freq_align to work. Exposed 'SOURCE' averaging to python api. Added some logging to freq_align refering to the sources it aligns to

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asapmath.py

    r2754 r2818  
    9090    else:
    9191        #s = scantable(stm._average(alignedlst, mask, weight.upper(), scanav))
    92         s = scantable(stm._new_average(alignedlst, compel, mask, weight.upper(), scanav))
     92        s = scantable(stm._new_average(alignedlst, compel, mask,
     93                                       weight.upper(), scanav))
    9394    s._add_history("average_time",varlist)
    9495
Note: See TracChangeset for help on using the changeset viewer.