![]() |
ATLAS Offline Software
|
Functions | |
| def | argparser () |
| def | make_parser_print_help_on_error (parser) |
| def | get_roses (pfname, pname) |
| def | get_ros2rob (roses) |
| def | get_robs (ros) |
| def | get_roib_robs () |
| def | print_ros2rob (ros2rob, out) |
| def | print_header (dbfile, outname, out) |
| def | print_footer (out) |
Variables | |
| def | args = argparser().parse_args() |
| def | out = open(args.output_file, 'w') if args.output_file else stdout |
| file | |
| def ros2rob_from_partition.argparser | ( | ) |
Definition at line 13 of file ros2rob_from_partition.py.
| def ros2rob_from_partition.get_robs | ( | ros | ) |
Get the list of ROBs that correspond to a ROS
Definition at line 62 of file ros2rob_from_partition.py.
| def ros2rob_from_partition.get_roib_robs | ( | ) |
Get a hardcoded list of RoIBuilder ROB IDs which are not listed in the partition
Definition at line 69 of file ros2rob_from_partition.py.
| def ros2rob_from_partition.get_ros2rob | ( | roses | ) |
| def ros2rob_from_partition.get_roses | ( | pfname, | |
| pname | |||
| ) |
Get all the ROSes and swRODs in the partition
Definition at line 39 of file ros2rob_from_partition.py.
| def ros2rob_from_partition.make_parser_print_help_on_error | ( | parser | ) |
Alter an ArgumentParser so that it shows a help msg whenever there is an error in the command line
Definition at line 28 of file ros2rob_from_partition.py.
| def ros2rob_from_partition.print_footer | ( | out | ) |
Definition at line 112 of file ros2rob_from_partition.py.
| def ros2rob_from_partition.print_header | ( | dbfile, | |
| outname, | |||
| out | |||
| ) |
Definition at line 100 of file ros2rob_from_partition.py.
| def ros2rob_from_partition.print_ros2rob | ( | ros2rob, | |
| out | |||
| ) |
Print the ros2rob map as an easily readable/editable python dictionary
Definition at line 81 of file ros2rob_from_partition.py.
| def ros2rob_from_partition.args = argparser().parse_args() |
Definition at line 125 of file ros2rob_from_partition.py.
| ros2rob_from_partition.file |
Definition at line 127 of file ros2rob_from_partition.py.
| def ros2rob_from_partition.out = open(args.output_file, 'w') if args.output_file else stdout |
Definition at line 126 of file ros2rob_from_partition.py.
1.8.18