Skip to content
Snippets Groups Projects
elettra2_lattice.json 158 KiB
Newer Older
Lucio Zambon's avatar
Lucio Zambon committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000
{
	"preinjector": {
		"sections": [
			{
				"start": {"x": 19415, "z": 13125},
				"components": [
					{"type": "gun", "position": 0, "name": "Gun", "href": "https://puma-01.elettra.eu/spa/index.html?s=preinj_summary"},
					{"type": "cm", "position": 2270.5, "name": "CM_P1.1"},
					{"type": "quadrupolebooster", "position": 2366, "length": 50, "name": "QD_P1.1"},
					{"type": "quadrupolebooster", "position": 2449, "length": 50, "name": "QF_P1.2"},
					{"type": "quadrupolebooster", "position": 2532, "length": 50, "name": "QD_P1.3"},
					{"type": "bpm", "position": 2632, "name": "BPM_P1.1"},
					{"type": "blm", "position": 2632, "name": "BPM_P1.1_R"},
					{"type": "blm", "position": 2632, "name": "BPM_P1.1_L"},
					{"type": "flsc", "position": 2882, "name": "FLSC_P1.2"},
					{"type": "correctorbooster", "position": 3321.5, "name": "CHAS_P1.1"},
					{"type": "cavitylinac", "position": 5604, "length": 4300, "rotateY": "PI/2", "href": "https://puma-01.elettra.eu/spa/index.html?s=preinj_summary", "name": "ACCT_P1.1"},
					{"type": "correctorbooster", "position": 7886.5, "name": "CHAS_P1.2"},
					{"type": "quadrupolebooster", "position": 8272, "length": 50, "name": "QD_P1.4"},
					{"type": "quadrupolebooster", "position": 8355, "length": 50, "name": "QF_P1.5"},
					{"type": "quadrupolebooster", "position": 8438, "length": 50, "name": "QD_P1.6"},
					{"type": "cm", "position": 8523, "name": "CM_P1.2"},
					{"type": "bpm", "position": 8583, "name": "BPM_P1.2"},
					{"type": "blm", "position": 8583, "name": "BPM_P1.2_R"},
					{"type": "blm", "position": 8583, "name": "BPM_P1.2_L"},
					{"type": "flsc", "position": 8838, "name": "FLSC_P1.3"},
					{"type": "correctorbooster", "position": 9198.5, "name": "CHAS_P1.3"},
					{"type": "cavitylinac", "position": 11481, "length": 4300, "rotateY": "PI/2", "href": "https://puma-01.elettra.eu/spa/index.html?s=preinj_summary", "name": "ACCT_P1.2"},
					{"type": "correctorbooster", "position": 13763.5, "name": "CHAS_P1.4"},
					{"type": "cm", "position": 14169, "name": "CM_PTB1.1"},
					{"type": "correctorbooster", "position": 14369, "name": "CH_PTB1.1"},
					{"type": "bpm", "position": 14609, "name": "BPM_PTB1.1"},
					{"type": "blm", "position": 14609, "name": "BPM_PTB1.1_R"},
					{"type": "blm", "position": 14609, "name": "BPM_PTB1.1_L"},
					{"type": "quadrupolebooster", "position": 14951.9, "length": 175, "name": "QD_PTB1.1"},
					{"type": "blm", "position": 14952, "name": "BLM_Q_PTB1.1"},
					{"type": "quadrupolebooster", "position": 15321.9, "length": 175, "name": "QF_PTB1.2"},
					{"type": "blm", "position": 15322, "name": "BLM_Q_PTB1.2"}
				]
			},
			{
				"start": {"x": 3560, "z": 11640},
				"bending": {"type": "dipolebooster", "length": 200, "name": "B_PTB1.1"},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "blm", "position": 100, "name": "BLM_B_PTB1.1_R"},
					{"type": "blm", "position": 100, "name": "BLM_B_PTB1.1_L"},
					{"type": "flsc", "position": 398.9, "name": "FLSC_PTB1.2"},
					{"type": "blm", "position": 398, "name": "BLM_FLSC_PTB1.2"},
					{"type": "bpm", "position": 647.9, "name": "BPM_PTB1.3"},
					{"type": "correctorbooster", "position": 997.9, "name": "CH_PTB1.2"},
					{"type": "quadrupolebooster", "position": 1335.9, "length": 175, "name": "QD_PTB1.3"},
					{"type": "blm", "position": 1336, "name": "BLM_Q_PTB1.3"},
					{"type": "quadrupolebooster", "position": 1705.9, "length": 175, "name": "QF_PTB1.4"},
					{"type": "blm", "position": 1706, "name": "BLM_Q_PTB1.4"},
					{"type": "bpm", "position": 1954.9, "name": "BPM_PTB1.4"},
					{"type": "quadrupolebooster", "position": 2325.9, "length": 175, "name": "QD_PTB1.5"},
					{"type": "blm", "position": 2326, "name": "BLM_Q_PTB1.5"},
					{"type": "correctorbooster", "position": 2744.9, "name": "CH_PTB1.3"},
					{"type": "quadrupolebooster", "position": 3483.9, "length": 175, "name": "QD_PTB1.6"},
					{"type": "blm", "position": 3484, "name": "BLM_Q_PTB1.6"},
					{"type": "quadrupolebooster", "position": 3853.9, "length": 175, "name": "QF_PTB1.7"},
					{"type": "blm", "position": 3854, "name": "BLM_Q_PTB1.7"},
					{"type": "scraper", "position": 4077.9, "name": "SCRH_PTB1.1"},
					{"type": "scraper", "position": 4272.9, "name": "SCRV_PTB1.1"},
					{"type": "blm", "position": 4273, "name": "BLM_SCRV_PTB1.1_R"},
					{"type": "blm", "position": 4273, "name": "BLM_SCRV_PTB1.1_L"},
					{"type": "correctorbooster", "position": 4637.9, "name": "CH_PTB1.4"},
					{"type": "flsc", "position": 4917.9, "name": "FLSC_PTB1.3"},
					{"type": "blm", "position": 4918, "name": "BLM_FLSC_PTB1.3"},
					{"type": "quadrupolebooster", "position": 5183.9, "length": 175, "name": "QD_PTB1.8"},
					{"type": "blm", "position": 5184, "name": "BLM_Q_PTB1.8"},
					{"type": "cm", "position": 5452.9, "name": "CM_PTB1.2"},
					{"type": "bpm", "position": 5452.9, "name": "BPM_PTB1.5"},
					{"type": "si", "position": 6506.4, "length": 400, "name": "SIB_PTB1.1"}
				]
			},
			{
				"start": {"x": -2910, "z": 9230},
				"chamber": {"type": "chamber"},
				"components": [
				]
			}
		],
		"servicearea": [
			{
				"start": {"x": -2910, "z": 9230},
				"components": [
				]
			}
		],
		"bpm": {
			"pos": "https://pwma-dev.elettra.eu/misc/bpm.php?pos&facility=preinjector",
			"rms": "https://pwma-dev.elettra.eu/misc/bpm.php?rms&facility=preinjector",
			"length": 6,
			"offset": 3
		},
		"blm": {
			"confsrc": "https://pwma-dev.elettra.eu/rchan.php?json&valueOnly&src=srv-tango-sre-01.ecs.elettra.trieste.it:20000/sa/radio_protection/blmmaster_p_ptb_a11.01(BlmConfiguration)",
			"datasrc": "https://pwma-dev.elettra.eu/rchan.php?json&valueOnly&src=srv-tango-sre-01.ecs.elettra.trieste.it:20000/sa/radio_protection/blmmaster_p_ptb_a11.01/BlmData"

		}
	},
	"booster": {
		"sections": [
			{
				"start": {"x": -8800, "z": 8695},
				"bending": {"type": "dipolebooster", "name": "B_B1.1"},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "blm", "position": 1000, "name": "BLM_B_B1.1_R"},
					{"type": "blm", "position": 1000, "name": "BLM_B_B1.1_L"},
					{"type": "quadrupolebooster", "position": 1650, "length": 175, "name": "QD_B1.1"},
					{"type": "flsc", "position": 2267, "name": "FLSC_B1.1"},
					{"type": "blm", "position": 2267, "name": "BLM_FLSC_B1.1_R"},
					{"type": "blm", "position": 2267, "name": "BLM_FLSC_B1.1_L"},
					{"type": "dcct", "position": 3300, "name": "DCCT_B1.1"},
					{"type": "bpm", "position": 3810, "name": "BPMT_B1.1"},
					{"type": "quadrupolebooster", "position": 4950, "length": 280, "name": "QF_B1.2"},
					{"type": "bpm", "position": 5180, "name": "BPM_B1.1"},
					{"type": "sextupolebooster", "position": 5310, "name": "SF_B1.1"}
				]
			},
			{
				"start": {"x": -15050, "z": 6630},
				"bending": {"type": "dipolebooster", "name": "B_B2.1"},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "blm", "position": 1000, "name": "BLM_B_B2.1_R"},
					{"type": "blm", "position": 1000, "name": "BLM_B_B2.1_L"},
					{"type": "correctorbooster", "position": 1400, "name": "VCM_B2.1"},
					{"type": "quadrupolebooster", "position": 1650, "length": 175, "name": "QD_B2.1"},
					{"type": "sextupolebooster", "position": 2010, "name": "SD_B2.1"}
				]
			},
			{
				"start": {"x": -17850, "z": 4940},
				"bending": {"type": "dipolebooster", "name": "B_B3.1"},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "blm", "position": 1000, "name": "BLM_B_B3.1_R"},
					{"type": "blm", "position": 1000, "name": "BLM_B_B3.1_L"},
					{"type": "correctorbooster", "position": 1360, "name": "HCM_B3.1"},
					{"type": "quadrupolebooster", "position": 1650, "length": 280, "name": "QF_B3.1"},
					{"type": "bpm", "position": 1880, "name": "BPM_B3.1"},
					{"type": "sextupolebooster", "position": 2010, "name": "SF_B3.1"}
				]
			},
			{
				"start": {"x": -20225, "z": 2665},
				"bending": {"type": "dipolebooster", "name": "B_B4.1"},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "blm", "position": 1000, "name": "BLM_B_B4.1_R"},
					{"type": "blm", "position": 1000, "name": "BLM_B_B4.1_L"},
					{"type": "correctorbooster", "position": 1400, "name": "VCM_B4.1"},
					{"type": "quadrupolebooster", "position": 1650, "length": 175, "name": "QD_B4.1"},
					{"type": "bpm", "position": 1830, "name": "BPM_B4.1"},
					{"type": "sextupolebooster", "position": 2010, "name": "SD_B4.1"}
				]
			},
			{
				"start": {"x": -22025, "z": -90},
				"bending": {"type": "dipolebooster", "name": "B_B5.1"},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "blm", "position": 1000, "name": "BLM_B_B5.1_R"},
					{"type": "blm", "position": 1000, "name": "BLM_B_B5.1_L"},
					{"type": "correctorbooster", "position": 1360, "name": "HCM_B5.1"},
					{"type": "quadrupolebooster", "position": 1650, "length": 280, "name": "QF_B5.1"},
					{"type": "bpm", "position": 1880, "name": "BPM_B5.1"},
					{"type": "sextupolebooster", "position": 2010, "name": "SF_B5.1"}
				]
			},
			{
				"start": {"x": -23165, "z": -3155},
				"bending": {"type": "dipolebooster", "name": "B_B6.1"},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "blm", "position": 1000, "name": "BLM_B_B6.1_R"},
					{"type": "blm", "position": 1000, "name": "BLM_B_B6.1_L"},
					{"type": "correctorbooster", "position": 1400, "name": "VCM_B6.1"},
					{"type": "quadrupolebooster", "position": 1650, "length": 175, "name": "QD_B6.1"},
					{"type": "bpm", "position": 1830, "name": "BPM_B6.1"},
					{"type": "sextupolebooster", "position": 2010, "name": "SD_B6.1"}
				]
			},
			{
				"start": {"x": -23615, "z": -6415},
				"bending": {"type": "dipolebooster", "name": "B_B7.1"},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "blm", "position": 1000, "name": "BLM_B_B7.1_R"},
					{"type": "blm", "position": 1000, "name": "BLM_B_B7.1_L"},
					{"type": "correctorbooster", "position": 1360, "name": "HCM_B7.1"},
					{"type": "quadrupolebooster", "position": 1650, "length": 280, "name": "QF_B7.1"}
				]
			},
			{
				"start": {"x": -23295, "z": -9690},
				"bending": {"type": "dipolebooster", "name": "B_B8.1"},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "blm", "position": 1000, "name": "BLM_B_B8.1_R"},
					{"type": "blm", "position": 1000, "name": "BLM_B_B8.1_L"},
					{"type": "correctorbooster", "position": 1400, "name": "VCM_B8.1"},
					{"type": "quadrupolebooster", "position": 1650, "length": 175, "name": "QD_B8.1"},
					{"type": "bpm", "position": 1830, "name": "BPM_B8.1"},
					{"type": "sextupolebooster", "position": 2010, "name": "SD_B8.1"}
				]
			},
			{
				"start": {"x": -22275, "z": -12825},
				"bending": {"type": "dipolebooster", "rotateY": "-PI", "name": "B_B9.1"},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "blm", "position": 1000, "name": "BLM_B_B9.1_R"},
					{"type": "blm", "position": 1000, "name": "BLM_B_B9.1_L"},
					{"type": "correctorbooster", "position": 1360, "name": "HCM_B9.1"},
					{"type": "quadrupolebooster", "position": 1650, "length": 280, "name": "QF_B9.1"},
					{"type": "bpm", "position": 1880, "name": "BPM_B9.1"},
					{"type": "sextupolebooster", "position": 2010, "name": "SF_B9.1"}
				]
			},
			{
				"start": {"x": -20590, "z": -15640},
				"bending": {"type": "dipolebooster", "rotateY": "-PI", "name": "B_B10.1"},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "blm", "position": 1000, "name": "BLM_B_B10.1_R"},
					{"type": "blm", "position": 1000, "name": "BLM_B_B10.1_L"},
					{"type": "correctorbooster", "position": 1400, "name": "VCM_B10.1"},
					{"type": "quadrupolebooster", "position": 1650, "length": 175, "name": "QD_B10.1"},
					{"type": "bpm", "position": 1830, "name": "BPM_B10.1"},
					{"type": "sextupolebooster", "position": 2010, "name": "SD_B10.1"}
				]
			},
			{
				"start": {"x": -18305, "z": -17990},
				"bending": {"type": "dipolebooster", "rotateY": "-PI", "name": "B_B11.1"},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "blm", "position": 1000, "name": "BLM_B_B11.1_R"},
					{"type": "blm", "position": 1000, "name": "BLM_B_B11.1_L"},
					{"type": "correctorbooster", "position": 1360, "name": "HCM_B11.1"},
					{"type": "quadrupolebooster", "position": 1650, "length": 280, "name": "QF_B11.1"},
					{"type": "bpm", "position": 1880, "name": "BPM_B11.1"},
					{"type": "sextupolebooster", "position": 2010, "name": "SF_B11.1"}
				]
			},
			{
				"start": {"x": -15560, "z": -19815},
				"bending": {"type": "dipolebooster", "rotateY": "-PI", "name": "B_B12.1"},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "blm", "position": 1000, "name": "BLM_B_B12.1_R"},
					{"type": "blm", "position": 1000, "name": "BLM_B_B12.1_L"},
					{"type": "correctorbooster", "position": 1400, "name": "VCM_B12.1"},
					{"type": "quadrupolebooster", "position": 1650, "length": 175, "name": "QD_B12.1"},
					{"type": "sextupolebooster", "position": 2010, "name": "SD_B12.1"}
				]
			},
			{
				"start": {"x": -12485, "z": -20960},
				"bending": {"type": "dipolebooster", "rotateY": "-PI", "name": "B_B13.1"},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "blm", "position": 1000, "name": "BLM_B_B13.1_R"},
					{"type": "blm", "position": 1000, "name": "BLM_B_B13.1_L"},
					{"type": "quadrupolebooster", "position": 1650, "length": 280, "name": "QF_B13.1"},
					{"type": "bpm", "position": 1880, "name": "BPM_B13.1"},
					{"type": "sextupolebooster", "position": 2010, "name": "SF_B13.1"},
					{"type": "kicker", "position": 2710, "name": "KE_B13.1"},
					{"type": "correctorbooster", "position": 3560, "name": "CHL1_B13.1"},
					{"type": "quadrupolebooster", "position": 4950, "length": 175, "name": "QD_B13.2"}
				]
			},
			{
				"start": {"x": -5965, "z": -21825},
				"bending": {"type": "dipolebooster", "rotateY": "-PI/2", "name": "B_B14.1"},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "blm", "position": 1000, "name": "BLM_B_B14.1_R"},
					{"type": "blm", "position": 1000, "name": "BLM_B_B14.1_L"},
					{"type": "quadrupolebooster", "position": 1650, "length": 280, "name": "QF_B14.1"},
					{"type": "blm", "position": 1650, "name": "BLM_QF_B14.1_R"},
					{"type": "blm", "position": 1650, "name": "BLM_QF_B14.1_L"},
					{"type": "spte", "position": 2964.42, "name": "SE_B14.1"},
					{"type": "blm", "position": 2965, "name": "BLM_SPTE_B14.1_R"},
					{"type": "blm", "position": 2965, "name": "BLM_SPTE_B14.1_L"},
					{"type": "correctorbooster", "position": 4562.5, "name": "CHL2_B14.1"},
					{"type": "quadrupolebooster", "position": 4950, "length": 175, "name": "QD_B14.2"},
					{"type": "bpm", "position": 5130, "name": "BPM_B14.1"},
					{"type": "flsc", "position": 6600, "name": "FLSC_B14.1"},
					{"type": "correctorbooster", "position": 7250, "name": "CHL3_B14.1"},
					{"type": "quadrupolebooster", "position": 8250, "length": 280, "name": "QF_B14.3"}
				]
			},
			{
				"start": {"x": 3865, "z": -20905},
				"bending": {"type": "dipolebooster", "rotateY": "PI", "name": "B_B15.1"},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "blm", "position": 1000, "name": "BLM_B_B15.1_R"},
					{"type": "blm", "position": 1000, "name": "BLM_B_B15.1_L"},
					{"type": "quadrupolebooster", "position": 1650, "length": 175, "name": "QD_B15.1"},
					{"type": "strp", "position": 4202, "name": "STRP_B15.1"},
					{"type": "quadrupolebooster", "position": 4950, "length": 280, "name": "QF_B15.2"},
					{"type": "bpm", "position": 5180, "name": "BPM_B15.1"},
					{"type": "sextupolebooster", "position": 5310, "name": "SF_B15.1"}
				]
			},
			{
				"start": {"x": 10125, "z": -18845},
				"bending": {"type": "dipolebooster", "rotateY": "PI", "name": "B_B16.1"},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "blm", "position": 1000, "name": "BLM_B_B16.1_R"},
					{"type": "blm", "position": 1000, "name": "BLM_B_B16.1_L"},
					{"type": "correctorbooster", "position": 1400, "name": "VCM_B16.1"},
					{"type": "quadrupolebooster", "position": 1650, "length": 175, "name": "QD_B16.1"},
					{"type": "sextupolebooster", "position": 2010, "name": "SD_B16.1"}
				]
			},
			{
				"start": {"x": 12950, "z": -17160},
				"bending": {"type": "dipolebooster", "rotateY": "PI", "name": "B_B17.1"},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "blm", "position": 1000, "name": "BLM_B_B17.1_R"},
					{"type": "blm", "position": 1000, "name": "BLM_B_B17.1_L"},
					{"type": "correctorbooster", "position": 1360, "name": "HCM_B17.1"},
					{"type": "quadrupolebooster", "position": 1650, "length": 280, "name": "QF_B17.1"},
					{"type": "bpm", "position": 1880, "name": "BPM_B17.1"},
					{"type": "sextupolebooster", "position": 2010, "name": "SF_B17.1"}
				]
			},
			{
				"start": {"x": 15310, "z": -14885},
				"bending": {"type": "dipolebooster", "rotateY": "PI", "name": "B_B18.1"},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "blm", "position": 1000, "name": "BLM_B_B18.1_R"},
					{"type": "blm", "position": 1000, "name": "BLM_B_B18.1_L"},
					{"type": "correctorbooster", "position": 1400, "name": "VCM_B18.1"},
					{"type": "quadrupolebooster", "position": 1650, "length": 175, "name": "QD_B18.1"},
					{"type": "bpm", "position": 1830, "name": "BPM_B18.1"},
					{"type": "sextupolebooster", "position": 2010, "name": "SD_B18.1"}
				]
			},
			{
				"start": {"x": 17110, "z": -12120},
				"bending": {"type": "dipolebooster", "rotateY": "PI", "name": "B_B19.1"},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "blm", "position": 1000, "name": "BLM_B_B19.1_R"},
					{"type": "blm", "position": 1000, "name": "BLM_B_B19.1_L"},
					{"type": "correctorbooster", "position": 1360, "name": "HCM_B19.1"},
					{"type": "quadrupolebooster", "position": 1650, "length": 280, "name": "QF_B19.1"},
					{"type": "bpm", "position": 1880, "name": "BPM_B19.1"},
					{"type": "sextupolebooster", "position": 2010, "name": "SF_B19.1"}
				]
			},
			{
				"start": {"x": 18265, "z": -9050},
				"bending": {"type": "dipolebooster", "rotateY": "PI", "name": "B_B20.1"},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "blm", "position": 1000, "name": "BLM_B_B20.1_R"},
					{"type": "blm", "position": 1000, "name": "BLM_B_B20.1_L"},
					{"type": "correctorbooster", "position": 1400, "name": "VCM_B20.1"},
					{"type": "quadrupolebooster", "position": 1650, "length": 175, "name": "QD_B20.1"},
					{"type": "bpm", "position": 1830, "name": "BPM_B20.1"},
					{"type": "sextupolebooster", "position": 2010, "name": "SD_B20.1"}
				]
			},
			{
				"start": {"x": 18690, "z": -5800},
				"bending": {"type": "dipolebooster", "rotateY": "PI", "name": "B_B21.1"},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "blm", "position": 1000, "name": "BLM_B_B21.1_R"},
					{"type": "blm", "position": 1000, "name": "BLM_B_B21.1_L"},
					{"type": "correctorbooster", "position": 1360, "name": "HCM_B21.1"},
					{"type": "quadrupolebooster", "position": 1650, "length": 280, "name": "QF_B21.1"}
				]
			},
			{
				"start": {"x": 18390, "z": -2535},
				"bending": {"type": "dipolebooster", "rotateY": "PI", "name": "B_B22.1"},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "blm", "position": 1000, "name": "BLM_B_B22.1_R"},
					{"type": "blm", "position": 1000, "name": "BLM_B_B22.1_L"},
					{"type": "correctorbooster", "position": 1400, "name": "VCM_B22.1"},
					{"type": "quadrupolebooster", "position": 1650, "length": 175, "name": "QD_B22.1"},
					{"type": "bpm", "position": 1830, "name": "BPM_B22.1"},
					{"type": "sextupolebooster", "position": 2010, "name": "SD_B22.1"}
				]
			},
			{
				"start": {"x": 17365, "z": 580},
				"bending": {"type": "dipolebooster", "rotateY": "PI", "name": "B_B23.1"},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "blm", "position": 1000, "name": "BLM_B_B23.1_R"},
					{"type": "blm", "position": 1000, "name": "BLM_B_B23.1_L"},
					{"type": "correctorbooster", "position": 1360, "name": "HCM_B23.1"},
					{"type": "quadrupolebooster", "position": 1650, "length": 280, "name": "QF_B23.1"},
					{"type": "bpm", "position": 1880, "name": "BPM_B23.1"},
					{"type": "sextupolebooster", "position": 2010, "name": "SF_B23.1"}
				]
			},
			{
				"start": {"x": 15680, "z": 3405},
				"bending": {"type": "dipolebooster", "rotateY": "PI", "name": "B_B24.1"},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "blm", "position": 1000, "name": "BLM_B_B24.1_R"},
					{"type": "blm", "position": 1000, "name": "BLM_B_B24.1_L"},
					{"type": "correctorbooster", "position": 1400, "name": "VCM_B24.1"},
					{"type": "quadrupolebooster", "position": 1650, "length": 175, "name": "QD_B24.1"},
					{"type": "bpm", "position": 1830, "name": "BPM_B24.1"},
					{"type": "sextupolebooster", "position": 2010, "name": "SD_B24.1"}
				]
			},
			{
				"start": {"x": 13395, "z": 5785},
				"bending": {"type": "dipolebooster", "rotateY": "PI", "name": "B_B25.1"},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "blm", "position": 1000, "name": "BLM_B_B25.1_R"},
					{"type": "blm", "position": 1000, "name": "BLM_B_B25.1_L"},
					{"type": "correctorbooster", "position": 1360, "name": "HCM_B25.1"},
					{"type": "quadrupolebooster", "position": 1650, "length": 280, "name": "QF_B25.1"},
					{"type": "bpm", "position": 1880, "name": "BPM_B25.1"},
					{"type": "sextupolebooster", "position": 2010, "name": "SF_B25.1"}
				]
			},
			{
				"start": {"x": 10660, "z": 7580},
				"bending": {"type": "dipolebooster", "rotateY": "PI", "name": "B_B26.1"},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "blm", "position": 1000, "name": "BLM_B_B26.1_R"},
					{"type": "blm", "position": 1000, "name": "BLM_B_B26.1_L"},
					{"type": "correctorbooster", "position": 1400, "name": "VCM_B26.1"},
					{"type": "quadrupolebooster", "position": 1650, "length": 175, "name": "QD_B26.1"},
					{"type": "sextupolebooster", "position": 2010, "name": "SD_B26.1"}
				]
			},
			{
				"start": {"x": 7580, "z": 8750},
				"bending": {"type": "dipolebooster", "rotateY": "PI", "name": "B_B27.1"},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "blm", "position": 1000, "name": "BLM_B_B27.1_R"},
					{"type": "blm", "position": 1000, "name": "BLM_B_B27.1_L"},
					{"type": "quadrupolebooster", "position": 1650, "length": 280, "name": "QF_B27.1"},
					{"type": "bpm", "position": 1880, "name": "BPM_B27.1"},
					{"type": "sextupolebooster", "position": 2010, "name": "SF_B27.1"},
					{"type": "cavity", "position": 3300.2, "name": "CAVT_B27.1"},
					{"type": "quadrupolebooster", "position": 4950, "length": 175, "name": "QD_B27.2"}
				]
			},
			{
				"start": {"x": 1055, "z": 9590},
				"bending": {"type": "dipolebooster", "rotateY": "PI/2", "name": "B_B28.1"},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "blm", "position": 1000, "name": "BLM_B_B28.1_R"},
					{"type": "blm", "position": 1000, "name": "BLM_B_B28.1_L"},
					{"type": "quadrupolebooster", "position": 1650, "length": 280, "name": "QF_B28.1"},
					{"type": "flsc", "position": 2665, "name": "FLSC_B28.1"},
					{"type": "blm", "position": 2665, "name": "BLM_FLSC_B27.1_R"},
					{"type": "blm", "position": 2665, "name": "BLM_FLSC_B27.1_L"},
					{"type": "strp", "position": 2915, "name": "STRP_B28.1"},
					{"type": "si", "position": 3618.91, "name": "SI_B28.1"},
					{"type": "flsc", "position": 4574, "name": "FLSC_B28.1"},
					{"type": "rf", "position": 4800, "name": "RF_B28.1"},
					{"type": "quadrupolebooster", "position": 4887.5, "length": 175, "name": "QD_B28.2"},
					{"type": "bpm", "position": 5067.5, "name": "BPM_B28.1"},
					{"type": "kicker", "position": 6937.5, "name": "KI_B28.1"},
					{"type": "quadrupolebooster", "position": 8187.5, "length": 280, "name": "QF_B28.3"}
				]
			}
		],
		"blm": {
			"confsrc": "https://pwma-dev.elettra.eu/rchan.php?json&valueOnly&src=srv-tango-sre-01.ecs.elettra.trieste.it:20000/sa/radio_protection/blmmaster_b_a11.01(BlmConfiguration)",
			"datasrc": "https://pwma-dev.elettra.eu/rchan.php?json&valueOnly&src=srv-tango-sre-01.ecs.elettra.trieste.it:20000/sa/radio_protection/blmmaster_b_a11.01/BlmData"
		}
	},
	"bts": {
		"sections": [
			{
				"start": {"x": -3100, "z": -21558},
				"components": [
					{"type": "BTS_SEB1", "position": 0, "name": "BTS_SEB1"},
					{"type": "BTS_SEB2", "position": 62.2, "name": "BTS_SEB2"},
					{"type": "vlv", "position": 950, "name": "VLV_BTS1.1"},
					{"type": "sip", "position": 1050, "name": "SIP55_BTS1.1"},
					{"type": "corrector", "position": 2142.4, "name": "CM_BTS1.1"},
					{"type": "flsc", "position": 2392.4, "name": "FLSC_BTS1.1"},
					{"type": "blm", "position": 2392.4, "name": "BLM_FLSC_BTS1.1_R"},
					{"type": "blm", "position": 2392.4, "name": "BLM_FLSC_BTS1.1_L"},
					{"type": "corrector", "position": 2712.4, "name": "CH_BTS1.1"},
					{"type": "corrector", "position": 2992.4, "name": "CV_BTS1.1"},
					{"type": "quadrupolebooster", "position": 3244.9, "name": "Q_BTS1.1"},
					{"type": "blm", "position": 3244.9, "name": "BLM_Q_BTS1.1"},
					{"type": "quadrupolebooster", "position": 4044.9, "name": "Q_BTS1.2"},
					{"type": "blm", "position": 4044.9, "name": "BLM_Q_BTS1.2"},
					{"type": "bpm", "position": 4297.4, "name": "BPM_BTS1.1"},
					{"type": "corrector", "position": 4717.4, "name": "CH_BTS1.2"},
					{"type": "corrector", "position": 4997.4, "name": "CV_BTS1.2"},
					{"type": "bst", "position": 5200, "name": "BST_BTS1.1"},
					{"type": "bst", "position": 5400, "name": "BST_BTS1.2"},
					{"type": "sip", "position": 5500, "name": "SIP55_BTS1.2"}
				]
			},
			{
				"start": {"x": 5035, "z": -21920},
				"bending": {"type": "dipolebooster", "length": 1200, "name": "B_BTS1.1"},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "blm", "position": 737, "name": "BLM_B_BTS1.1_R"},
					{"type": "blm", "position": 737, "name": "BLM_B_BTS1.1_L"},
					{"type": "quadrupolebooster", "position": 2492, "name": "Q_BTS1.3"},
					{"type": "blm", "position": 2492, "name": "BLM_Q_BTS1.3"},
					{"type": "bpm", "position": 2744.5, "name": "BPM_BTS1.2"},
					{"type": "vlv", "position": 2950, "name": "VLVP_BTS1.2"},
					{"type": "sip", "position": 3150, "name": "SIP55_BTS1.3"},
					{"type": "quadrupolebooster", "position": 3607, "name": "Q_BTS1.4"},
					{"type": "blm", "position": 3607, "name": "BLM_Q_BTS1.4"},
					{"type": "corrector", "position": 4059.5, "name": "CH_BTS1.3"},
					{"type": "corrector", "position": 4339.5, "name": "CV_BTS1.3"},
					{"type": "sip", "position": 7650, "name": "SIP55_BTS1.4"},
					{"type": "bpm", "position": 7836, "name": "BPM_BTS1.3"},
					{"type": "blm", "position": 7836, "name": "BLM_BPM_BTS1.3_R"},
					{"type": "blm", "position": 7836, "name": "BLM_BPM_BTS1.3_L"},
					{"type": "vlv", "position": 8050, "name": "VLV_BTS1.2"},
					{"type": "bpm", "position": 10570.35, "name": "BPM_BTS1.4"},
					{"type": "flsc", "position": 10864.35, "name": "FLSC_BTS1.2"},
					{"type": "corrector", "position": 11264.35, "name": "CH_BTS1.4"},
					{"type": "corrector", "position": 11544.35, "name": "CV_BTS1.4"},
					{"type": "quadrupolebooster", "position": 12296.85, "name": "Q_BTS1.5"},
					{"type": "blm", "position": 12297, "name": "BLM_Q_BTS1.5"},
					{"type": "sip", "position": 12700, "name": "SIP55_BTS1.5"},
					{"type": "quadrupolebooster", "position": 13011.85, "name": "Q_BTS1.6"},
					{"type": "blm", "position": 13012, "name": "BLM_Q_BTS1.6"},
					{"type": "bpm", "position": 13292.31, "name": "BPM_BTS1.5"}
				]
			},
			{
				"start": {"x": 20085, "z": -25560},
				"bending": {"type": "dipolebooster", "length": 1200, "name": "B_BTS1.2"},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "blm", "position": 737, "name": "BLM_B_BTS1.2_R"},
					{"type": "blm", "position": 737, "name": "BLM_B_BTS1.2_L"}
				]
			},
			{
				"start": {"x": 21860, "z": -25600},
				"bending": {"type": "dipolebooster", "rotateY": "-PI/2", "length": 1200, "name": "B_BTS1.3"},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "blm", "position": 737, "name": "BLM_B_BTS1.3_R"},
					{"type": "blm", "position": 737, "name": "BLM_B_BTS1.3_L"},
					{"type": "bst", "position": 750, "name": "BST_BTS1.3"},
					{"type": "vlv", "position": 2950, "name": "VLV_BTS2.1"},
					{"type": "corrector", "position": 1716.42, "name": "CH_BTS2.1"},
					{"type": "corrector", "position": 1996.42, "name": "CV_BTS2.1"},
					{"type": "quadrupolebooster", "position": 2248.92, "name": "Q_BTS2.1"},
					{"type": "blm", "position": 2249, "name": "BLM_Q_BTS2.1_R"},
					{"type": "blm", "position": 2249, "name": "BLM_Q_BTS2.1_L"},
					{"type": "scraper", "position": 2922.15, "name": "SCRH_BTS2.1"}
				]
			},
			{
				"start": {"x": 27535, "z": -24425},
				"bending": {"type": "dipolebooster", "rotateY": "PI", "length": 1200, "name": "B_BTS2.1"},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "blm", "position": 737, "name": "BLM_B_BTS2.1_R"},
					{"type": "blm", "position": 737, "name": "BLM_B_BTS2.1_L"},
					{"type": "sip", "position": 1270, "name": "SIP55_BTS2.1"},
					{"type": "vgpe", "position": 1470, "name": "VGPE_BTS2.1"},
					{"type": "vlv", "position": 1670, "name": "VLVP_BTS2.1"},
					{"type": "flsc", "position": 1849.77, "name": "FLSC_BTS2.1"},
					{"type": "quadrupolebooster", "position": 2299.5, "name": "Q_BTS2.2"},
					{"type": "blm", "position": 2300, "name": "BLM_Q_BTS2.2"},
					{"type": "quadrupolebooster", "position": 2604.5, "name": "Q_BTS2.3"},
					{"type": "blm", "position": 2605, "name": "BLM_Q_BTS2.3"},
					{"type": "bpm", "position": 2857, "name": "BPM_BTS2.1"},
					{"type": "corrector", "position": 3182, "name": "CH_BTS2.2"},
					{"type": "corrector", "position": 3462, "name": "CV_BTS2.2"},
					{"type": "sip", "position": 3700, "name": "SIP55_BTS2.2"},
					{"type": "vgpi", "position": 3900, "name": "VGPI_BTS2.1"},
					{"type": "quadrupolebooster", "position": 4144.5, "name": "Q_BTS2.4"},
					{"type": "blm", "position": 4145, "name": "BLM_Q_BTS2.4_R"},
					{"type": "blm", "position": 4145, "name": "BLM_Q_BTS2.4_L"}
				]
			},
			{
				"start": {"x": 33020, "z": -21875},
				"bending": {"type": "dipolebooster", "rotateY": "PI", "length": 1200, "name": "B_BTS2.2"},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "blm", "position": 737, "name": "BLM_B_BTS2.2_R"},
					{"type": "blm", "position": 737, "name": "BLM_B_BTS2.2_L"},
					{"type": "sip", "position": 1270, "name": "SIP55_BTS2.3"},
					{"type": "vlv", "position": 1470, "name": "VLVP_BTS2.2"}
				]
			},
			{
				"start": {"x": 35040, "z": -20380},
				"bending": {"type": "dipole", "rotateY": "PI", "length": 2000, "name": "B_BTS2.3"},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "blm", "position": 1217, "name": "BLM_B_BTS2.3_R"},
					{"type": "blm", "position": 1217, "name": "BLM_B_BTS2.3_L"},
					{"type": "quadrupolebooster", "position": 1523.5, "name": "Q_BTS2.5"},
					{"type": "blm", "position": 1524, "name": "BLM_Q_BTS2.5"},
					{"type": "quadrupolebooster", "position": 1808.5, "name": "Q_BTS2.6"},
					{"type": "blm", "position": 1809, "name": "BLM_Q_BTS2.6"},
					{"type": "corrector", "position": 2032, "name": "CH_BTS2.3"},
					{"type": "corrector", "position": 2312, "name": "CV_BTS2.3"},
					{"type": "bpm", "position": 2588.5, "name": "BPM_BTS2.2"},
					{"type": "sip", "position": 2870, "name": "SIP55_BTS2.4"},
					{"type": "vlv", "position": 3070, "name": "VLVP_BTS2.3"},
					{"type": "flsc", "position": 3250, "name": "FLSC_BTS2.2"},
					{"type": "blm", "position": 3250, "name": "BLM_FLSC_BTS2.2"},
					{"type": "cm", "position": 3481.2, "name": "CM_BTS2.1"},
					{"type": "bpm", "position": 3673.2, "name": "BPM_BTS2.3"},
					{"type": "bst", "position": 4000, "name": "BST_BTS2.1"},
					{"type": "quadrupolebooster", "position": 4465.8, "name": "Q_BTS2.7"},
					{"type": "blm", "position": 4466, "name": "BLM_Q_BTS2.7"},
					{"type": "corrector", "position": 4689.3, "name": "CH_BTS2.4"},
					{"type": "corrector", "position": 4969.3, "name": "CV_BTS2.4"},
					{"type": "sip", "position": 5170, "name": "SIP55_BTS2.5"},
					{"type": "vgpe", "position": 5370, "name": "VGPE_BTS2.2"},
					{"type": "bpm", "position": 5589.7, "name": "BPM_BTS2.4"},
					{"type": "vlv", "position": 5670.2, "name": "VLV_BTS2.2"},
					{"type": "BTS_SISR1", "position": 6154.7, "name": "BTS_SISR1"},
					{"type": "BTS_SISR2", "position": 6218.93, "name": "BTS_SISR2"}
				]
			},
			{
				"start": {"x": 38740, "z": -13180},
				"bending": {"rotateY": "PI"},
				"chamber": {"type": "chamber"},
				"components": [
				]
			}
		],
		"bpm": {
			"pos": "https://pwma-dev.elettra.eu/misc/bpm.php?pos&facility=bts",
			"rms": "https://pwma-dev.elettra.eu/misc/bpm.php?rms&facility=bts",
			"length": 10,
			"offset": 9
		},
		"blm": {
			"confsrc": "https://pwma-dev.elettra.eu/rchan.php?json&valueOnly&src=srv-tango-sre-01.ecs.elettra.trieste.it:20000/sa/radio_protection/blmmaster_bts_a11.01(BlmConfiguration)",
			"datasrc": "https://pwma-dev.elettra.eu/rchan.php?json&valueOnly&src=srv-tango-sre-01.ecs.elettra.trieste.it:20000/sa/radio_protection/blmmaster_bts_a11.01/BlmData"
		}
	},
	"sr": {
		"sections": [
			{
				"start": {"x": 41395, "z": -780},
				"bending": {"type": "dipole", "label": "show", "name": "B_S01.01", "devices":["TRCEB_S01.01"]},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "sextupole", "position": 611, "name": "SD_S01.02", "devices":["CEH_S01.03","CEV_S01.03"]},
					{"type": "quadrupole", "position": 860, "name": "QAB_S01.02"},
					{"type": "sextupole", "position": 1150, "name": "SF_S01.02", "devices":["CEH_S01.04","CEV_S01.04"]},
					{"type": "quadrupole", "position": 1420, "name": "QAB_S01.03"},
					{"type": "sextupole", "position": 1669, "name": "SD_S01.03", "devices":["CEH_S01.05","CEV_S01.05"]}
				]
			},
			{
				"start": {"x": 41311, "z": 1498},
				"bending": {"type": "dipole", "label": "show", "name": "B_S01.02", "devices":["TRCEB_S01.02"]},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "sextupole", "position": 661, "name": "SD_S01.04", "devices":["CEH_S01.06","CEV_S01.06"]},
					{"type": "quadrupole", "position": 910, "name": "QAB_S01.04"},
					{"type": "sextupole", "position": 1181, "name": "SF_S01.03", "devices":["CEH_S01.07","CEV_S01.07"]},
					{"type": "octupole", "position": 1421, "name": "OCT_S01.01", "devices":["CEH_S01.08","CEV_S01.08"]},
					{"type": "quadrupole", "position": 1641, "name": "QF_S01.01"},
					{"type": "sextupole", "position": 1890, "name": "SD_S01.05", "devices":["QS_S01.01","CEV_S01.09"]}
				]
			},
			{
				"start": {"x": 40976, "z": 3896},
				"bending": {"type": "dipole", "label": "show", "name": "B_S01.03"},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "quadrupole", "position": 545, "name": "QD_S01.01", "devices":["OCT_S01.02"]},
					{"type": "shutter", "position": 770, "name": "SH_S01.01", "devices":["CEH_S01.10","CEV_S01.10"]},
					{"type": "quadrupole", "position": 1055, "name": "QF_S01.02"},
					{"type": "shutter", "position": 1329, "name": "SH_S01.02", "devices":["QS_S01.02","CEV_S01.11"]},
					{"type": "quadrupole", "position": 1515, "name": "QD_S01.02"},
					{"type": "undulator", "position": 4279, "name": "ID_S01.01"},
					{"type": "quadrupole", "position": 7045, "name": "QD_S01.03"},
					{"type": "shutter", "position": 7230, "name": "SH_S01.03", "devices":["QS_S01.03","CEV_S01.12"]},
					{"type": "quadrupole", "position": 7505, "name": "QF_S01.03"},
					{"type": "shutter", "position": 7790, "name": "SH_S01.04", "devices":["CEH_S01.13","CEV_S01.13"]},
					{"type": "quadrupole", "position": 8015, "name": "QD_S01.04", "devices":["OCT_S01.03"]}
				]
			},
			{
				"start": {"x": 39284, "z": 12287},
				"bending": {"type": "dipole", "label": "show", "name": "B_S01.04"},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "sextupole", "position": 550, "name": "SD_S01.06", "devices":["QS_S01.04","CEV_S01.14"]},
					{"type": "quadrupole", "position": 780, "name": "QF_S01.04"},
					{"type": "octupole", "position": 1000, "name": "OCT_S01.04", "devices":["CEH_S01.15","CEV_S01.15"]},
					{"type": "sextupole", "position": 1240, "name": "SF_S01.04", "devices":["CEH_S01.16","CEV_S01.16"]},
					{"type": "quadrupole", "position": 1510, "name": "QAB_S01.05"},
					{"type": "sextupole", "position": 1761, "name": "SD_S01.07", "devices":["CEH_S01.17","CEV_S01.17"]}
				]
			},
			{
				"start": {"x": 38664, "z": 14627},
				"bending": {"type": "dipole", "label": "show", "name": "B_S01.05", "devices":["TRCEB_S01.03"]},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "sextupole", "position": 610, "name": "SD_S01.08", "devices":["CEH_S01.18","CEV_S01.18"]},
					{"type": "quadrupole", "position": 860, "name": "QAB_S01.06"},
					{"type": "sextupole", "position": 1130, "name": "SF_S01.05", "devices":["CEH_S01.19","CEV_S01.19"]},
					{"type": "quadrupole", "position": 1420, "name": "QAB_S01.07"},
					{"type": "sextupole", "position": 1671, "name": "SD_S01.09", "devices":["CEH_S01.20","CEV_S01.20"]}
				]
			},
			{
				"start": {"x": 37858, "z": 16760},
				"bending": {"type": "dipole", "label": "show", "name": "B_S01.06", "devices":["TRCEB_S01.04"]},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "sextupole", "position": 611, "name": "SD_S01.10", "devices":["CEH_S01.21","CEV_S01.21"]},
					{"type": "quadrupole", "position": 861, "name": "QAB_S01.08"},
					{"type": "sextupole", "position": 1110, "name": "SF_S01.06", "devices":["CEH_S01.22","CEV_S01.22"]},
					{"type": "sextupole", "position": 2531, "name": "SF_S02.01", "devices":["CEH_S02.01","CEV_S02.01"]},
					{"type": "quadrupole", "position": 2781, "name": "QAB_S02.01"},
					{"type": "sextupole", "position": 3031, "name": "SD_S02.01", "devices":["CEH_S02.02","CEV_S02.02"]}
				]
			},
			{
				"start": {"x": 36239, "z": 20021},
				"bending": {"type": "dipole", "label": "show", "name": "B_S02.01", "devices":["TRCEB_S02.01"]},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "sextupole", "position": 611, "name": "SD_S02.02", "devices":["CEH_S02.03","CEV_S02.03"]},
					{"type": "quadrupole", "position": 860, "name": "QAB_S02.02"},
					{"type": "sextupole", "position": 1151, "name": "SF_S02.02", "devices":["CEH_S02.04","CEV_S02.04"]},
					{"type": "quadrupole", "position": 1420, "name": "QAB_S02.03"},
					{"type": "sextupole", "position": 1670, "name": "SD_S02.03", "devices":["CEH_S02.05","CEV_S02.05"]}
				]
			},
			{
				"start": {"x": 35027, "z": 21953},
				"bending": {"type": "dipole", "label": "show", "name": "B_S02.02", "devices":["TRCEB_S02.02"]},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "sextupole", "position": 661, "name": "SD_S02.04", "devices":["CEH_S02.06","CEV_S02.06"]},
					{"type": "quadrupole", "position": 910, "name": "QAB_S02.04"},
					{"type": "sextupole", "position": 1181, "name": "SF_S02.03", "devices":["CEH_S02.07","CEV_S02.07"]},
					{"type": "octupole", "position": 1421, "name": "OCT_S02.01", "devices":["CEH_S02.08","CEV_S02.08"]},
					{"type": "quadrupole", "position": 1641, "name": "QF_S02.01"},
					{"type": "sextupole", "position": 1891, "name": "SD_S02.05", "devices":["QS_S02.01","CEV_S02.09"]}
				]
			},
			{
				"start": {"x": 33538, "z": 23862},
				"bending": {"type": "dipole", "label": "show", "name": "B_S02.03"},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "quadrupole", "position": 545, "name": "QD_S02.01", "devices":["OCT_S02.02"]},
					{"type": "shutter", "position": 770, "name": "SH_S02.01", "devices":["CEH_S02.10","CEV_S02.10"]},
					{"type": "quadrupole", "position": 1054, "name": "QF_S02.02"},
					{"type": "shutter", "position": 1330, "name": "SH_S02.02", "devices":["QS_S02.02","CEV_S02.11"]},
					{"type": "quadrupole", "position": 1515, "name": "QD_S02.02"},
					{"type": "undulator", "position": 4280, "name": "ID_S02.01"},
					{"type": "quadrupole", "position": 7045, "name": "QD_S02.03"},
					{"type": "shutter", "position": 7230, "name": "SH_S02.03", "devices":["QS_S02.03","CEV_S02.12"]},
					{"type": "quadrupole", "position": 7505, "name": "QF_S02.03"},
					{"type": "shutter", "position": 7789, "name": "SH_S02.04", "devices":["CEH_S02.13","CEV_S02.13"]},
					{"type": "quadrupole", "position": 8015, "name": "QD_S02.04", "devices":["OCT_S02.03"]}
				]
			},
			{
				"start": {"x": 27877, "z": 30283},
				"bending": {"type": "dipole", "label": "show", "name": "B_S02.04"},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "sextupole", "position": 550, "name": "SD_S02.06", "devices":["QS_S02.04","CEV_S02.14"]},
					{"type": "quadrupole", "position": 780, "name": "QF_S02.04"},
					{"type": "octupole", "position": 1000, "name": "OCT_S02.04", "devices":["CEH_S02.15","CEV_S02.15"]},
					{"type": "sextupole", "position": 1240, "name": "SF_S02.04", "devices":["CEH_S02.16","CEV_S02.16"]},
					{"type": "quadrupole", "position": 1510, "name": "QAB_S02.05"},
					{"type": "sextupole", "position": 1760, "name": "SD_S02.07", "devices":["CEH_S02.17","CEV_S02.17"]}
				]
			},
			{
				"start": {"x": 26170, "z": 31999},
				"bending": {"type": "dipole", "label": "show", "name": "B_S02.05", "devices":["TRCEB_S02.03"]},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "sextupole", "position": 610, "name": "SD_S02.08", "devices":["CEH_S02.18","CEV_S02.18"]},
					{"type": "quadrupole", "position": 861, "name": "QAB_S02.06"},
					{"type": "sextupole", "position": 1130, "name": "SF_S02.05", "devices":["CEH_S02.19","CEV_S02.19"]},
					{"type": "quadrupole", "position": 1420, "name": "QAB_S02.07"},
					{"type": "sextupole", "position": 1670, "name": "SD_S02.09", "devices":["CEH_S02.20","CEV_S02.20"]}
				]
			},
			{
				"start": {"x": 24405, "z": 33444},
				"bending": {"type": "dipole", "label": "show", "name": "B_S02.06", "devices":["TRCEB_S02.04"]},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "sextupole", "position": 610, "name": "SD_S02.10", "devices":["CEH_S02.21","CEV_S02.21"]},
					{"type": "quadrupole", "position": 860, "name": "QAB_S02.08"},
					{"type": "sextupole", "position": 1110, "name": "SF_S02.06", "devices":["CEH_S02.22","CEV_S02.22"]},
					{"type": "cavrf", "position": 1820, "name": "CAVRF_S03.01"},
					{"type": "sextupole", "position": 2530, "name": "SF_S03.01", "devices":["CEH_S03.01","CEV_S03.01"]},
					{"type": "quadrupole", "position": 2779, "name": "QAB_S03.01"},
					{"type": "sextupole", "position": 3030, "name": "SD_S03.01", "devices":["CEH_S03.02","CEV_S03.02"]}
				]
			},
			{
				"start": {"x": 21373, "z": 35458},
				"bending": {"type": "dipole", "label": "show", "name": "B_S03.01", "devices":["TRCEB_S03.01"]},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "sextupole", "position": 611, "name": "SD_S03.02", "devices":["CEH_S03.03","CEV_S03.03"]},
					{"type": "quadrupole", "position": 861, "name": "QAB_S03.02"},
					{"type": "sextupole", "position": 1151, "name": "SF_S03.02", "devices":["CEH_S03.04","CEV_S03.04"]},
					{"type": "quadrupole", "position": 1420, "name": "QAB_S03.03"},
					{"type": "sextupole", "position": 1670, "name": "SD_S03.03", "devices":["CEH_S03.05","CEV_S03.05"]}
				]
			},
			{
				"start": {"x": 19357, "z": 36526},
				"bending": {"type": "dipole", "label": "show", "name": "B_S03.02", "devices":["TRCEB_S03.02"]},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "sextupole", "position": 660, "name": "SD_S03.04", "devices":["CEH_S03.06","CEV_S03.06"]},
					{"type": "quadrupole", "position": 910, "name": "QAB_S03.04"},
					{"type": "sextupole", "position": 1180, "name": "SF_S03.03", "devices":["CEH_S03.07","CEV_S03.07"]},
					{"type": "octupole", "position": 1420, "name": "OCT_S03.01", "devices":["CEH_S03.08","CEV_S03.08"]},
					{"type": "quadrupole", "position": 1640, "name": "QF_S03.01"},
					{"type": "sextupole", "position": 1890, "name": "SD_S03.05", "devices":["QS_S03.01","CEV_S03.09"]}
				]
			},
			{
				"start": {"x": 17114, "z": 37434},
				"bending": {"type": "dipole", "label": "show", "name": "B_S03.03"},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "quadrupole", "position": 545, "name": "QD_S03.01", "devices":["OCT_S03.02"]},
					{"type": "shutter", "position": 770, "name": "SH_S03.01", "devices":["CEH_S03.10","CEV_S03.10"]},
					{"type": "quadrupole", "position": 1055, "name": "QF_S03.02"},
					{"type": "shutter", "position": 1331, "name": "SH_S03.02", "devices":["QS_S03.02","CEV_S03.11"]},
					{"type": "quadrupole", "position": 1515, "name": "QD_S03.02"},
					{"type": "undulator", "position": 4281, "name": "ID_S03.01"},
					{"type": "quadrupole", "position": 7045, "name": "QD_S03.03"},
					{"type": "shutter", "position": 7231, "name": "SH_S03.03", "devices":["QS_S03.03","CEV_S03.12"]},
					{"type": "quadrupole", "position": 7505, "name": "QF_S03.03"},
					{"type": "shutter", "position": 7790, "name": "SH_S03.04", "devices":["CEH_S03.13","CEV_S03.13"]},
					{"type": "quadrupole", "position": 8016, "name": "QD_S03.04", "devices":["OCT_S03.03"]}
				]
			},
			{
				"start": {"x": 9001, "z": 40165},
				"bending": {"type": "dipole", "label": "show", "name": "B_S03.04"},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "sextupole", "position": 551, "name": "SD_S03.06", "devices":["QS_S03.04","CEV_S03.14"]},
					{"type": "quadrupole", "position": 781, "name": "QF_S03.04"},
					{"type": "octupole", "position": 1000, "name": "OCT_S03.04", "devices":["CEH_S03.15","CEV_S03.15"]},
					{"type": "sextupole", "position": 1240, "name": "SF_S03.04", "devices":["CEH_S03.16","CEV_S03.16"]},
					{"type": "quadrupole", "position": 1510, "name": "QAB_S03.05"},
					{"type": "sextupole", "position": 1760, "name": "SD_S03.07", "devices":["CEH_S03.17","CEV_S03.17"]}
				]
			},
			{
				"start": {"x": 6664, "z": 40797},
				"bending": {"type": "dipole", "label": "show", "name": "B_S03.05", "devices":["TRCEB_S03.03"]},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "sextupole", "position": 610, "name": "SD_S03.08", "devices":["CEH_S03.18","CEV_S03.18"]},
					{"type": "quadrupole", "position": 860, "name": "QAB_S03.06"},
					{"type": "sextupole", "position": 1130, "name": "SF_S03.05", "devices":["CEH_S03.19","CEV_S03.19"]},
					{"type": "quadrupole", "position": 1420, "name": "QAB_S03.07"},
					{"type": "sextupole", "position": 1670, "name": "SD_S03.09", "devices":["CEH_S03.20","CEV_S03.20"]}
				]
			},
			{
				"start": {"x": 4413, "z": 41166},
				"bending": {"type": "dipole", "label": "show", "name": "B_S03.06", "devices":["TRCEB_S03.04"]},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "sextupole", "position": 610, "name": "SD_S03.10", "devices":["CEH_S03.21","CEV_S03.21"]},
					{"type": "quadrupole", "position": 860, "name": "QAB_S03.08"},
					{"type": "sextupole", "position": 1110, "name": "SF_S03.06", "devices":["CEH_S03.22","CEV_S03.22"]},
					{"type": "cavrf", "position": 1819, "name": "CAVRF_S04.01"},
					{"type": "sextupole", "position": 2530, "name": "SF_S04.01", "devices":["CEH_S04.01","CEV_S04.01"]},
					{"type": "quadrupole", "position": 2780, "name": "QAB_S04.01"},
					{"type": "sextupole", "position": 3030, "name": "SD_S04.01", "devices":["CEH_S04.02","CEV_S04.02"]}
				]
			},
			{
				"start": {"x": 780, "z": 41395},
				"bending": {"type": "dipole", "label": "show", "name": "B_S04.01", "devices":["TRCEB_S04.01"]},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "sextupole", "position": 611, "name": "SD_S04.02", "devices":["CEH_S04.03","CEV_S04.03"]},
					{"type": "quadrupole", "position": 860, "name": "QAB_S04.02"},
					{"type": "sextupole", "position": 1150, "name": "SF_S04.02", "devices":["CEH_S04.04","CEV_S04.04"]},
					{"type": "quadrupole", "position": 1420, "name": "QAB_S04.03"},
					{"type": "sextupole", "position": 1669, "name": "SD_S04.03", "devices":["CEH_S04.05","CEV_S04.05"]}
				]
			},
			{
				"start": {"x": -1498, "z": 41311},
				"bending": {"type": "dipole", "label": "show", "name": "B_S04.02", "devices":["TRCEB_S04.02"]},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "sextupole", "position": 661, "name": "SD_S04.04", "devices":["CEH_S04.06","CEV_S04.06"]},
					{"type": "quadrupole", "position": 910, "name": "QAB_S04.04"},
					{"type": "sextupole", "position": 1181, "name": "SF_S04.03", "devices":["CEH_S04.07","CEV_S04.07"]},
					{"type": "octupole", "position": 1421, "name": "OCT_S04.01", "devices":["CEH_S04.08","CEV_S04.08"]},
					{"type": "quadrupole", "position": 1641, "name": "QF_S04.01"},
					{"type": "sextupole", "position": 1890, "name": "SD_S04.05", "devices":["QS_S04.01","CEV_S04.09"]}
				]
			},
			{
				"start": {"x": -3896, "z": 40976},
				"bending": {"type": "dipole", "label": "show", "name": "B_S04.03"},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "quadrupole", "position": 545, "name": "QD_S04.01", "devices":["OCT_S04.02"]},
					{"type": "shutter", "position": 770, "name": "SH_S04.01", "devices":["CEH_S04.10","CEV_S04.10"]},
					{"type": "quadrupole", "position": 1055, "name": "QF_S04.02"},
					{"type": "shutter", "position": 1329, "name": "SH_S04.02", "devices":["QS_S04.02","CEV_S04.11"]},
					{"type": "quadrupole", "position": 1515, "name": "QD_S04.02"},
					{"type": "undulator", "position": 4279, "name": "ID_S04.01"},
					{"type": "quadrupole", "position": 7045, "name": "QD_S04.03"},
					{"type": "shutter", "position": 7230, "name": "SH_S04.03", "devices":["QS_S04.03","CEV_S04.12"]},
					{"type": "quadrupole", "position": 7505, "name": "QF_S04.03"},
					{"type": "shutter", "position": 7790, "name": "SH_S04.04", "devices":["CEH_S04.13","CEV_S04.13"]},
					{"type": "quadrupole", "position": 8015, "name": "QD_S04.04", "devices":["OCT_S04.03"]}
				]
			},
			{
				"start": {"x": -12287, "z": 39284},
				"bending": {"type": "dipole", "label": "show", "name": "B_S04.04"},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "sextupole", "position": 550, "name": "SD_S04.06", "devices":["QS_S04.04","CEV_S04.14"]},
					{"type": "quadrupole", "position": 780, "name": "QF_S04.04"},
					{"type": "octupole", "position": 1000, "name": "OCT_S04.04", "devices":["CEH_S04.15","CEV_S04.15"]},
					{"type": "sextupole", "position": 1240, "name": "SF_S04.04", "devices":["CEH_S04.16","CEV_S04.16"]},
					{"type": "quadrupole", "position": 1510, "name": "QAB_S04.05"},
					{"type": "sextupole", "position": 1761, "name": "SD_S04.07", "devices":["CEH_S04.17","CEV_S04.17"]}
				]
			},
			{
				"start": {"x": -14627, "z": 38664},
				"bending": {"type": "dipole", "label": "show", "name": "B_S04.05", "devices":["TRCEB_S04.03"]},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "sextupole", "position": 610, "name": "SD_S04.08", "devices":["CEH_S04.18","CEV_S04.18"]},
					{"type": "quadrupole", "position": 860, "name": "QAB_S04.06"},
					{"type": "sextupole", "position": 1130, "name": "SF_S04.05", "devices":["CEH_S04.19","CEV_S04.19"]},
					{"type": "quadrupole", "position": 1420, "name": "QAB_S04.07"},
					{"type": "sextupole", "position": 1671, "name": "SD_S04.09", "devices":["CEH_S04.20","CEV_S04.20"]}
				]
			},
			{
				"start": {"x": -16760, "z": 37858},
				"bending": {"type": "dipole", "label": "show", "name": "B_S04.06", "devices":["TRCEB_S04.04"]},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "sextupole", "position": 611, "name": "SD_S04.10", "devices":["CEH_S04.21","CEV_S04.21"]},
					{"type": "quadrupole", "position": 861, "name": "QAB_S04.08"},
					{"type": "sextupole", "position": 1110, "name": "SF_S04.06", "devices":["CEH_S04.22","CEV_S04.22"]},
					{"type": "sextupole", "position": 2531, "name": "SF_S05.01", "devices":["CEH_S05.01","CEV_S05.01"]},
					{"type": "quadrupole", "position": 2781, "name": "QAB_S05.01"},
					{"type": "sextupole", "position": 3031, "name": "SD_S05.01", "devices":["CEH_S05.02","CEV_S05.02"]}
				]
			},
			{
				"start": {"x": -20021, "z": 36239},
				"bending": {"type": "dipole", "label": "show", "name": "B_S05.01", "devices":["TRCEB_S05.01"]},
				"chamber": {"type": "chamber"},
				"components": [
					{"type": "sextupole", "position": 611, "name": "SD_S05.02", "devices":["CEH_S05.03","CEV_S05.03"]},