Tao
pytao.Tao
Tao(init='', so_lib='', *, plot='tao', beam_file=None, beam_init_position_file=None, building_wall_file=None, command='', data_file=None, debug=False, disable_smooth_line_calc=False, external_plotting=False, geometry='', hook_init_file=None, init_file=None, lattice_file=None, log_startup=False, no_stopping=False, noinit=False, noplot=False, nostartup=False, no_rad_int=False, plot_file=None, prompt_color='', reverse=False, rf_on=False, quiet=False, slice_lattice='', start_branch_at='', startup_file=None, symbol_import=False, var_file=None)
Bases: _TaoAutogeneratedCommandMixin, TaoCore
Communicate with Tao using ctypes.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
init
|
str
|
Initialization string for Tao. Same as the tao command-line, including
"-init" and such. Shell variables in |
''
|
so_lib
|
str
|
Path to the Tao shared library. Auto-detected if not specified. |
''
|
plot
|
(str, bool)
|
Use pytao's plotting mechanism with matplotlib or bokeh, if available.
If |
'tao'
|
beam_file
|
str or Path
|
File containing the tao_beam_init namelist. |
None
|
beam_init_position_file
|
Path or str
|
File containing initial particle positions. |
None
|
building_wall_file
|
str or Path
|
Define the building tunnel wall |
None
|
command
|
str
|
Commands to run after startup file commands |
''
|
data_file
|
str or Path
|
Define data for plotting and optimization |
None
|
debug
|
bool
|
Debug mode for Wizards |
False
|
disable_smooth_line_calc
|
bool
|
Disable the smooth line calc used in plotting |
False
|
external_plotting
|
bool
|
Tells Tao that plotting is done externally to Tao. |
False
|
geometry
|
"wxh" or (width, height) tuple
|
Plot window geometry (pixels) |
''
|
hook_init_file
|
pathlib.Path or str
|
Init file for hook routines (Default = tao_hook.init) |
None
|
init_file
|
str or Path
|
Tao init file |
None
|
lattice_file
|
str or Path
|
Bmad lattice file |
None
|
log_startup
|
bool
|
Write startup debugging info |
False
|
no_stopping
|
bool
|
For debugging : Prevents Tao from exiting on errors |
False
|
noinit
|
bool
|
Do not use Tao init file. |
False
|
noplot
|
bool
|
Do not open a plotting window |
False
|
nostartup
|
bool
|
Do not open a startup command file |
False
|
no_rad_int
|
bool
|
Do not do any radiation integrals calculations. |
False
|
plot_file
|
str or Path
|
Plotting initialization file |
None
|
prompt_color
|
str
|
Set color of prompt string. Default is blue. |
''
|
reverse
|
bool
|
Reverse lattice element order? |
False
|
rf_on
|
bool
|
Use "--rf_on" to turn off RF (default is now RF on) |
False
|
quiet
|
bool
|
Suppress terminal output when running a command file? |
False
|
slice_lattice
|
str
|
Discards elements from lattice that are not in the list |
''
|
start_branch_at
|
str
|
Start lattice branch at element. |
''
|
startup_file
|
str or Path
|
Commands to run after parsing Tao init file |
None
|
symbol_import
|
bool
|
Import symbols defined in lattice files(s)? |
False
|
var_file
|
str or Path
|
Define variables for plotting and optimization |
None
|
Attributes:
| Name | Type | Description |
|---|---|---|
plot_backend_name |
str or None
|
Plotting backend name, if using pytao plotting. |
init_output |
list of str
|
Tao initialization output, recorded when the Tao object first
initializes. Subsequent calls to |
Source code in pytao/tao.py
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 | |
Attributes
pytao.Tao.bokeh
property
bokeh
Get the Bokeh graph manager.
pytao.Tao.matplotlib
property
matplotlib
Get the Matplotlib graph manager.
pytao.Tao.plot_manager
property
plot_manager
The currently-configured plot graph manager.
This can be configured at initialization time by specifying
plot="mpl", for example.
This may also be reconfigured by changing the attribute
plot_backend_name.
Functions
pytao.Tao.archive
archive(directory, prefix='run_tao', *, mkdir=True, lat_name=None, shebang='/usr/bin/env bash', tao_binary='tao')
Write the state of Tao to be reloaded in a PyTao session.
This writes:
* The currently loaded lattice (via write bmad)
* TaoConfig settings - BmadCom, SpaceChargeCom, BeamInit, Beam, and globals.
* A shell script (.sh) that executes Tao with the lattice and config file
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
directory
|
Path
|
Directory where the generated scripts will be saved. |
required |
prefix
|
str
|
Filename prefix for the generated scripts. By default "run_tao". |
'run_tao'
|
mkdir
|
bool
|
If True, creates the directory and its parents if they do not exist. By default True. |
True
|
lat_name
|
str or None
|
The lattice filename to write, if |
None
|
tao_binary
|
str
|
The Tao binary to use. This may also be set to "pytao" to utilize PyTao's command-line entrypoint. |
'tao'
|
Returns:
| Type | Description |
|---|---|
tuple[Path, Path]
|
A tuple containing the paths to the generated bash shell script
( |
Source code in pytao/tao.py
1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 | |
pytao.Tao.bunch_data
bunch_data(ele_id, *, which='model', ix_bunch=1, verbose=False)
Returns bunch data in openPMD-beamphysics format/notation.
Notes
Note that Tao's 'write beam' will also write a proper h5 file in this format.
Expected usage: data = bunch_data(tao, 'end') from beamphysics import ParticleGroup P = ParicleGroup(data=data)
Returns:
| Name | Type | Description |
|---|---|---|
data |
dict
|
dict of arrays, with keys 'x', 'px', 'y', 'py', 't', 'pz', 'status', 'weight', 'z', 'species' |
Examples:
Example: 1 init: $ACC_ROOT_DIR/tao/examples/csr_beam_tracking/tao.init args: ele_id: end which: model ix_bunch: 1
Source code in pytao/tao.py
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 | |
pytao.Tao.cmds
cmds(cmds, suppress_lattice_calc=True, suppress_plotting=True, raises=True)
Runs a list of commands, optionally suppressing lattice calculations and plotting updates.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
cmds
|
list of str
|
List of string commands. |
required |
suppress_lattice_calc
|
bool
|
Suppress lattice calc when applying the commands. |
True
|
suppress_plotting
|
Suppress plotting when applying commands. |
True
|
|
raises
|
bool
|
Raise an exception of [ERROR or [FATAL is detected in the output. |
True
|
Returns:
| Type | Description |
|---|---|
list
|
Results corresponding to the commands |
Source code in pytao/tao.py
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 | |
pytao.Tao.ele
ele(ele_id, ix_uni='1', ix_branch='0', *, which='model', defaults=True, warn=True, attrs=FillDefault('attrs'), bunch_params=FillDefault('bunch_params'), chamber_walls=FillDefault('chamber_walls'), comb=FillDefault('comb'), control_vars=FillDefault('control_vars'), floor=FillDefault('floor'), grid_field=FillDefault('grid_field'), grid_field_points=FillDefault('grid_field_points'), lord_slave=FillDefault('lord_slave'), mat6=FillDefault('mat6'), multipoles=FillDefault('multipoles'), orbit=FillDefault('orbit'), photon=FillDefault('photon'), twiss=FillDefault('twiss'), wake=FillDefault('wake'), wall3d=FillDefault('wall3d'), wall3d_table=FillDefault('wall3d_table'), comb_data=None)
Get a single Element instance by querying Tao.
Note See Tao.eles for more usage information.
Examples:
Get a single Element with the defaults (loads attrs, twiss, orbit, etc.):
>>> ele = tao.eles("Q1")
Do not warn if Q1 matches more than one element:
>>> ele = tao.eles("Q1", warn=False)
Get an Element but skip orbit calculations:
>>> ele = tao.eles("Q1", orbit=False)
Get an Element AND add comb data (usually off):
>>> ele = tao.eles("Q1", comb=True)
Get a minimal Element (disable everything explicit):
>>> ele = tao.eles("Q1", defaults=False)
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
ele_id
|
int, str, or ElementID
|
The element identifier or match string. Tao supports many different ways to refer to elements. See the notes sections for more details. |
required |
which
|
"base", "model", or "design"
|
Specifies which Tao lattice to use, by default "model". |
'model'
|
defaults
|
bool
|
Fill default items. Defaults are set by name in |
True
|
attrs
|
bool
|
Fill general attributes. |
FillDefault('attrs')
|
bunch_params
|
bool
|
Fill bunch parameters. |
FillDefault('bunch_params')
|
chamber_walls
|
bool
|
Fill chamber wall data. |
FillDefault('chamber_walls')
|
comb
|
bool
|
Fill comb data. If available, pass in |
False
|
comb_data
|
Comb or None
|
Only relevant if |
None
|
control_vars
|
bool
|
Fill control variables. |
FillDefault('control_vars')
|
floor
|
bool
|
Fill floor data. |
FillDefault('floor')
|
grid_field
|
bool
|
Fill grid field data. |
FillDefault('grid_field')
|
grid_field_points
|
bool
|
Fill grid field points data. |
False
|
lord_slave
|
bool
|
Fill lord-slave relationships. |
FillDefault('lord_slave')
|
mat6
|
bool
|
Fill mat6 data. |
FillDefault('mat6')
|
multipoles
|
bool
|
Fill multipole data. |
FillDefault('multipoles')
|
orbit
|
bool
|
Fill orbit data. |
FillDefault('orbit')
|
photon
|
bool
|
Fill photon data. |
FillDefault('photon')
|
twiss
|
bool
|
Fill twiss parameters. |
FillDefault('twiss')
|
wake
|
bool
|
Fill wake data. |
FillDefault('wake')
|
wall3d
|
bool
|
Fill 3D wall data. |
FillDefault('wall3d')
|
wall3d_table
|
bool
|
Fill 3D wall table data. |
FillDefault('wall3d_table')
|
Source code in pytao/tao.py
1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 | |
pytao.Tao.eles
eles(ele_id=None, ix_uni='1', ix_branch='0', *, which='model', defaults=True, attrs=FillDefault('attrs'), bunch_params=FillDefault('bunch_params'), chamber_walls=FillDefault('chamber_walls'), comb=FillDefault('comb'), control_vars=FillDefault('control_vars'), floor=FillDefault('floor'), grid_field=FillDefault('grid_field'), grid_field_points=FillDefault('grid_field_points'), lord_slave=FillDefault('lord_slave'), mat6=FillDefault('mat6'), multipoles=FillDefault('multipoles'), orbit=FillDefault('orbit'), photon=FillDefault('photon'), twiss=FillDefault('twiss'), wake=FillDefault('wake'), wall3d=FillDefault('wall3d'), wall3d_table=FillDefault('wall3d_table'), comb_data=None)
Get one or more Element instances by querying Tao.
Use defaults to fill the most commonly-used element information.
To disregard the defaults, individual items may be excluded by passing
False, or included by passing True.
Notes
Speed
For large lattices, querying a lot of data may take a long time.
If you find that this method takes too long for your purposes
and you do not need all of the data it supplies, you can change
the defaults (as in the section below) or opt-out of individual
settings on a per-call basis (by using False).
Defaults
Defaults for the data to query are set as follows:
from pytao.model import Element print(Element.DEFAULTS) {'attrs', 'bunch_params', 'chamber_walls', 'control_vars', 'floor', 'grid_field', 'lord_slave', 'mat6', 'multipoles', 'orbit', 'photon', 'twiss', 'wake', 'wall3d'}
With the following, the default will change to only query attrs:
Element.DEFAULTS = {"attrs"}
Element IDs
This section is only a brief overview of ways to refer to elements or ranges of elements in Tao. See the Tao manual for further details.
By name: * Q1 (elements matching Q1 in the current universe)
By partial match (glob): * Q1* (elements starting with "Q1")
By numerical identifier: * 1 (element 1 of the default/current universe)
Full universe, branch, element ID: * 1@0>>1 (universe 1, branch 0, element 1)
By range: * 1:2 (elements 1 and 2 of the default universe) * 2>>1:2 (elements 1 and 2 of branch 2 in the default universe) * 1@2>>1:2 (elements 1 and 2 of branch 2 in universe 1)
By key: * sbend::s1 (element named "s1" that has a key SBEND) * sbend::s1:s3 (elements between SBEND "s1" to "s3", inclusive) * marker::m1##2 (the element 2 elements after marker 'm1') * type::bpm* (elements with a type that starts with "bpm")
Examples:
Get a single Element with the defaults (loads attrs, twiss, orbit, etc.):
>>> ele, = tao.eles("1")
Get an Element but skip orbit calculations:
>>> ele, = tao.eles("1", orbit=False)
Get an Element AND add comb data (usually off):
>>> ele, = tao.eles("1", comb=True)
Get a minimal Element (disable everything explicit):
>>> ele, = tao.eles("1", defaults=False)
Get a range of Elements with the default settings:
>>> ele1, ele2 = tao.eles("1:2")
Get a range of Elements with the default settings:
>>> s1_through_s3 = tao.eles("sbend::s1:s3")
Get all of the quads with the default settings:
>>> quads = tao.eles("quad::*")
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
ele_id
|
int, str, ElementID, or sequence of these
|
The element identifier or match string. Tao supports many different ways to refer to elements. See the notes sections for more details. |
None
|
which
|
"base", "model", or "design"
|
Specifies which Tao lattice to use, by default "model". |
'model'
|
defaults
|
bool
|
Fill default items. Defaults are set by name in |
True
|
attrs
|
bool
|
Fill general attributes. |
FillDefault('attrs')
|
bunch_params
|
bool
|
Fill bunch parameters. |
FillDefault('bunch_params')
|
chamber_walls
|
bool
|
Fill chamber wall data. |
FillDefault('chamber_walls')
|
comb
|
bool
|
Fill comb data. If available, pass in |
False
|
comb_data
|
Comb or None
|
Only relevant if |
None
|
control_vars
|
bool
|
Fill control variables. |
FillDefault('control_vars')
|
floor
|
bool
|
Fill floor data. |
FillDefault('floor')
|
grid_field
|
bool
|
Fill grid field data. |
FillDefault('grid_field')
|
grid_field_points
|
bool
|
Fill grid field points data. |
False
|
lord_slave
|
bool
|
Fill lord-slave relationships. |
FillDefault('lord_slave')
|
mat6
|
bool
|
Fill mat6 data. |
FillDefault('mat6')
|
multipoles
|
bool
|
Fill multipole data. |
FillDefault('multipoles')
|
orbit
|
bool
|
Fill orbit data. |
FillDefault('orbit')
|
photon
|
bool
|
Fill photon data. |
FillDefault('photon')
|
twiss
|
bool
|
Fill twiss parameters. |
FillDefault('twiss')
|
wake
|
bool
|
Fill wake data. |
FillDefault('wake')
|
wall3d
|
bool
|
Fill 3D wall data. |
FillDefault('wall3d')
|
wall3d_table
|
bool
|
Fill 3D wall table data. |
FillDefault('wall3d_table')
|
Source code in pytao/tao.py
1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 | |
pytao.Tao.from_lattice_contents
classmethod
from_lattice_contents(contents, **kwargs)
Initialize the Tao instance using its Bmad format lattice contents.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
contents
|
str
|
The Bmad-format lattice file contents (i.e., not a filename). |
required |
**kwargs
|
See |
{}
|
Source code in pytao/tao.py
399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 | |
pytao.Tao.get_active_beam_track_element
get_active_beam_track_element()
Get the active element index being tracked.
Thread-safe and intended to be used by UIs to determine which element is currently being tracked.
Source code in pytao/tao.py
924 925 926 927 928 929 930 931 | |
pytao.Tao.get_config
get_config(ix_uni='', ix_branch='', **kwargs)
Get a configuration object representing the state of Tao.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
ix_branch
|
str
|
Branch index, by default "" |
''
|
ix_uni
|
str
|
Universe index, by default "" |
''
|
Returns:
| Type | Description |
|---|---|
TaoConfig
|
|
Source code in pytao/tao.py
1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 | |
pytao.Tao.init
init(cmd='', *, plot='tao', beam_file=None, beam_init_position_file=None, building_wall_file=None, command='', data_file=None, debug=False, disable_smooth_line_calc=False, external_plotting=False, geometry='', hook_init_file=None, init_file=None, lattice_file=None, log_startup=False, no_stopping=False, noinit=False, noplot=False, nostartup=False, no_rad_int=False, plot_file=None, prompt_color='', reverse=False, rf_on=False, quiet=False, slice_lattice='', start_branch_at='', startup_file=None, symbol_import=False, var_file=None)
(Re-)Initialize Tao with the given command.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
cmd
|
str
|
Initialization string for Tao. Same as the tao command-line, including
"-init" and such. Shell variables in |
''
|
plot
|
(str, bool)
|
Use pytao's plotting mechanism with matplotlib or bokeh, if available.
If |
'tao'
|
beam_file
|
str or Path
|
File containing the tao_beam_init namelist. |
None
|
beam_init_position_file
|
Path or str
|
File containing initial particle positions. |
None
|
building_wall_file
|
str or Path
|
Define the building tunnel wall |
None
|
command
|
str
|
Commands to run after startup file commands |
''
|
data_file
|
str or Path
|
Define data for plotting and optimization |
None
|
debug
|
bool
|
Debug mode for Wizards |
False
|
disable_smooth_line_calc
|
bool
|
Disable the smooth line calc used in plotting |
False
|
external_plotting
|
bool
|
Tells Tao that plotting is done externally to Tao. |
False
|
geometry
|
"wxh" or (width, height) tuple
|
Plot window geometry (pixels) |
''
|
hook_init_file
|
pathlib.Path or str
|
Init file for hook routines (Default = tao_hook.init) |
None
|
init_file
|
str or Path
|
Tao init file |
None
|
lattice_file
|
str or Path
|
Bmad lattice file |
None
|
log_startup
|
bool
|
Write startup debugging info |
False
|
no_stopping
|
bool
|
For debugging : Prevents Tao from exiting on errors |
False
|
noinit
|
bool
|
Do not use Tao init file. |
False
|
noplot
|
bool
|
Do not open a plotting window |
False
|
nostartup
|
bool
|
Do not open a startup command file |
False
|
no_rad_int
|
bool
|
Do not do any radiation integrals calculations. |
False
|
plot_file
|
str or Path
|
Plotting initialization file |
None
|
prompt_color
|
str
|
Set color of prompt string. Default is blue. |
''
|
reverse
|
bool
|
Reverse lattice element order? |
False
|
rf_on
|
bool
|
Use "--rf_on" to turn off RF (default is now RF on) |
False
|
quiet
|
bool
|
Suppress terminal output when running a command file? |
False
|
slice_lattice
|
str
|
Discards elements from lattice that are not in the list |
''
|
start_branch_at
|
str
|
Start lattice branch at element. |
''
|
startup_file
|
str or Path
|
Commands to run after parsing Tao init file |
None
|
symbol_import
|
bool
|
Import symbols defined in lattice files(s)? |
False
|
var_file
|
str or Path
|
Define variables for plotting and optimization |
None
|
Returns:
| Type | Description |
|---|---|
list of str
|
Tao's initialization output. |
Source code in pytao/tao.py
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 | |
pytao.Tao.particles
particles(ele_id, *, which='model', ix_bunch=1, verbose=False)
Returns bunch data as an openPMD-beamphysics ParticleGroup.
Notes
Note that Tao's 'write beam' will also write a proper h5 file in this format.
Returns:
| Type | Description |
|---|---|
ParticleGroup
|
|
Source code in pytao/tao.py
521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 | |
pytao.Tao.plot
plot(template=None, *, region_name=None, include_layout=True, width=None, height=None, layout_height=None, share_x=None, backend=None, grid=None, **kwargs)
Make a plot with the provided backend.
Plot a graph, or all placed graphs.
To plot a specific graph, specify template (optionally region_name).
The default is to plot all placed graphs.
For full details on available parameters, see the specific backend's graph manager. For example:
In [1]: tao.bokeh.plot? In [2]: tao.matplotlib.plot?
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
template
|
str or list[str]
|
Graph template name or names. |
None
|
region_name
|
str
|
Graph region name. Chosen automatically if not specified. |
None
|
include_layout
|
bool
|
Include a layout plot at the bottom, if not already placed and if appropriate (i.e., another plot uses longitudinal coordinates on the x-axis). |
True
|
width
|
int
|
Width of each plot. |
None
|
height
|
int
|
Height of each plot. |
None
|
layout_height
|
int
|
Height of the layout plot. |
None
|
share_x
|
bool or None
|
Share x-axes where sensible ( |
None
|
save
|
Path or str
|
Save the plot to the given filename. |
required |
xlim
|
(float, float)
|
X axis limits. |
required |
ylim
|
(float, float)
|
Y axis limits. |
required |
grid
|
(nrows, ncols)
|
If multiple graph names are specified, the plots will be placed in a grid according to this parameter. The default is to have stacked plots if this parameter is unspecified. |
None
|
backend
|
('bokeh', 'mpl')
|
The backend to use. Auto-detects Jupyter and availability of bokeh to select a backend. |
"bokeh"
|
Returns:
| Type | Description |
|---|---|
None
|
To gain access to the resulting plot objects, use the backend's
|
Source code in pytao/tao.py
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 | |
pytao.Tao.plot_field
plot_field(ele_id, *, colormap=None, radius=0.015, num_points=100, backend=None, **kwargs)
Plot field information for a given element.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
ele_id
|
str
|
Element ID. |
required |
colormap
|
str
|
Colormap for the plot. Matplotlib defaults to "PRGn_r", and bokeh defaults to "Magma256". |
None
|
radius
|
float
|
Radius. |
0.015
|
num_points
|
int
|
Number of data points. |
100
|
backend
|
('bokeh', 'mpl')
|
The backend to use. Auto-detects Jupyter and availability of bokeh to select a backend. |
"bokeh"
|
Source code in pytao/tao.py
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 | |
pytao.Tao.plot_page
plot_page()
Get plot page parameters.
Source code in pytao/tao.py
592 593 594 595 | |
pytao.Tao.track_beam
track_beam(track_start=None, track_end=None, *, ix_branch='', ix_uni='', use_progress_bar=True, jupyter=None, restore_track_type=True)
Tracks the beam through the lattice by running:
set global track_type = beam
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
track_start
|
str, int, or None
|
Where to start tracking. If None (the default), uses the current tracking settings. |
None
|
track_end
|
str, int, or None
|
Where to stop tracking. If None (the default), uses the current tracking settings. |
None
|
ix_branch
|
str
|
Branch index, by default "" |
''
|
ix_uni
|
str
|
Universe index, by default "" |
''
|
use_progress_bar
|
bool
|
Whether to show a progress bar, by default True |
True
|
jupyter
|
bool | None
|
Whether running in Jupyter environment. If None (default), auto-detects the presence of Jupyter. |
None
|
restore_track_type
|
bool
|
Restore the current track type after tracking the beam. |
True
|
Returns:
| Type | Description |
|---|---|
list of str
|
Output from Tao. |
Source code in pytao/tao.py
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 1001 1002 1003 1004 1005 1006 1007 1008 1009 | |
pytao.Tao.unique_ele_ids
unique_ele_ids(*selectors)
Retrieve unique element IDs based on universe/branch-selectors and/or specific IDs.
If no selectors are specified, returns all unique element IDs from the superuniverse.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
*selectors
|
str
|
List of universes, branches, or specific element IDs:
- Full superuniverse: |
()
|
Returns:
| Type | Description |
|---|---|
list of str
|
A sorted list of resolved element IDs based on the provided selectors. |
Notes
The accepted syntax includes:
- {UNIVERSE} → All branches in the universe.
- {UNIVERSE}@{BRANCH} → All elements in the branch.
- {UNIVERSE}@{BRANCH}>>{ELEMENT} → A specific element ID.
Source code in pytao/tao.py
1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 | |
pytao.Tao.unique_ele_ids_from_branch
unique_ele_ids_from_branch(ix_uni, ix_branch)
Retrieve unique element IDs from a specific universe and branch.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
ix_uni
|
str or int
|
The universe index (ID) from which the branch originates. |
required |
ix_branch
|
str or int
|
The branch index (ID) to retrieve element IDs from. |
required |
Returns:
| Type | Description |
|---|---|
list of str
|
A list of element IDs in the format "{ix_uni}@{ix_branch}>>{ele_id}". |
Source code in pytao/tao.py
1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 | |
pytao.Tao.unique_ele_ids_from_superuniverse
unique_ele_ids_from_superuniverse()
Retrieve element IDs from all universes in the Tao superuniverse.
Returns:
| Type | Description |
|---|---|
list of str
|
A list of element IDs from all universes in the superuniverse. |
Source code in pytao/tao.py
1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 | |
pytao.Tao.unique_ele_ids_from_universe
unique_ele_ids_from_universe(ix_uni)
Retrieve element IDs from all branches in a universe.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
ix_uni
|
str or int
|
The universe index (ID) to retrieve element IDs from. |
required |
Returns:
| Type | Description |
|---|---|
list of str
|
A list of element IDs from all branches in the given universe. |
Source code in pytao/tao.py
1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 | |
pytao.Tao.update_plot_shapes
update_plot_shapes(ele_name=None, *, layout=False, floor=False, shape_index=None, shape=None, color=None, shape_size=None, type_label=None, shape_draw=None, multi_shape=None, line_width=None)
Update shape plotting settings for layouts/floor plans.
- Must set either (or both of)
layout/floortoTrue. - Only the specified parameters will be updated for each shape. That is,
if you only specify
colorthen the color of every matching shape will be updated and the other settings (such asline_width) will remain the same.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
ele_name
|
str
|
Update the shape only for this element name.
If |
None
|
shape_index
|
int
|
The numerical index of the shape to change.
If |
None
|
layout
|
bool
|
Apply the settings to lattice layout shapes. |
False
|
floor
|
bool
|
Apply the settings to floor plan shapes. |
False
|
shape
|
str
|
The shape to use. Choose from one of the following: * "box" * "xbox" * "bow_tie" * "rbow_tie" * "circle" * "diamond" * "x", * "r_triangle" * "l_triangle" * "u_triangle" * "d_triangle" |
None
|
color
|
str
|
Color for the shape. Choose from one of the following: * "Not_Set" * "White" * "Black" * "Red" * "Green" * "Blue" * "Cyan" * "Magenta" * "Yellow" * "Orange" * "Yellow_Green" * "Light_Green" * "Navy_Blue" * "Purple" * "Reddish_Purple" * "Dark_Grey" * "Light_Grey" * "Transparent" |
None
|
shape_size
|
float
|
Shape size. |
None
|
type_label
|
"s", "name", or "none"
|
Show this label for each shape. |
None
|
shape_draw
|
bool
|
Draw the shape. |
None
|
multi_shape
|
bool
|
If it can be part of a multi-shape. |
None
|
line_width
|
int
|
Width of lines used to draw the shape. |
None
|
Returns:
| Type | Description |
|---|---|
list of ShapeListInfo
|
|
Source code in pytao/tao.py
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 | |
pytao.Tao.version
version()
Get the date-coded version.
Source code in pytao/tao.py
587 588 589 590 | |