Skip to content
Snippets Groups Projects
Commit 179662b8 authored by John Romein's avatar John Romein
Browse files

bug 225:

Added CS010 tiles
parent 2a8ea12a
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,14 @@ CS016_HBA2 = [Station('CS016_HBA2')]
CS016_HBA3 = [Station('CS016_HBA3')]
CS016_HBAs = CS016_HBA0 + CS016_HBA1 + CS016_HBA2 + CS016_HBA3
CS010_TILE1 = [Station('CS010_TILE1')]
CS010_TILE2 = [Station('CS010_TILE2')]
CS010_TILE3 = [Station('CS010_TILE3')]
CS010_TILE4 = [Station('CS010_TILE4')]
CS010_TILE5 = [Station('CS010_TILE5')]
CS010_TILE6 = [Station('CS010_TILE6')]
CS010_TILES = CS010_TILE1 + CS010_TILE2 + CS010_TILE3 + CS010_TILE4
CS010_dipole0 = [Station('CS010_dipole0')]
CS010_dipole4 = [Station('CS010_dipole4')]
CS010_dipole8 = [Station('CS010_dipole8')]
......@@ -173,7 +181,7 @@ I_91 = [Station('I_91')]
AllMicroStations = CS010_4us + CS001_4us + CS008_4us + CS016_4us
AllDipoles0_4_8_12 = CS010_4dipoles0_4_8_12 + CS001_4dipoles0_4_8_12 + CS008_4dipoles0_4_8_12 + CS016_4dipoles0_4_8_12
AllDipolesMixed = CS010_4dipoles0_4_8_12 + CS001_4dipoles2_6_10_14 + CS008_4dipoles2_6_10_14 + CS016_4dipoles2_6_10_14
AllHBAs = CS010_HBAs + CS001_HBAs + CS008_HBAs + CS016_HBAs
AllHBAs = CS010_TILES + CS001_HBAs + CS008_HBAs + CS016_HBAs
Mixed = CS010_us0 + CS010_dipole4 + CS010_dipole8 + CS010_dipole12 + CS001_4dipoles0_4_8_12 + CS008_4dipoles0_4_8_12 + CS016_4dipoles0_4_8_12
All24Dipoles = CS001_4dipoles0_4_8_12 + CS008_4dipoles0_4_8_12 + CS016_4dipoles0_4_8_12 + CS030_4dipoles + CS031_4dipoles + CS032_4dipoles
All23Dipoles = CS001_4dipoles0_4_8_12 + CS008_4dipoles0_4_8_12 + CS016_us0 + CS016_us1 + CS016_us2 + CS030_4dipoles + CS031_4dipoles + CS032_4dipoles
......
......@@ -239,6 +239,13 @@ PIC.Core.CS016_HBA1.position = [0.11996419336 , 0.92026674988 , 6364621.08089]
PIC.Core.CS016_HBA2.position = [0.119971470898, 0.920264391844, 6364621.12943]
PIC.Core.CS016_HBA3.position = [0.11996757639 , 0.920259984186, 6364621.22015]
PIC.Core.CS010_TILE1.position = [0.119907471953, 0.920277419046, 6364621.16628]
PIC.Core.CS010_TILE2.position = [0.11990750526 , 0.920278400825, 6364621.14607]
PIC.Core.CS010_TILE3.position = [0.119907538567, 0.920279382603, 6364621.12487]
PIC.Core.CS010_TILE4.position = [0.119905917398, 0.92027940276 , 6364621.12445]
PIC.Core.CS010_TILE5.position = [0.119905884091, 0.920278420981, 6364621.14566]
PIC.Core.CS010_TILE6.position = [0.119905850785, 0.920277439203, 6364621.16587]
PIC.Core.CS001_HBA0.port = 10.170.0.130:4346
PIC.Core.CS001_HBA1.port = 10.170.0.129:4347
PIC.Core.CS001_HBA2.port = 10.170.0.132:4348
......@@ -259,6 +266,11 @@ PIC.Core.CS016_HBA1.port = 10.170.0.145:4347
PIC.Core.CS016_HBA2.port = 10.170.0.148:4348
PIC.Core.CS016_HBA3.port = 10.170.0.147:4349
PIC.Core.CS010_TILE1.port = 10.170.0.154:4346
PIC.Core.CS010_TILE2.port = 10.170.0.153:4347
PIC.Core.CS010_TILE3.port = 10.170.0.156:4348
PIC.Core.CS010_TILE4.port = 10.170.0.155:4349
PIC.Core.CS010_S30.position = [0.119892920416, 0.92026905084 , 6364619.58352]
PIC.Core.CS010_S31.position = [0.119895877779, 0.920274150605, 6364619.46855]
PIC.Core.CS010_S32.position = [0.119904798351, 0.920274053467, 6364619.47055]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment