source: trunk/src/python_script/angles_amsu.py @ 6

Last change on this file since 6 was 6, checked in by gaclod, 12 years ago

add GC python scripts

  • Property svn:executable set to *
File size: 374 bytes
Line 
1
2#angles amsub
3
4ang_ab1=np.zeros([90],float)
5for kk in range(0,89):
6    ipos= (ambch1[7,:]==kk)
7    ang_ab1[kk]= mean(ambch1[8,ipos])
8
9
10ipos2= (ambch1[7,:]==2)
11sum(ipos1)
12ambch1[8,ipos1]
13
14
15#angles amsua
16
17ang_aa1=np.zeros([31],float)
18for kk in range(0,31):
19    iposs= (amch1[7,:]==kk)
20    ang_aa1[kk]= mean(amch1[8,iposs])
21
22
23iposs0= (amch1[7,:]==0)
24iposs30= (amch1[7,:]==30)
Note: See TracBrowser for help on using the repository browser.