Mise a jour
darcs-hash:20090130133726-9fc8c-d7925e92b006d41966ed0d79989d560123f43f83.gz
This commit is contained in:
parent
6ebab10a37
commit
162c3a9c3c
1 changed files with 12 additions and 12 deletions
|
@ -8,17 +8,17 @@ from socket import gethostname
|
|||
|
||||
host = gethostname()
|
||||
|
||||
transpondeurs = { 'canard' : [ TNT_R4_498000(0) ,
|
||||
Hotbird_12476(1) ,
|
||||
Hotbird_11240(2) ,
|
||||
Hotbird_12597(3) ],
|
||||
# Hotbird_12577(4) ], #to replace
|
||||
'lapin' : [ Hotbird_11604(0) ,
|
||||
Hotbird_11785(1) ,
|
||||
TNT_R1_586000(2) ,
|
||||
TNT_R6_562000(3) ,
|
||||
TNT_R2_474000(4) ],
|
||||
'oie' : [ Hotbird_10873(0) ,
|
||||
transpondeurs = { 'canard' : [ Hotbird_12476(0) ,
|
||||
Hotbird_11240(1) ,
|
||||
Hotbird_12597(2) ,
|
||||
TNT_R4_498000(4) ,
|
||||
Hotbird_11604(3) ],
|
||||
'lapin' : [ Hotbird_11727(0) ,
|
||||
Hotbird_11623(4) , #Cette carte capte tres mal
|
||||
TNT_R1_586000(1) ,
|
||||
TNT_R6_562000(2) ,
|
||||
TNT_R2_474000(3) ],
|
||||
'oie' : [ Hotbird_10853(0) ,
|
||||
Hotbird_11766(1) ,
|
||||
Hotbird_12111(2) ,
|
||||
Hotbird_11137(3) ,
|
||||
|
@ -34,6 +34,6 @@ if __name__ == '__main__' :
|
|||
if len(sys.argv) == 2 :
|
||||
conf = transpondeurs.get(sys.argv[1],[])
|
||||
for t in conf :
|
||||
print t
|
||||
print t, "sur la carte", t.card
|
||||
for (sap_group, chaine) in t.chaines.values() :
|
||||
print '\t%s\t: \t%s' % (sap_group,chaine)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue