1 |
|
|
2 |
|
|
3 |
|
subroutine idtoc(ipfa,cpfa) |
4 |
|
|
5 |
|
integer ipfa |
6 |
|
character*4 cpfa |
7 |
|
|
8 |
|
CPFA='COG4' |
9 |
|
if(ipfa.eq.0)CPFA='ETA' |
10 |
|
if(ipfa.eq.2)CPFA='ETA2' |
11 |
|
if(ipfa.eq.3)CPFA='ETA3' |
12 |
|
if(ipfa.eq.4)CPFA='ETA4' |
13 |
|
if(ipfa.eq.10)CPFA='COG' |
14 |
|
if(ipfa.eq.11)CPFA='COG1' |
15 |
|
if(ipfa.eq.12)CPFA='COG2' |
16 |
|
if(ipfa.eq.13)CPFA='COG3' |
17 |
|
if(ipfa.eq.14)CPFA='COG4' |
18 |
|
|
19 |
|
end |
20 |
|
|
21 |
*** * * * *** * * * *** * * * *** * * * *** * * * *** * * * *** |
*** * * * *** * * * *** * * * *** * * * *** * * * *** * * * *** |
22 |
* this file contains all subroutines and functions |
* this file contains all subroutines and functions |
23 |
* that are needed for position finding algorithms |
* that are needed for position finding algorithms |