Changeset 1659 for branches/alma


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

New Development: No

JIRA Issue: Yes (CAS-1441)

Ready to Release: Yes

Interface Changes: No

What Interface Changed:

Test Programs: run (sd.)splitant with multi-point observation data.

Put in Release Notes: No

Module(s):

Description: Fixed a bug. Pointing data is now properly handled.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/alma/python/asapmath.py

    r1651 r1659  
    911911    return scal
    912912
    913 ### Start mod: 2009.10.16 kana ###
    914913def splitant(filename, outprefix='',overwrite=False):
    915914    """
     
    10121011        stab.close()
    10131012        ctab.close()
    1014         scan=scantable(tmpms,False)
     1013        scan=scantable(tmpms,average=False,getpt=True)
    10151014        outname=prefix+antnames[antid]+'.asap'
    10161015        scan.save(outname,format='ASAP',overwrite=overwrite)
     
    10271026    os.system('rm -rf '+tmpms)
    10281027    return outfiles
    1029 ### End mod ######################
Note: See TracChangeset for help on using the changeset viewer.