33 |
strange(i,j,k)=1 !initializes unusually high or low signal |
strange(i,j,k)=1 !initializes unusually high or low signal |
34 |
enddo ! affected strips flag |
enddo ! affected strips flag |
35 |
|
|
36 |
|
c------------------------------------------------------------------------ |
37 |
|
c (september 2007) |
38 |
|
c remove from CN computation the first and the last 3 channels of |
39 |
|
c each X view, becouse they ar not connected to any strip |
40 |
|
c------------------------------------------------------------------------ |
41 |
|
if(mod(i,2).eq.0)then |
42 |
|
if(j.eq.1)then |
43 |
|
do k=1,3 |
44 |
|
strange(i,j,k)=0 |
45 |
|
enddo |
46 |
|
elseif(j.eq.nva1_ladder)then |
47 |
|
do k=nstrips_va1,nstrips_va1-2,-1 |
48 |
|
strange(i,j,k)=0 |
49 |
|
enddo |
50 |
|
endif |
51 |
|
endif |
52 |
|
|
53 |
newclstr=1 !flag to warn about new found signal |
newclstr=1 !flag to warn about new found signal |
54 |
c ! affected strips |
c ! affected strips |
55 |
c------------------------------------------------------------------------ |
c------------------------------------------------------------------------ |