determine_larger_box¶
- determine_larger_box(minx: None | float, miny: None | float, maxx: None | float, maxy: None | float, chip_box: tuple) Tuple[float, float, float, float][source]¶
Return box which includes the two boxes.
- Parameters:
- Returns:
- The size: minx, miny, maxx, maxy of
box which includes both boxes.
- Return type: