Changeset 1659
- Timestamp:
- 11/13/09 17:33:49 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/alma/python/asapmath.py
r1651 r1659 911 911 return scal 912 912 913 ### Start mod: 2009.10.16 kana ###914 913 def splitant(filename, outprefix='',overwrite=False): 915 914 """ … … 1012 1011 stab.close() 1013 1012 ctab.close() 1014 scan=scantable(tmpms, False)1013 scan=scantable(tmpms,average=False,getpt=True) 1015 1014 outname=prefix+antnames[antid]+'.asap' 1016 1015 scan.save(outname,format='ASAP',overwrite=overwrite) … … 1027 1026 os.system('rm -rf '+tmpms) 1028 1027 return outfiles 1029 ### End mod ######################
Note:
See TracChangeset
for help on using the changeset viewer.