diff options
Diffstat (limited to 'filter/tfilt.ex')
-rw-r--r-- | filter/tfilt.ex | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/filter/tfilt.ex b/filter/tfilt.ex new file mode 100644 index 0000000..0e54be2 --- /dev/null +++ b/filter/tfilt.ex @@ -0,0 +1,24 @@ +!foosub(pi, pichans, event,"this is a test", 'x') +(pha*10)=='P' +pha==phachans/2 +annulus(X,Y,503,512,30,80) +(pow(x-400,2)+pow(y-400,2))<=16 +min(pi,pha)>1&&max(pi,pha)<3 +min(pi,pha)*14>x +max(pi,pha)==(pi+1) +(pi+pha)>2+log(pi)-pha +(pi<3)&&(pi==pha) +pi=3:4,(pha>1) +pha=1,100<time +pha=1,100||pi +pha=1,100||pi=2 +pi=1,2&&pha>3 +pi>pha+1 +pha=1,3,5:7,pi=2,4,6:8&&time>100 +pha=1,3,5:7,pi=2,4,6:8,time<100 +pha=1,3,5:7 +pi=1,pha=2 +pi=1,pha==2 +pi=1,2==pha +pha=1,3,5:7,pi=2:3 +pha=1,3,5:7,pi=2,4,6:8 |